S
Stonewall
I am trying to view a project using web developer 2005 on a vista laptop
using this connection string in the web.config file.
<add name="AmSoftMgt" connectionString="Driver={MySQL ODBC 3.51
Driver};Server=66.36.240.205;Database=AmSoftMgt;User=AmSoftWeb;Password=AmS0ftW3b;Option=3;"/>
But every time I debug (with no errors) or preview a page, the project loads
at http://localhost:50977/root/login.aspx
I have searched my entire solution for any other references to localhost and
none exist. Why does it keep loading in localhost?
using this connection string in the web.config file.
<add name="AmSoftMgt" connectionString="Driver={MySQL ODBC 3.51
Driver};Server=66.36.240.205;Database=AmSoftMgt;User=AmSoftWeb;Password=AmS0ftW3b;Option=3;"/>
But every time I debug (with no errors) or preview a page, the project loads
at http://localhost:50977/root/login.aspx
I have searched my entire solution for any other references to localhost and
none exist. Why does it keep loading in localhost?