Re: httpmodule question
- From: Brock Allen <ballen@xxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Apr 2005 09:33:49 -0700
ISAPI extensions are only at the application level, so make the subfolder its own virtual directory in IIS. That shouldn't be a problem since it's all ASP code, meaning you're not trying to share session state or anything else like that.
-Brock DevelopMentor http://staff.develop.com/ballen
Hi there, I have written a small httpmodule which basically scan the incoming request on a perticular domain and pass the url based on mappings. more like a url rewriter e.g. http://www.abc.com/joe.block/index.html will actully be mapped to c:\root\docs\somedir\joeblocks\index.html for this HttpModule to take effect I have done the wildcard mapping on main folder but I want to allow to have classic asp pages in one of the subfolders
Since all my requests are enrouted thru aspnet_isapi.dll My request to asp page is served but not in a executed form. Is there any way I can trick IIS6 to do this for me. Or is it something not possible. Thanks RAJ
.
- Follow-Ups:
- Re: httpmodule question
- From: Raj Aher
- Re: httpmodule question
- References:
- httpmodule question
- From: Raj
- httpmodule question
- Prev by Date: Re: Age-old "SQL Server does not exist" error
- Next by Date: Invalid file name for monitoring
- Previous by thread: httpmodule question
- Next by thread: Re: httpmodule question
- Index(es):
Relevant Pages
|