Still no luck trying all your suggestions any other ideas? Please see my settings in Blue belowFirst you need to make sure Windows Firewall is not blocking webdev.webserver. Then you need to make sure webdev.webserver is launching correctly. Note that Windows Firewall is a Windows Service running on your local machine and has nothing to do with your corporate firewall.
Go to Control Panel, and if you have SP2 you will have Windows Firewall icon. Double-click it. If you see an alert asking you if you want to start the Firewall Service, answer NO. This means Windows Firewall is not running on your computer, so there is no need to start it. If the Windows Firewall Service is running you will see a dialog with an Exceptions tab. Make sure the option is checked to "receive notifications when Firewall is running".
My Windows Firewall if OffIf webdev.webserver.exe exists, then when you press Ctrl+F5 you should see a new icon in the system tray that indicates the ASP.NET Development server has created a new process. Does a new icon appear? When you hover over it does it say "ASP.NET Development server - Port xxxx"?
When launching my site using Ctrl+F5 the icon does appear "ASP.NET Development Server http://localhost:1574/Sites/MySite1If you don't see the icon in the tray then try to launch webdev.webserver manually. Using a Windows command shell, navigate to the C:\Windows\Microsoft.NET\Framework\v2.0.xxxxx directory and launch it with parameters that match the location of your web files, something such as
webdev.webserver.exe /port:8090 /path:"c:\websites\myweb1" /where 8090 is an unused port number on your machine, c:\websites\myweb1 is the path to the local files, and the final / (slash) is the default virtual root. If no errors occur you should be able to navigate to
http://localhost:8090 to view your web site. One hint: make sure you have a page in your web site named default.aspx.
I also try this option by navigate to the above directory with the command line provided, and yes the ASP.NET Developer Server http://... popup, and yes I do have the default.aspx page in the site, FYI, I create the site by select File, New Site, ASP.NET Web Site, with nothing in it. The Default.aspx is there created by VWD.
And one more thing. You could try turning off 'automatically detect settings' in your IE Connections. Even with that checked the above instructions should still work, but it's another thing to try.
The Automatically detect settings is UncheckedAnd ofcourse this famous error screen pop up - any other steps I can try?The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
Please try the following:
Click the Refresh button, or try again later.
If you typed the page address in the Address bar, make sure that it is spelled correctly.
To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP).
See if your Internet connection settings are being detected. You can set Microsoft Windows to examine your network and automatically discover network connection settings (if your network administrator has enabled this setting).
Click the Tools menu, and then click Internet Options.
On the Connections tab, click LAN Settings.
Select Automatically detect settings, and then click OK.
Some sites require 128-bit connection security. Click the Help menu and then click About Internet Explorer to determine what strength security you have installed.
If you are trying to reach a secure site, make sure your Security settings can support it. Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
Click the