Visual Studio Express 2012 for Web Tutorial 2 - Fixing the HTTP 403 Forbidden Error


When making web apps, the HTTP 403.14 Forbidden Error may come up. This is because something that is not capable of being a start page is active in the Solution Explorer. To fix the problem, either make sure that a item, that is capable of being run by a web browser, is active or make a default start page.

Code Download
VSE2012T1.zip (The code from Tutorial 1 is used within this tutorial)