473,508 Members | 2,227 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Alternatives to aspnet_isapi.dll?

If I want to process a particular file before being served up in IIS6,
is there any alternative to aspnet_isapi.dll?

Cheers

Dave

Feb 2 '07 #1
5 1456
sure. you can supply your own iaspi filter. just put it upsteam from the
aspnet filter, or remap.

-- bruce (sqlwork.com)

Dave wrote:
If I want to process a particular file before being served up in IIS6,
is there any alternative to aspnet_isapi.dll?

Cheers

Dave
Feb 2 '07 #2
You'd need to write an ISAPI application which intercepts and processes
the incoming packets in whichever way you want to process them,
and passes the result of your processing to aspnet_isapi.dll.

What is your objective ?

Can you explain a bit more what you want to do ?
What type of processing to you want to perform on web requests?


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Dave" <sp************@gmail.comwrote in message
news:11**********************@q2g2000cwa.googlegro ups.com...
If I want to process a particular file before being served up in IIS6,
is there any alternative to aspnet_isapi.dll?
Cheers
Dave

Feb 2 '07 #3
You can process a file before it is served without having to use an
alternative to the ASP.NET Isapi dll. You can use UrlRewriting in combination
with an HttpHandler that "Loads" the requested file, does whatever you want
to do to it, and then sends it on it's merry way. What's the specific goal
here?
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Dave" wrote:
If I want to process a particular file before being served up in IIS6,
is there any alternative to aspnet_isapi.dll?

Cheers

Dave

Feb 2 '07 #4
On Feb 2, 4:50 pm, "Dave" <spambox.dcc...@gmail.comwrote:
If I want to process a particular file before being served up in IIS6,
is there any alternative to aspnet_isapi.dll?
Maybe if you explain further we could try to figure out an easier
solution than writing your own ISAPI filter...?
Have you checked the IHttpModule and IHttpHandler interfaces...??

Google for them...

If you're trying to do what I THINK you are you could probably also
get away with:
UrlRewritingNet.UrlRewriter.dll

MIT like license...
Google for it!

..t

--
http://ajaxwidgets.com
Free ASP.NET Ajax Widgets NOW!

Feb 2 '07 #5
I'm trying to place authentication around mp3 files before they are
streamed. However, I must support partical content (206). I have
looked at httpModules & handlers and, as yet, haven't managed to get
them to respond to range requests in the requesting headers, e.g.
range: bytes=235520-

Has anyone attempted this?

Dave

On 2 Feb, 21:11, "Thomas Hansen" <polter...@gmail.comwrote:
On Feb 2, 4:50 pm, "Dave" <spambox.dcc...@gmail.comwrote:
If I want to process a particular file before being served up in IIS6,
is there any alternative to aspnet_isapi.dll?

Maybe if you explain further we could try to figure out an easier
solution than writing your own ISAPI filter...?
Have you checked the IHttpModule and IHttpHandler interfaces...??

Google for them...

If you're trying to do what I THINK you are you could probably also
get away with:
UrlRewritingNet.UrlRewriter.dll

MIT like license...
Google for it!

.t

--http://ajaxwidgets.com
Free ASP.NET Ajax Widgets NOW!

Feb 5 '07 #6

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

Similar topics

3
2905
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
2845
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...
0
941
by: Frederico Caldeira Knabben | last post by:
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...
1
1455
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
1166
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. ...
22
3237
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...
0
879
by: margelos | last post by:
I have a very strange problem here, after a small adventure i had with my computer (virus) but all cleaned now, IIS is behaving very strange. I can't load any .aspx files , and VS cannot load any...
0
7132
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
7401
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...
1
7063
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...
0
7504
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...
0
5640
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,...
0
3211
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3196
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
773
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
432
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.