Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Application_BeginRequest hit several Times in release mode - WebResource.axd

Reply
Thread Tools

Application_BeginRequest hit several Times in release mode - WebResource.axd

 
 
Rahul
Guest
Posts: n/a
 
      05-11-2006
Earlier this evening i posted a question that my debug point is hit
several times, But after I published the application. I could
significantly see less round trip per request for Application_Begin
Request.

So in my Application_Beginrequest function i am writing a line to the
event viewer.I see that for each request my event viewer has 3 entries.



When i open the event viewer I get a strange kind of message "Message:
Begin Request :
/AtomicFm/WebResource.axd?d=X7VVyqCpf5IstFksckqfjg2&t=632788 899484924371"



Now i am wondering why my Application_Beginrequest is hit 3 times per
request made by clciking a hyperlink.

I also do a lot of cache retreival when i call the
Application_BeginRequest function. I have read several forums and they
say webresource.axd is a part of the HttpHandler.By the way , Yes , I
am using tree view and Menu control.

Do u guys think could there be a way that my Application_BeginRequest
could be hit only obe time per request.

Thanks

Sweety Singhania

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't hit the site by name but I can hit by IP CK ASP .Net 9 10-19-2006 08:01 PM
Application_BeginRequest hit several Times in release mode - WebResource.axd Rahul ASP .Net 0 05-11-2006 12:30 AM
Breakpoint in Application_BeginRequest is hit several times for each request. Rahul ASP .Net Web Controls 0 05-10-2006 11:08 PM
Breakpoint in Application_BeginRequest is hit several times for each request. Rahul ASP .Net 0 05-10-2006 11:07 PM
Application_BeginRequest is fired 2 times each time I do an action on the browser... Cynic07 ASP .Net 1 07-31-2003 12:28 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57