473,804 Members | 2,812 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Loggin all http Request

hi folks!

How can i log all request in my web application?
But i wanted something that not consume the time of the request (using
treads, for ex)!
I tried to use the ASYNCBEGINREQUE ST , but it doesn´t work!

Any example will be welcome!

tks

Clécio
Nov 17 '05 #1
3 1501

"clécio" <cl**@ig.com.br > wrote in message
news:O1******** ******@TK2MSFTN GP11.phx.gbl...
hi folks!

How can i log all request in my web application?
But i wanted something that not consume the time of the request (using
treads, for ex)!
I tried to use the ASYNCBEGINREQUE ST , but it doesn´t work!

Any example will be welcome!


Would you like more tracing than what trace.axd provides?

Luc K
Nov 17 '05 #2

"Luc Kumps" <NO*********@pa ndora.be> escreveu na mensagem
news:WX******** ******@afrodite .telenet-ops.be...

"clécio" <cl**@ig.com.br > wrote in message
news:O1******** ******@TK2MSFTN GP11.phx.gbl...
hi folks!

How can i log all request in my web application?
But i wanted something that not consume the time of the request (using
treads, for ex)!
I tried to use the ASYNCBEGINREQUE ST , but it doesn´t work!

Any example will be welcome!


Would you like more tracing than what trace.axd provides?

Luc K

Yeah, i want to log all request into database!

tks
Nov 17 '05 #3

"clécio" <cl**@ig.com.br > wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..

"Luc Kumps" <NO*********@pa ndora.be> escreveu na mensagem
news:WX******** ******@afrodite .telenet-ops.be...

"clécio" <cl**@ig.com.br > wrote in message
news:O1******** ******@TK2MSFTN GP11.phx.gbl...
hi folks!

How can i log all request in my web application?
But i wanted something that not consume the time of the request (using
treads, for ex)!
I tried to use the ASYNCBEGINREQUE ST , but it doesn´t work!

Any example will be welcome!


Would you like more tracing than what trace.axd provides?

Luc K

Yeah, i want to log all request into database!


You could add your tracing code to the Application_Beg inRequest handler in
global.asax.cs
Or is this what you were doing in the first place?
In that case, perhaps you should show some source code and explain what
"doesn't work" ?
Luc
Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
9293
by: Michael Foord | last post by:
#!/usr/bin/python -u # 15-09-04 # v1.0.0 # auth_example.py # A simple script manually demonstrating basic authentication. # Copyright Michael Foord # Free to use, modify and relicense. # No warranty express or implied for the accuracy, fitness to purpose
8
10652
by: turnit \(removethis\) | last post by:
I have a login form that uses the post method to carry the information to the next page. The form works just fine in ie6.0, but fails in mozilla and fails in ie5.2 on a mac. "HTTP/1.1 400 Bad Request" was the original error msg now that I reinstalled iislockdown and urscan I get "The parameter is incorrect." If I use the get method with this form it works just fine on everything. I can't say for certain but I think this problem started...
6
1579
by: Richard Silverstein | last post by:
I'm a member of a forum sponsored by jasc.com ( http://forums.jasc.com/ ) which uses Webboard software. I use Firefox 1.0 (final release) as my browser. When I used previous versions of FF I had no problem logging into the forum. But with v. 1.0 I'm getting a javascript error saying "You could not be logged in." When I login from IE I don't have this problem. I've posted in this forum & the Firefox forum asking whether others have...
1
1732
by: Thomas LeBlanc | last post by:
Are there settings in PostgreSQL to log SQL Statements from client apps? Is yes, where are they logged to? We set log_statement=On, but where does the log get sritten to? Thanks, Thomas LeBlanc _________________________________________________________________
3
6935
by: Patrick Fogarty | last post by:
I am programming what is to be a web service client that will use an HTTP-POST to request and retrieve data. The remote server (written in java for what it's worth) requires basic authentication as per RFC 2617 (http://www.faqs.org/rfcs/rfc2617.html). My attempts to authenticate are failing. The server requires the header to be present with the request. For security reasons, it will not reply in any way if the header is not present. ...
1
2270
by: Jones | last post by:
Hello people, I am new to this platform and database. I need to analyze an application on the AS400 and therefore need to know the operation it does on the database. So has anybody links to documentation. I couldn't find good on via google. I like to rtfm first. Also if somebody likes to explain directly how to logg SQL on AS400 DB2.
2
6311
by: MDANH2002 | last post by:
Hi From VB.NET I want to simulate the POST request of the following HTML form <html> <title>HTTP Post Testing</title> <body> <form action=http://www.example.com/postdata enctype="multipart/form-data" method="post" name="testform">
5
2179
by: paitoon | last post by:
Well, actually im bad in this im not sure if i post the title correctly... My problem is I make a site which people can comment the picture each other.. every comment will be sent to their email to lead them to see that comments page......but they have to login first...... My problem is howto do that ? for example i set like this u have got a comment on your pic if u want to see it just loggin www.mysite.com/see_img.php?id=10278
1
1322
by: pankajprakash | last post by:
Hi, I have used Application Loggin Enterprise Library in a web application to write the event information in a file. The file is exist in the other location, and the web application does have have any writes to write in the file. Would you please let me know how I can pass the credential with the Application Logging Enterprise Library.
0
9705
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9576
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10568
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10311
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10074
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9138
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
4292
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3813
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2988
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.