pass all inquiries from host to asp.net?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SilverLogic
    New Member
    • Dec 2009
    • 1

    pass all inquiries from host to asp.net?

    Sorry I don't know what the official term would be called, but how would you go about transferring all inquiries from your host (in my case 1&1), to you asp.net application. Im going crazy trying to figure this out.

    Currently i have this in my web.config:
    Code:
    <httpHandlers>
        <clear />
        <add verb="*" path="*.aspx" type="System.Web.UI.PageHandlerFactory" />
    </httpHandlers>
    basically i wrote a urlrewriter httpmodule, and on my local machine it works fine, for example:

    I can type /somepath and it rewrites /somepath.aspx.

    the problem is that when i upload my site to my host, it automatically hits their 404 error page, completely bypassing my httpmodule. How can i get around this?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I'm not sure what you're talking about but it sounds like you're going to have to put in a ticket to get some help from your current web hosting provider.

    -Frinny

    Comment

    Working...