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?