PDA

View Full Version : 'HTTP/1.1 403 Access Forbidden' Error in ASP.NET


suren_smh
04-01-2005, 12:13 PM
Hi,
when I tried to create a asp.net web application,
the following error is coming.

ASP.NET error+ The web server reported the following error when attempting to create or open the Web project located at the following URL : 'http:\\localhost\app1' .'HTTP/1.1 403 Access Forbidden'

Plz,Tell me what is the problem?

Ragards,
Suren...

quentin
04-01-2005, 07:52 PM
you must look if your app1 is declared in IIS and if there is a default page

glenngv
04-04-2005, 11:04 AM
The HTTP 403 error has something to do with authentication. The username or password is wrong.

lostin.net
07-31-2006, 06:54 AM
how to check whether the application is declared in IIS and whether it has a default page?