How to: Enable Web Server Debugging on Windows Vista
This topic applies to:
Edition |
Visual Basic |
C# |
C++ |
Web Developer |
---|---|---|---|---|
Express |
||||
Standard |
||||
Pro and Team |
Table legend:
Applies |
|
Does not apply |
|
Command or commands hidden by default. |
Windows Vista provides enhanced security. To enable Web server debugging on Windows Vista, you must perform the following additional steps on the Web server host computer. Administrator privileges are required.
Note
Windows Vista does not support FrontPage Server Extensions. Therefore, when you want to open a Web site in Visual Studio, you must open it from a file share or an FTP share. In the Open Web Site dialog box, you cannot use the Remote Site. You can use the File System option and type a UNC path, and then set the Web server path in the Project Properties page. Or, you can use the FTP Site option.
To enable Web server debugging on Windows Vista
In Control Panel, click Classic View.
Choose Security Center.
In Windows Security Center, click Windows Firewall.
In the Windows Firewall window, click Allow a Program through the Firewall.
The User Account Control dialog box appears.
If the UAC dialog box requests your permission to continue, click Continue.
If the UAC dialog box requests your Administrator password, type your password and then click Submit.
The Allow a Program through the Firewall dialog box appears.
Steps 6-9 open the TCP 80 port, which must be opened for ASP.NET, ASP, and ATL Server debugging.
In the Add a Port dialog box, follow these steps:
For Name, type a description such as Web Server Debugging.
For Port Number, type 80.
Select TCP.
(Optional) Limiting access to the your local subnet limits the numbers of users who could exploit the security hole you are opening. You should do this unless you have to debug outside your local subnet.
Click Change Scope.
In the Change Scope window, select My network (subnet) only.
Click OK to close the Change Scope dialog box.
Click OK to close Add a Port dialog box.
Click OK to close the Windows Firewall dialog box.
Close the Windows Security Center.