Article ID: 822322 - Last Review: July 8, 2005 - Revision: 2.5 You receive an "HTTP Error 403:Forbidden" error while you work in ASP.NET Web Application projects with SSL enabledOn This PageSYMPTOMSYou may receive a similar error in the following cases:
WORKAROUNDTo work around the problem, use an https URL instead of http when you open or you create a new project. To do this, follow these steps: Open an Existing ASP.NET Project After the SSL Option Is EnabledWhen you enable the existing ASP.NET project with SSL, replace the value of the URLPath attribute in the webinfo file from http to https. To do this, follow these steps:
Create a New ASP.NET Project in SSL Enabled Virtual DirectoryCreate a virtual directory with SSL enabled, and then open the new Web project with an https URL. To do this, follow these steps:
STATUS This
behavior is by design. MORE INFORMATIONSteps to Reproduce the BehaviorOpen an Existing ASP.NET Project with SSL enabled
Create a New ASP.NET Project in SSL-Enabled Virtual Directory
REFERENCES
For additional information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
315588
(http://support.microsoft.com/kb/315588/
)
How to secure an ASP.NET application using client-side certificates
298805
(http://support.microsoft.com/kb/298805/
)
How to enable SSL for all customers who interact with your Web site in Internet Information Services
| Article Translations
|

Back to the top
