Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: File or assembly name System.Web, or one of its dependencies, was not found.??


Message #1 by "budihermawan" <budi@t...> on Thu, 20 Mar 2003 02:18:24
i'm not sure why i get this error message whenever i'm trying to run my 
application. it's weird because the system cannot find the system.web. i 
have .net framework installed on my Windows XP OS running IIS 5.1 server. 
can anyone help me?


Server Error in '/EForumDotNEt' Application.
---------------------------------------------------------------------------
-----

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 27:     -->
Line 28: 		<httpHandlers>
Line 29: 			<add verb="*" path="*.vb" 
type="System.Web.HttpNotFoundHandler,System.Web" />
Line 30: 			
Line 31: 		</httpHandlers>
 

  Return to Index