Hi Dan,
As for the web host, I suggest you confirm the following things with them:
** As they said "BeginRequest" event is not supported(and you found your
beginrequest code in global.asax not supported), you can ask them whether
it is "BeginRequest" not supported or any global events in Global.asax that
is not supported?
For BeginRequest, you can also writer a custom httpmodule, you can try it:
#How To Create an ASP.NET HTTP Module Using Visual C# .NET
http://support.microsoft.com/kb/307996/EN-US/
BTW, for the following page, I've checked it. It seems it is a simple
ASP.NET trace page and I can only find some page level events there, are
these page events the ones that web host support? Page events won't help
much for URL Rewriting:
http://s221042302.websitehome.co.uk/check.aspx
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?bXVzb3NkZXY=?= <musoswire@community.nospam>
>References: <3E14ADFE-C0FD-4BB1-A870-90D1C161E652@microsoft.com>
<Rri1ftrNIHA.4200@TK2MSFTNGHUB02.phx.gbl>
>Subject: RE: Alternatives to Application_BeginRequest()
>Date: Wed, 5 Dec 2007 05:15:00 -0800
>Hi
>
[quoted text clipped - 18 lines]
>> the Global methods.
>> For a detailed explanation of the possible approaches try ScottGu's blog at
http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-wi
>> th-asp-net.aspx
>>
[quoted text clipped - 46 lines]
>> >
>> >Dan