Monday, November 10, 2008

Setting within your httpModules removes the HttpContext







I guess this makes sense now that I blog about it.... but it really had me stuck for a few hours yesterday when I stumbled across it.
When you use the node within your httpmodules section of your web.config, it will also clear out whatever is filling the Identity.Name value as well.

I was using this setting to eliminate some errors I was getting because my application is inheriting some modules from the parent application.

No comments: