HttpModule disables SharePoint 2003 administration

I have a web part with links to eg. "User Management" i SharePoint (2003)

I also have an http module that needs to add JavaScript to aspx pages that will be accessible through the sharePoint site. This works well for regular user-served pages, but when clicking on those admin pages served by the web part ...

What could be wrong and how do I set up a filter so that these pages are served by a script?

The Http module works with this event: ReleaseRequestState ...

0


source to share


1 answer


What was wrong is that the filter must be enabled for the virtual directory in 60 hive. The pages crashed from the / _layouts / folder.



This you need to update the web.config in the LAYOUTS folder and add the dll + any referenced DLL to the corresponding bin folder.

0


source







All Articles