Re: HttpModule not working to mimic subdirectories, what to do then ?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



The parser is working fine. It does what I expect as long as I have
something like "/dir1/dir2.aspx". It does not work if I have
"/dir1/dir1/", because "Begin_request" is not being hit in this case.

After reading several dozens articles, I've got the conclusion that
what I'm trying to do requieres several tweaks :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/urlrewriting.asp

They told you'd have to create all the directories and put a default
document on it, if you want to allow people to look at them like
directories. They also says, that in order to avoid this, you'd need to
setup asp.net to handle all request, which would be a hard work.

So, I have to ask again, if somebody has seen this implementation, the
one where you can use "directories", like "/subdir1/subdir1/" in the
paths.

.


Quantcast