Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Need Help With HTTPHandler

Last post 07-24-2008 7:35 AM by deepakrajr. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 07-24-2008 7:35 AM

    • deepakrajr
    • Not Ranked
    • Joined on 07-24-2008
    • Thailand
    • New Member
    • Points 5

    Need Help With HTTPHandler

     

    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

    • Post Points: 5
Page 1 of 1 (1 items)