httphandler
HttpHandlers x64 problem
I developed a .Net 3.5 x64 web application that includes a custom HttpHandler in the config: <add path=\"*.class1\" verb=\"GET\" type=\"ClassLibrary1.Class1Handler\"/>[详细]
2023-02-19 03:52 分类:问答Download file behavior changes in IE9 during SSL
I currently have a .NET http handler that deals with passing files to the web browsers for download. IE6+, FireFox, Chrome, and Safari all work with this code, but the new IE9 fails to download, but o[详细]
2023-02-19 01:01 分类:问答Requesting ashx Web Handler is showing dialog to download the ashx file?
I have created a Login.ashx Web Handler to authenticate user by using the following REST Request: http://192.0.0.0/Pages/LoginPage.ashx?Username=anonymous&Password=123[详细]
2023-02-17 18:50 分类:问答Intercept output from default handler with another HttpHandler
I have set up an HttpHandler for *css to do some simple parsing: <handlers> <add name=\"CssHandler\" verb=\"*\" path=\"*.css\"[详细]
2023-02-17 14:45 分类:问答i can't add #region to .ashx in visual studio 2010
i create a generic handler (ashx) but i am trying to add region in my code like the following #region MyRegionName[详细]
2023-02-17 09:29 分类:问答Specify the application root in web.config handler mapping
I have an application with an HttpHandler that processes any requests for a .js file. I only want this handler to process *.js files that are requested in the root of the application.[详细]
2023-02-17 06:13 分类:问答Handler Image Display on Null Problem
I am trying to create Handler, and I am trying to have it return a default picture when it returns a null value. But when I access this via a page using the second code bit below, I get an error image[详细]
2023-02-16 19:10 分类:问答Async Http Handler
I have a ASHX that do bulk insert at a SQLite. This page load for 2sec +/- Its a good practice implement it with Async Http Handler to not hold a ASP.NET Thread while I do I/O work.[详细]
2023-02-16 18:39 分类:问答Multiple file upload in silverlight 4
I\'m trying to implement a multiple file uploader in silverlight 4. the silverlight control contains a single button only. when this is clicked the OpenFileDialog is shown and they can select multiple[详细]
2023-02-16 11:06 分类:问答why is my ihttphandler (IIS7 integrared) not being called for some urls
<add name=\"scep\" verb=\"*\" path=\"scep/*\" type=\"xxxxx\"/> I get called on a GET to /root/scep/?operation=GetCACert&message=foo[详细]
2023-02-16 02:07 分类:问答