Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Problem with SSL in ASP.NET web application


Message #1 by "Nilesh Raghuvanshi" <itsraghuin@y...> on Mon, 17 Jun 2002 07:16:12
We are trying to redirect our ASP.NET web application through HTTPS but 
getting following error message.

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 54:     -->
Line 55: 		<httpHandlers>
Line 56: 			<add verb="*" path="*.vb" 
type="System.Web.HttpNotFoundHandler,System.Web" />
Line 57: 			<add verb="*" path="*.cs" 
type="System.Web.HttpNotFoundHandler,System.Web" />
Line 58: 			<add verb="*" path="*.vbproj" 
type="System.Web.HttpNotFoundHandler,System.Web" />
 
Can anybody help?

  Return to Index