M
musosdev
Hi guys
I've used an Application_BeginRequest function in my global.asax page to
implement some URL rewriting functionality on our website.
However, upon moving it to my host (1&1.co.uk), it no longer works. They
don't support Application_BeginRequest?
They've given me a list of the low-level functions they do support, which
can be viewed at http://s221042302.websitehome.co.uk/check.aspx
Could someone give me an idea as to whether any of those functions will do a
similar job to Application_BeginRequest, to allow me to use url rewriting.
Alternatively, can someone provide a method to do the rewrites in C#? I need
to be able to access my sql server for the rewrite.
Thanks,
Dan
I've used an Application_BeginRequest function in my global.asax page to
implement some URL rewriting functionality on our website.
However, upon moving it to my host (1&1.co.uk), it no longer works. They
don't support Application_BeginRequest?
They've given me a list of the low-level functions they do support, which
can be viewed at http://s221042302.websitehome.co.uk/check.aspx
Could someone give me an idea as to whether any of those functions will do a
similar job to Application_BeginRequest, to allow me to use url rewriting.
Alternatively, can someone provide a method to do the rewrites in C#? I need
to be able to access my sql server for the rewrite.
Thanks,
Dan