httphandler
How do I add sequential access to my video stream?
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[详细]
2023-02-16 00:57 分类:问答c# execute 2 threads simultaneously
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[详细]
2023-02-13 13:15 分类:问答Jquery File upload error when submitting to ashx
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[详细]
2023-02-12 22:02 分类:问答Approach to targetting HTTP Handler from Button Click
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[详细]
2023-02-11 12:28 分类:问答java analog to the C# APM / IHttpAsyncHandler
I have implemented asynchronous http request processing in C# with the .Net asynchronous programming model, via IHttpAsyncHandler.[详细]
2023-02-11 01:43 分类:问答Async web request in asp.net httphandler
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[详细]
2023-02-08 14:06 分类:问答Log all requests (GET, POST, etc.) for all resources (.aspx, .html, .jpg, etc.) to db/file in asp.net
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?[详细]
2023-02-08 06:54 分类:问答Prevent HttpHandler from handling WCF requests
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[详细]
2023-02-07 22:34 分类:问答ASP.NET Caching - Programatically Invalidating Server Cache...confusion on example
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:[详细]
2023-02-06 14:49 分类:问答Issue with HTTP Handlers and IIS7
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.[详细]
2023-02-05 00:51 分类:问答