Re: HttpModule not working to mimic subdirectories, what to do then ?
- From: craigkenisston@xxxxxxxxxxx
- Date: 24 Apr 2005 08:24:44 -0700
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.
.
- References:
- HttpModule not working to mimic subdirectories, what to do then ?
- From: craigkenisston
- Re: HttpModule not working to mimic subdirectories, what to do then ?
- From: craigkenisston
- Re: HttpModule not working to mimic subdirectories, what to do then ?
- From: Rick Strahl [MVP]
- HttpModule not working to mimic subdirectories, what to do then ?
- Prev by Date: Help! Back button - Redesign Project???
- Next by Date: RE: The Demise of C#
- Previous by thread: Re: HttpModule not working to mimic subdirectories, what to do then ?
- Next by thread: Can you create a folder in ASP.net?
- Index(es):