473,669 Members | 2,424 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

From aspnet_isapi.dl l 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.dl l 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 953

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

Similar topics

3
2912
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 Open Procedure for service ""ASP.NET_1.1.4322"" in DLL ""C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"" failed. Performance data for this service will not be available. Status code returned is data DWORD 0. "
5
2857
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 tested it with large files, it blew up. (crashed the server, well documented problem) I can download a file just fine if I just point to the download file and let IIS generate the download dialog (but with no security, of course)
1
1466
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
1172
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. Thanks in Advance. Regards, Prem.
6
4047
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
1751
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 better GUI and faster development) and we will be using that ASPX page along with our ASP application...how can I pass that Session variable (which holds COM instance) to ASPX page so that I will be working on same instance and will not consume...
22
3276
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 load DLL (aspnet_isapi.dll)." Of course the dll is able to be found, it's still in the framework directory and for grins I even put it in my service's local directory. This is apparantly server 2003 not allowing asp.net to be run if IIS was not...
5
1464
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
1614
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 smoothly. But my website contains numbr of HTML pages, so this HTTPModule was not tracking this HTML pages. For doing this, I mapped html and htm extensions to aspnet_isapi.dll in IIS. Now it started to track HTML pages also. For tracking each user...
0
8383
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8894
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8803
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8587
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8658
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7407
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5682
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2792
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2029
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.