I am working through AppDev's tutorial on ASP.Net. I get the following error when I 'Build and Browse' one of the example files. It is not supposed to error out. The tutorial can build and browse this file fine.
Configuration Error:
An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: File or assembly name System.Web, or one of its dependencies, was not found.
Line 55:<httpHandlers>
Line 56: <add verb="*" path="*.vb" type="System.Web.HttpNotFoundHandler,System.Web" />
Line 57:
Any ideas? Thank You!!
Configuration Error:
An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: File or assembly name System.Web, or one of its dependencies, was not found.
Line 55:<httpHandlers>
Line 56: <add verb="*" path="*.vb" type="System.Web.HttpNotFoundHandler,System.Web" />
Line 57:
Any ideas? Thank You!!