473,388 Members | 1,277 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

From aspnet_isapi.dll back to IIS

Hello,

In writing a very a Web application that need to analyse all requests made
by the user, including requests without explicit page names (like
http://www.mysite.com/dir/). I want to process some requests, for example:

http://www.mysite.com/dir/ (processed by my code)
http://www.mysite.com/dir/Test.aspx (processed by my code)
http://www.mysite.com/dir/images/SomeImage.jpg (processed by my code)

But others should be processed by the installed ISAPI filters configured in
IIS, for example:

http://www.mysite.com/dir/Test.php (processed by the PHP ISAPI)
http://www.mysite.com/dir/Test.cfm (processed by the ColdFusion ISAPI)
etc...

So to my code to be able to analise every request, I configured IIS to route
all requests to the aspnet_isapi.dll file (throw a IIS * wildcard) and wrote
a HttpModule that is registered in my Web.config. It works really fine for
the first three sample urls (that must be processed by my code). But for the
PHP and CFM files it doesn't work, as expected. The ASPNet ISAPI handles
that files as text files and output then contents to the browser, without
calling the right ISAPIs.

So, finally, my question is: Is there any way to my HttpModule to tell the
ASPNet ISAPI to ignore the request and send it back to IIS to be handled by
the configured ISAPIs?

Thanks a lot in advance,
FredCK
Nov 18 '05 #1
0 937

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: .:mmac:. | last post by:
Win2k server had a virus, I don't know which one as the client removed it themselves, but the event log is filling with this error: 7/6/2005,4:39:07 PM, Perflib Error None1008,N/A,SERVER,"The...
5
by: Earl Teigrob | last post by:
My company sells software and wants to provide downloadable product. Some of these downloads will be full CD's of over 550M I had everything working fine using Response.filewrite() but when we...
1
by: boy0612 | last post by:
How to create asp webserver without registry for finding aspnet_isapi.dll and how to be patched up for System.Web.dll ? thanks.
1
by: prem | last post by:
Hi, I need roles and activities of asp_wp.exe,aspnet_wp.exe and aspnet_isapi.dll. can any one please give description about how they are working and how they coordinate each other and when. ...
6
by: DMP | last post by:
Hi, I have installed .NetFramework I write following Code in NotePad and save in ******* <html> <body bgcolor="yellow"> <center> <h2>Hello World!</h2> </center> </body>
4
by: abcd | last post by:
I have an ASP application. It instantiaties some COM components and we put those COM components in Session variables...COM components have license restrictions...We have written new ASPX page ( for...
22
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to...
5
by: Dave | last post by:
If I want to process a particular file before being served up in IIS6, is there any alternative to aspnet_isapi.dll? Cheers Dave
0
by: navaneethkn | last post by:
Hello, In my ASP.NET application I am tracking user behavior ( tracking pages visited by user ) . For doing this I created a HTTPModule and attached with the application. Everything worked...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.