HI,
I have a root application which runs all the .html in the HTTPHandler.That
works fine for me.
But i have a another application called test which runs inside the root
application as a virtual directory.Whenever i try to open a .aspx page in the test application i get
this error.
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: Could not load type
'hoteltravel.HTTPModuleVB'.
Source Error:
Line 64:
<customErrors mode="Off"/>
Line 65: <httpHandlers>
Line
66: <add verb="*" path="*.html" type="root.HTTPModuleVB"
/>
Line 67: </httpHandlers>
can anyone help me which this.My HTTPhandler in the root application is only
for .html pages.
regards
deepak