-
Posted to
IIS7 - General
by
jagid
on
03-21-2007, 12:58 PM
I changed the pool from the DefaultAppPool (integrated) to the Classic.NET AppPool. The HTTPModule works now but I still can't attach and debug.
-
Posted to
IIS7 - General
by
jagid
on
03-21-2007, 11:31 AM
Our web application uses NHibernate for persistence. An HTTPModule implements the Open-Session-In-View pattern. Basically a transaction is started when the BeginRequest event fires on the HTTPApplication and committed when the EndRequest event fires (this is an oversimplification but for my purposes here it should suffice).
Under XP / Windows ...
-
Posted to
ASP.NET Administration
by
jagid
on
09-01-2006, 6:09 PM
This might or might not be the right forum. Its description is "A forum
discussion around administering, configuring, and limited usage on ASP.NET 1.x,
2.x". If someone thinks that I might get a better result in another forum
(Configuration & Scripting?) please bump me there.
Regarding the proposed solution a redirect in the ...
-
Posted to
ASP.NET Administration
by
jagid
on
08-29-2006, 12:54 PM
Some more info.
In the IIS 6.0 documentation for the HttpRedirect Metabase Property I came across this statement "Setting HttpRedirect at the site or service level has no affect." This is true because at a sub-directory level I can get the redirect to work (redirect requests from xxx.yyy.zzz/A to xxx.yyy.zzz/B) but not at the website ...
-
Posted to
ASP.NET Administration
by
jagid
on
08-29-2006, 12:43 PM
I have a website xxx.yyy.zzz. I need to redirect all requests to xxx.yyy.zzz/NewDirectory. I was experiencing problems so I thought I would start by simply redirecting all requests to a single file.
In the HomeDirectory tab I select 'A redirection to a URL'. In the 'Redirect To' text I type ...