views:

108

answers:

2

I have a web part with links to e.g. "Manage Users" i SharePoint (2003)

I also have a http module, that must add some JavaScript to the aspx pages served through the sharePoint site. This runs well for normal user served pages but when clicking these admin pages, served by the web part...

What can be wrong and how do I adapt my filter to allow these pages being served with script?

The Http Module is working with this event: ReleaseRequestState...

A: 

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

That is you have to update the web.config in the LAYOUTS folder and add the dll + any referenced dll's to the corresponding bin folder.

noesgard
A: 

This is the never-ending story: On top of he problems already solved I've run into a more severe one: Whenever I enable the HttpModule - the content editor web part cannot save edits and even worse! The content index can't update anymore...

I've tried to make a http module similar to this, but even that simple module outputs the text in the browser (seems to work) but has the same side effects as statd above.... :o/

Anyone with ideas to what can be done to solve this or even experience in using http modules on SPS 2003?

noesgard