thanks a lot for your response
1, Does the file webdev.webserver.exe exist in C:\Windows\Microsoft.NET\Framework\v2.0.xxxxx? yes
2,Is IE your default browser? Make sure in Internet Explorer, Tools | Internet Options, Connections tab, LAN Settings, that you have 'bypass proxy server for local addresses' checked if you are using a proxy server. IE is the only browser used. I am not using a proxy server, but join in a domain.
3,If Windows Firewall is running check Windows Firewall settings. Turn ON the option on the Exceptions tab to "receive notifications when Firewall is running". It's possible Firewall is blocking webdev.webserver.exe I just turned off Windows Firewall
4, What happens when you press Ctrl+F5 instead of F5 to run the site? Ctrl+F5 is 'Run Without Debugging' Same error message come out, "ASP>NET Development Server failed to start listening on port 2536
Error message:
An invalid argument was supplied", and a few second later, another error message, "Error Unable to connect to Visual Stutio's localhost web server"
5,What do you see in your browser when you type the address http://localhost:80 IIS installed in my machine, localhost works fine, welcome message shows.
When i use Windows command shell, try to launch webdev.webserver.exe manually:
WebDev.WebServer.EXE /port:80 /path:"C:\Inetpub\wwwroot" /
error message: "ASP>NET Development Server failed to start listening on port 2536
Error message:
An invalid argument was supplied" come out. it seems that asp.net development server does not start on my machine........
more details about system on my machine: IE version 6.0.2900.2180; Windows XP Pro with SP2, IIS Version 5.1, I have both Framework 1.1 (v1.0.3705 & V1.1.4322.0) and Framework 2 (v2.0.50727)
any help is much appreciated.