Click here to Skip to main content
15,897,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHttpContext.Request.Url Problem Pin
Jkirt15-Jun-07 3:40
Jkirt15-Jun-07 3:40 
AnswerRe: HttpContext.Request.Url Problem Pin
kubben15-Jun-07 3:51
kubben15-Jun-07 3:51 
GeneralRe: HttpContext.Request.Url Problem Pin
Jkirt15-Jun-07 4:01
Jkirt15-Jun-07 4:01 
GeneralRe: HttpContext.Request.Url Problem Pin
kubben15-Jun-07 4:12
kubben15-Jun-07 4:12 
GeneralRe: HttpContext.Request.Url Problem Pin
Jkirt15-Jun-07 4:59
Jkirt15-Jun-07 4:59 
GeneralRe: HttpContext.Request.Url Problem Pin
kubben15-Jun-07 5:13
kubben15-Jun-07 5:13 
GeneralRe: HttpContext.Request.Url Problem Pin
Jkirt15-Jun-07 5:52
Jkirt15-Jun-07 5:52 
GeneralRe: HttpContext.Request.Url Problem Pin
kubben15-Jun-07 6:02
kubben15-Jun-07 6:02 
There must be something going on with your setup. I just tried one of my site putting in a virtual dir that doesn't exist and I get the 404 message. So, do you have an error page set up? Or something like that? According to MS help:
The following events are executed by the HttpApplication class while the request is processed. The events are of particular interest to developers who want to extend the HttpApplication class.

Validate the request, which examines the information sent by the browser and determines whether it contains potentially malicious markup. For more information, see ValidateRequest and Script Exploits Overview.

Perform URL mapping, if any URLs have been configured in the UrlMappingsSection section of the Web.config file.

Raise the BeginRequest event.

Raise the AuthenticateRequest event.

Raise the PostAuthenticateRequest event.

Raise the AuthorizeRequest event.

Raise the PostAuthorizeRequest event.

Raise the ResolveRequestCache event.

Raise the PostResolveRequestCache event.

Based on the file name extension of the requested resource (mapped in the application's configuration file), select a class that implements IHttpHandler to process the request. If the request is for an object (page) derived from the Page class and the page needs to be compiled, ASP.NET compiles the page before creating an instance of it.

Raise the PostMapRequestHandler event.

Raise the AcquireRequestState event.

Raise the PostAcquireRequestState event.

Raise the PreRequestHandlerExecute event.

Call the ProcessRequest method (or the asynchronous version BeginProcessRequest) of the appropriate IHttpHandler class for the request. For example, if the request is for a page, the current page instance handles the request.

Raise the PostRequestHandlerExecute event.

Raise the ReleaseRequestState event.

Raise the PostReleaseRequestState event.

Perform response filtering if the Filter property is defined.

Raise the UpdateRequestCache event.

Raise the PostUpdateRequestCache event.

Raise the EndRequest event.

Anyway, don't know if that helps or not.

Ben
GeneralRe: HttpContext.Request.Url Problem Pin
Jkirt15-Jun-07 6:11
Jkirt15-Jun-07 6:11 
GeneralRe: HttpContext.Request.Url Problem Pin
kubben15-Jun-07 6:03
kubben15-Jun-07 6:03 
GeneralRe: HttpContext.Request.Url Problem Pin
Jkirt15-Jun-07 6:18
Jkirt15-Jun-07 6:18 
AnswerRe: HttpContext.Request.Url Problem Pin
Jkirt15-Jun-07 19:35
Jkirt15-Jun-07 19:35 
QuestionMaintaining log Pin
ShuklaGirish15-Jun-07 2:19
ShuklaGirish15-Jun-07 2:19 
AnswerRe: Maintaining log Pin
N a v a n e e t h15-Jun-07 3:27
N a v a n e e t h15-Jun-07 3:27 
QuestionMetadata file 'dll_name' could not be found Pin
Rip Kirby15-Jun-07 1:59
Rip Kirby15-Jun-07 1:59 
QuestionHow to Check Memory leak Pin
Sandeep Akhare15-Jun-07 1:25
Sandeep Akhare15-Jun-07 1:25 
AnswerRe: How to Check Memory leak Pin
Vasudevan Deepak Kumar15-Jun-07 1:49
Vasudevan Deepak Kumar15-Jun-07 1:49 
AnswerRe: How to Check Memory leak Pin
N a v a n e e t h15-Jun-07 3:30
N a v a n e e t h15-Jun-07 3:30 
GeneralRe: How to Check Memory leak Pin
Sandeep Akhare15-Jun-07 4:59
Sandeep Akhare15-Jun-07 4:59 
Questionhow to do this? Pin
lakshmii_n15-Jun-07 1:10
lakshmii_n15-Jun-07 1:10 
AnswerRe: how to do this? Pin
Vasudevan Deepak Kumar15-Jun-07 1:54
Vasudevan Deepak Kumar15-Jun-07 1:54 
AnswerRe: how to do this? Pin
Expert Coming16-Jun-07 1:35
Expert Coming16-Jun-07 1:35 
QuestionCheck avialability Pin
saravanan0515-Jun-07 1:05
saravanan0515-Jun-07 1:05 
AnswerRe: Check avialability Pin
Chetan Ranpariya15-Jun-07 1:17
Chetan Ranpariya15-Jun-07 1:17 
AnswerRe: Check avialability Pin
Vasudevan Deepak Kumar15-Jun-07 1:51
Vasudevan Deepak Kumar15-Jun-07 1:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.