Re: Global.asax : BeginRequest Event
From: Scott Allen (scott_at_nospam.OdeToCode.com)
Date: 01/07/05
- Next message: tonyreynolds_at_gmail.com: "Re: Unable to start thread from ASP.net app with windows server 2003"
- Previous message: vMike: "Re: Converting html string to object"
- In reply to: Pietro: "Global.asax : BeginRequest Event"
- Next in thread: vMike: "Re: Global.asax : BeginRequest Event"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 07 Jan 2005 12:44:10 -0800
Pietro:
Yes, you can do this by forcing the request through the ASP.NET runtime.
You'll have to edit the script mappings in IIS for the application, see:
http://support.microsoft.com/kb/815152/EN-US/
You won't need to take the blocking steps mentioned in the bottom of the
article, but the article does do a good job explaining the why and how of
editing the script maps.
-- Scott http://www.OdeToCode.com/blogs/scott/ > Hello, I'd like to know if the BeginRequest Event in global.asax can > be raised when i request a image or another file not an aspx page, if > it can, how i do it? > > Thanks > Pietro
- Next message: tonyreynolds_at_gmail.com: "Re: Unable to start thread from ASP.net app with windows server 2003"
- Previous message: vMike: "Re: Converting html string to object"
- In reply to: Pietro: "Global.asax : BeginRequest Event"
- Next in thread: vMike: "Re: Global.asax : BeginRequest Event"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|