Hi,
I'm having some weird behaviour when i use the following code inside the httapplication:
protected void Application_PostAuthenticateRequest
{
RouteData Data = RouteTable.Routes.GetRouteData(new HttpContextWrapper(Context));
string x = Data.GetRequiredString("xxx");
}
When that code is in place, the html pages are missing all images and css files. Does anybody now why that is happening?
Thanks, Richard.