Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi I am making my first ASP.NET Dynamic Data Linq to SQL web application. I am wanting to know how to make an SQL server and/or server database that people from the same network can access.

I have a table in my fake, not properly made SQL server in my web application. Publishing onto the localhost or the IIS7 thing worked fine, except when I try to insert or update or delete any of the information in my table through the browser/web application thing, it doesn't do anything and gives me an error.

So I want to make a proper SQL server to be accessed by computers in the same network as I am. Any tutorials that you could link would be helpful ^_^ .
Posted
Comments
Kschuler 22-Jun-11 17:24pm    
Please don't post the same question twice. Also, what error message are you getting?

Have you tried google[^]? What specifically are you having trouble with?
 
Share this answer
 
Comments
Member 8015046 22-Jun-11 18:04pm    
When I try to change my data in the site through the browser on the IIS7 thing. It doesnt change and it gives me the warning or error triangle in the bottom left of the browser.
you not mention your problem so its difficult to give any suggestion whatever, please check your database connection or check & review your insert, update, delete code. try google search....

thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900