Access a website using localhost

  • Thread starter Thread starter nick_nikh
  • Start date Start date
N

nick_nikh

I have website on my local machine and SQL Server database on another server. When I run the website through Visual Studio.Net 2.0 IDE the site runs perfectly but when I try to access it through Internet Explorer, directly using
http://localhost/sitename/login.aspx it doesnt connect to the Sql Server.

Please help me out.
 
Back
Top