Configuration Error
Description: 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.
Source Error:
Line 71: -->
Line 72: <httpHandlers>
Line 73: <add verb="*" path="*.vb" type="System.Web.HttpNotFoundHandler,System.Web" />
Line 74: <add verb="*" path="*.cs" type="System.Web.HttpNotFoundHandler,System.Web" />
Line 75: <add verb="*" path="*.vbproj" type="System.Web.HttpNotFoundHandler,System.Web" />
Source File: c:\inetpub\ Line: 73
Any ideas? Thank You!!
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. I have tried this same code on two different versions of Visual Studio. I have also searched the web for an answer.
Description: 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.
Source Error:
Line 71: -->
Line 72: <httpHandlers>
Line 73: <add verb="*" path="*.vb" type="System.Web.HttpNotFoundHandler,System.Web" />
Line 74: <add verb="*" path="*.cs" type="System.Web.HttpNotFoundHandler,System.Web" />
Line 75: <add verb="*" path="*.vbproj" type="System.Web.HttpNotFoundHandler,System.Web" />
Source File: c:\inetpub\ Line: 73
Any ideas? Thank You!!
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. I have tried this same code on two different versions of Visual Studio. I have also searched the web for an answer.