ashx
ASP.NET Routing. How can i use Routing in a Generic Handler?
I tried to use ASP.Net\'s in the following generic handler, but i get this error at Page.RouteData Reference to a non-shared member requires an object reference[详细]
2023-03-24 20:30 分类:问答WebClient client ip address
I have a generic handler (ashx) that return a file from the file system. This handler is not beh开发者_C百科ind a login. However, I only need to return the file if the request has been made from insid[详细]
2023-03-19 23:37 分类:问答Parsing .ashx file in python
I\'m trying to parse the url \'http://www.5min.com/hand开发者_如何学运维lers/SitemapHandler.ashx?type=videositemap&page=1\' in python 2.7. The problem is when i open the url in urlopen, it doesn\'[详细]
2023-03-19 06:34 分类:问答ashx file download, causing problem in firefox
Created a ashx page, which is called like <a href=\"AttachmentHandler.ashx?id=2\">download</a>[详细]
2023-03-15 16:00 分类:问答AJAX post request will not send JSON data
After banging my head against the wall over this for the past few hours trying to debug this, I have finally resolved to asking for help.[详细]
2023-03-11 06:33 分类:问答SharePoint 2010 ashx handler anonymous access
I\'ve seen plenty of information on the web about how to allow anonymous access to a specific SharePoint Application page by inheriting from UnsecuredLayoutsPageBase, 开发者_如何转开发etc.[详细]
2023-03-10 20:43 分类:问答How do I fix paths after implementing Url-routing (ASP.NET 4.0 webforms)
I have route.Ignore(\"{resource}.axd/{*pathInfo}\"); in my global. Im using ResolveUrl in myto point to my .js and .css files[详细]
2023-03-08 14:30 分类:问答Call HttpHandler from javascript
I have a simple page with button which calls HttpHandler via JavaScript. HttpHandler gets lots of files and adds them to a zip file, after finishing work zip file will be added to Response.[详细]
2023-03-06 13:14 分类:问答how can i make xml for myXMLHttpRequest.responseXML with XmlTextWriter in .ashx
i try it in my .ashx page but i got error 500 in myXMLHttpRequest.status and i can\'t understand where is the problem. a simple code for generate a simple xml would be very good. like:[详细]
2023-03-06 12:33 分类:问答which format of XmlTextWriter for answer xmlhttprequest
for answer a xmlhtt开发者_如何学编程prequest in .ashx file with xml that created with XmlTextWriter classhow I must Outputting it ? to a file/string/memory ?If I understand your question correctly, th[详细]
2023-03-05 20:03 分类:问答