Re: Forms Authentication and dynamic folders



hey,

this could be a little bit tricky. At first glance I would say write
your own httpmodule ISAPI handler, this way you can intercept requests
before they are processed and perform your on conditionals as to where
the user should go, this might be overkill though. Thats how I would
have done it in .NET 1.1, someone else might have a better way to do
this with the new forms authentication scheme in .net 2.0

.