Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configuration Error - System.Web

Status
Not open for further replies.

TWillard

Programmer
Joined
Apr 26, 2001
Messages
263
Location
US
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=&quot;*&quot; path=&quot;*.vb&quot; type=&quot;System.Web.HttpNotFoundHandler,System.Web&quot; />
Line 74: <add verb=&quot;*&quot; path=&quot;*.cs&quot; type=&quot;System.Web.HttpNotFoundHandler,System.Web&quot; />
Line 75: <add verb=&quot;*&quot; path=&quot;*.vbproj&quot; type=&quot;System.Web.HttpNotFoundHandler,System.Web&quot; />


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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top