1
vote
1answer
36 views

Why FileNotFoundPage is null or is null by default

I just tried to access property "FileNotFoundPage" for a web application and its coming up as null, I wonder if its null by default or if something changed it to null. I would also like to know what ...
1
vote
1answer
136 views

HTTP Handler not working for MS office extensions

I am trying to map a custom HTTP handler for *.pptx files and for some reason this is not working. My HTTP handler does nothing else other than sending an email when a powerpoint file is accessed. I ...
0
votes
2answers
177 views

Registering scripts with HttpModule

I'm trying to add a javascript link to my Sharepoint page via a HttpModule, using the 'OnPreRequestHandlerExecute' event. However nothing is happening and the script link is not added but i'm unsure ...
0
votes
0answers
343 views

HTTPModule Filter returns corrupt data when reading file from SharePoint Document Library

Let's prove how much better the SharePoint Overflow community is as on Stack Overflow there is a big silence when things become difficult, at least for this question. I'll omit the wall of text, for ...
0
votes
2answers
459 views

Change document icon in document library?

I would like to change document icon in document library at runtime. Icon should be changed based on some condition I have in code. There is no difference what extension of file is (txt, doc, pdf, ...
3
votes
2answers
772 views

What to watch out for developing an HTTP Module in SharePoint 2007

Has anyone created a custom HTTP Module for SharePoint 2007? If yes, what should I watch out for? I need to add a course grain authentication check to SharePoint (can a user see this app), so I need ...