Reputation: 2701
i recently uploaded an asp.net website to web server and the publish fails. Now when i open the site on internet it says 403 - Forbidden: Access is denied.i don't have permission to view this.. i tried filezilla to uplaod the files again. they uploaded but again the same message is displayed on browser.can you tell me where am i doing something wrong?i am using framework v4.0.
Upvotes: 0
Views: 79
Reputation: 10012
403 is a forbidden error.
Try checking the authentication settings for the website, you may need to enable Anonymous access in IIS for the website, otherwise it will just deny access.
Upvotes: 1