sdfgdfg
sdfgdfg

Reputation:

403 on new web application

I've just installed IIS on my machine and tried to create a simple default page site. On the creation of the project the VS said that it could not configure the server and I sould do it manually. I opened IIS and "created" the site and gave it a name I also changed the security tab to allow anonymous access, and the asp.net version to 2.0

when i try to browse to the site i get 403

Upvotes: 0

Views: 428

Answers (2)

Wyatt Barnett
Wyatt Barnett

Reputation: 15673

Is the folder in your My Documents? Try moving it outside there, the stuff in your user profile isn't necessarily accessible to IIS.

Upvotes: 0

fretje
fretje

Reputation: 8372

A 403 means "Forbidden", see here, but this can have different causes...

Maybe ASP.NET is not enabled on your server?
See this for more information...

Upvotes: 1

Related Questions