Just installed VS 2008 and started to view the ASP.Net videos to experiment with the sample code.
Win/XP Pro SP-2
Verizon/Yahoo DSL
A simple web site was created with a label, checkbox and login control. When I click on the 'start debugging' arrow, the website displays correctly with the following URL:
http://localhost:1261/adminTest/Default.aspx
It makes NO difference if 'Use dynamic ports' is set to True or False for the project...
If I try to view a page using the 'View In Browser' method or attempt to invoke the ASP.NET Configuration Tool (from the login control, or Solutions Panel, or Menu option), The browser starts and the following warning is displayed:
____________________Yahoo Browser message ___________________________________
"Warning: the page you are about to visit may attempt to request your personal information (such as passwords, credit card numbers and social security numbers) for unauthorized use or may otherwise attempt to harm your computer.
Malicious web sites can use this type of address in order to disguise themselves.
The destination may appear to be:
%22http
but the actual destination is:
%22http
Do you still want to open the webpage. (Yes and NO Buttons)
____________________________________________________
When I select the 'Yes" button, the browser (Explorer 7) tries to load the page, but navigation fails because the page can't be found, the browser terminates and throws me back into the VS Studio IDE.
Looking at the browser history for %22http - this is what was passed to the browser:
http://%22http//localhost:1286/asp.netwebadminfiles/default.aspx?applicationPhysicalPath=C:\Documents%20and%20Settings\Home.%20PC11\My%20Documents\Visual%20Studio%202008\WebSites\adminTest\&applicationUrl=/adminTest"
The '%22http://' preceeds what I think should be the correct URL (just guessing....) The same result happens weather I create the website using the 'File System" or as 'localhost" in the Win/XP IIS.
Note: I am creating the website as a Net.Framework 3.5, but the ASP.NET Configuration Tool is located at:
Windows\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles (I assume this is OK since it is not in the 3.5 folder...)
Subsequently, I also installed Visual Web Developer Express 2005 - SP 1 and have the same results.
Regards,
Jim