Httpmodule is not running on third party web server

Last post 11-16-2009 10:46 PM by Song-Tian - MSFT. 1 replies.

Sort Posts:

  • Httpmodule is not running on third party web server

    11-15-2009, 6:39 AM
    • Member
      point Member
    • meetgs
    • Member since 11-15-2009, 11:27 AM
    • Posts 1

     Hi friends,

    I had added an HttpModule in my application for redirecting user to suggeted url page if URL is mistyped,

    Put Module code under app_code folder,

    and registered it in web.config file under .

    --

    <httpModules>

    <add name="ValidateUrl" type="ValidateUrl"></add>

    <add name="IpBlock" type="IpBlock"></add>

    </httpModules>

    --

    It is working well when tested on local machine , But when loaded to Third party web server it is not initialised and not working.

    Can some tell where do i lag.

    Thanks.

     

     

  • Re: Httpmodule is not running on third party web server

    11-16-2009, 10:46 PM

    Hi,

    Do you deploy on IIS when you test on local machine? 

    Roy Tian.
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Page 1 of 1 (2 items)