Ask a Question related to ASP.NET General, Design and Development.
-
Luc Kumps #1
Re: Loggin all http Request
"clécio" <clmv@ig.com.br> wrote in message
news:O10$OyAQDHA.1720@TK2MSFTNGP11.phx.gbl...Would you like more tracing than what trace.axd provides?> 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 ASYNCBEGINREQUEST , but it doesn´t work!
>
> Any example will be welcome!
Luc K
Luc Kumps Guest
-
Send Basic HTTP authentication credential in the first HTTP request
Hello, How can I make the web service proxy class send basic authentication information in the HTTP header of the first request? My... -
HTTP Request
Hey peoples, Just a quick one as i dont know where to start, i have a friends website that returns results and only results on request... so if i... -
Making HTTP request through php
I want to make an http request through php. The requested code should output some HTML data. To add some mote details, I want to achieve the... -
HTTP 400 BAD REQUEST
Hi, I am trying to upload a file to the Server using the System.net.Webclient and the uploadfile method. The Upload consistenly happens for file... -
HTTP::Request failed on HTTP/1.1 and Connection: Keep-Alive
Hi Abigail, I know that the error comes from the Java program, the nullpointer error. But what it confused me is: if I'm using an Internet Explorer... -
clécio #2
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 ASYNCBEGINREQUEST , but it doesn´t work!
Any example will be welcome!
tks
Clécio
clécio Guest
-
clécio #3
Re: Loggin all http Request
"Luc Kumps" <NOkumpsSPAM@pandora.be> escreveu na mensagem
news:WXlMa.1521$7h.97@afrodite.telenet-ops.be...Yeah, i want to log all request into database!>
> "clécio" <clmv@ig.com.br> wrote in message
> news:O10$OyAQDHA.1720@TK2MSFTNGP11.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 ASYNCBEGINREQUEST , but it doesn´t work!
> >
> > Any example will be welcome!
> Would you like more tracing than what trace.axd provides?
>
> Luc K
>
tks
clécio Guest
-
Luc Kumps #4
Re: Loggin all http Request
"clécio" <clmv@ig.com.br> wrote in message
news:%23a083SJQDHA.1748@TK2MSFTNGP11.phx.gbl...You could add your tracing code to the Application_BeginRequest handler in>
> "Luc Kumps" <NOkumpsSPAM@pandora.be> escreveu na mensagem
> news:WXlMa.1521$7h.97@afrodite.telenet-ops.be...> Yeah, i want to log all request into database!> >
> > "clécio" <clmv@ig.com.br> wrote in message
> > news:O10$OyAQDHA.1720@TK2MSFTNGP11.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 ASYNCBEGINREQUEST , but it doesn´t work!
> > >
> > > Any example will be welcome!
> > Would you like more tracing than what trace.axd provides?
> >
> > Luc K
> >
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
Luc Kumps Guest



Reply With Quote

