Application_BeginRequest

Discussion in 'ASP.NET 2.0' started by mcomcomco, May 27, 2006.

  1. On my development platform I can call www.mydomain.com/xxx.The Application_BeginRequest event is then calledand I can map the URL to www.mydomain.com?x=y.On the discountASP.nethost, theApplication_BeginRequest event does not seem to be called and a file not found message results.What can be done to call such extensionless URLs on the discountASP.nethost? Is it possible?

    Thanks
    Mark
     
  2. When you do not have an extension, _usually_ the problem is you need to map the asp.net 2 isapi dll to * (wildcard).


    If you need this extension installed, contat support.



    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     

Share This Page