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"
...