Re: httpmodule question

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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



.



Relevant Pages

  • Re: Baffling IIS/ASP Security Issue
    ... So fine, they can access the ASP pages in the site, no problem. ... So I added their group to the subfolder ACL. ... Something about ASP files that wants to look at the wwwroot ACL. ...
    (microsoft.public.inetserver.iis.security)
  • Baffling IIS/ASP Security Issue
    ... Someone please help me with this perplexing access problem. ... So fine, they can access the ASP pages in the site, no problem. ... certain subfolder of the site. ... about ASP files that wants to look at the wwwroot ACL. ...
    (microsoft.public.inetserver.iis.security)
  • Re: httpmodule question
    ... as asp.net took the request rather than asp, ... > for this HttpModule to take effect I have done the wildcard mapping on ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Cannot View Data In ASP Page
    ... An .asp test page in the localhost root and in a subfolder ... display text on the page entered as html. ...
    (microsoft.public.inetserver.iis)
  • Newbie - Include File
    ... Strange things: ... I'm using an ASP page in a subfolder, ... but when using ...inlcude file="../fileintheroot.html". ...
    (microsoft.public.inetserver.asp.general)