I\'m streaming .flv videos from my SQL Server with the code below. But from what I understand the whole video will be loaded into memory before being played. What I would like to do is add CommandBeha
I am trying to reproduce a threading error condition within an HTTP Handler. Basically, the ASP.net worker procecss is creating 2 threads which invoke the HTTP handler in my application simultaneous
I am attempting to use the Jquery file upload addon to asynchronously upload files to a C3 http handler.I have gone through the setup steps on the GitHub site for the project.It seems to work fine in
Main purpose here is to target the handler to download a file that is being previewed. There are two different conditions of the file, one where it is already saved in the database, then the followi
I have implemented asynchronous http request processing in C# with the .Net asynchronous programming model, via IHttpAsyncHandler.
I have the following scenario and would like to get some clarification if possible. I have a javascript function that makes an ajax call to a handler(.ashx) file. The javascript function does not nee
Is it possible to log all requests (GET, POST, etc.) for all resources (.aspx, .html,.pdf, etc.) to db or file in ASP.NET 4 application?
I have a web site that hosts a WCF service and an HttpHandler.When I turn on aspNetCompatibilityEnabled the HttpHandler starts picking up my WCF requests.I would not think this could happen because it
I\'m reading how to programmatically invalidate cached pages on the server in ASP.NET, and the book (\"MCTS Self-Paced Traing Kit (Exam 70-515)\") says:
I\'ve been developing a custom HTTP handler. Using the new web.config <httphandlers> section for ASP.NET 4.0 and IIS7, this works great on my development machine.