| Author: avtar 26 Aug 2008 | Member Level: Gold | Rating: Points: 5 |
There are two ways that I think would resolve this:
#1: When you open the web site, instead of opening it off of http://localhost, open it from http://mytestwebsite.mydomain.com.
-or-
#2: Change the start options to explicitly specify the page to launch:
- Open project properties
- Click on 'Start Options'
- Change the Start action to 'Start URL'.
- Enter http://mytestwebsite.mydomain/default.aspx (or whatever page you want to launch)
NOTE: I think you will need Visual Studio 2005 SP1 for this to work
|