Hi...I've created a web enabled database using SQL Server 2005 to store the data in the DB(back-end) and MS Visual Studio 2008 web forms to access the data(front end)....
I've sucessfully simulated the process of accessing the data from SQL Server stored in my friend's laptop through my laptop using SQL SERVER AUTHENTICATION in MS VISUAL STUDIO 2008 through a LAN Wire....
Now as a part of my project i need to deploy it in a real world server so that it can be accessed by a remote client through Intranet web browser like IE....
i'm confused as to how to go about with this transition....like what should be the connection string in web.config???....please help...