Skip to main content

Questions tagged [ashx]

4 votes
1 answer
3k views

We have an existing ASHX page in our 2010 farm that users hit to pull in some RSS data. I'm wanting to do some tracking on the usage of this page. I don't want to IIS log parse for this so my thought ...
Eric Alexander's user avatar
0 votes
1 answer
301 views

If so, do you just have to enable session for sharepoint and then implement IReadOnlySessionState on the handler class? I am on machines where I cannot enable session yet, and was hoping someone who ...
danludwig's user avatar
  • 291
1 vote
2 answers
707 views

I have a ashx file that I need to get into the layouts directory during a solution deployment. I have this file in a mapped folder in VS2010 and works fine in my development environment. When I ...
Jonathan Eckman's user avatar
0 votes
2 answers
214 views

Why does an ASHX in a virtual directory load instantly when a proper SP page takes a while to load after a restart? The ASHX is using the SP Object Model to get and display SP data. By proper SP ...
iambriansreed's user avatar
3 votes
1 answer
2k views

I have a folder in an application that I would like available to the public. For example: /_layouts/Handlers/Public/MyHandler.ashx I found this question that says I should enable anonymous access ...
BlueBird's user avatar
  • 1,860
0 votes
2 answers
4k views

I'm having problems with the DatePicker in SP2013. The control shows fine, but the calendar popup is broken because of a missing stylesheet (the complete sprite sheet image is visible etc.). The css ...
mhbuur's user avatar
  • 549
2 votes
1 answer
2k views

I have a ashx handler in "_layouts/ihandler/.." in which I make AJAX requests for an in page search. If my page stands still for to long the requests change from 200 to 401 return status, this is ...
Hugh Wood's user avatar
  • 6,275
2 votes
1 answer
513 views

We have several public facing SharePoint sites which use a lot of ASHX files. We have a virtual directory where we keep a lot of site assets including the ashx files. I love using ASHX files as they ...
iambriansreed's user avatar