PC Review


Reply
Thread Tools Rate Thread

Alternatives to aspnet_isapi.dll?

 
 
Dave
Guest
Posts: n/a
 
      2nd Feb 2007
If I want to process a particular file before being served up in IIS6,
is there any alternative to aspnet_isapi.dll?

Cheers

Dave

 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      2nd Feb 2007
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
>

 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      2nd Feb 2007
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> If I want to process a particular file before being served up in IIS6,
> is there any alternative to aspnet_isapi.dll?
> Cheers


> Dave



 
Reply With Quote
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      2nd Feb 2007
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
>
>

 
Reply With Quote
 
Thomas Hansen
Guest
Posts: n/a
 
      2nd Feb 2007
On Feb 2, 4:50 pm, "Dave" <spambox.dcc...@gmail.com> wrote:
> 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!

 
Reply With Quote
 
Dave
Guest
Posts: n/a
 
      5th Feb 2007
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.com> wrote:
> On Feb 2, 4:50 pm, "Dave" <spambox.dcc...@gmail.com> wrote:
>
> > 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!



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mapping to aspnet_isapi.dll =?Utf-8?B?dGhlIGZyaWVuZGx5IGRpc3BsYXkgbmFtZQ==?= Microsoft ASP .NET 0 3rd Mar 2006 05:56 PM
error with aspnet_isapi.dll .:mmac:. Microsoft ASP .NET 3 7th Jul 2005 07:19 PM
error with aspnet_isapi.dll .:mmac:. Microsoft ASP .NET 0 7th Jul 2005 04:27 PM
From aspnet_isapi.dll back to IIS Frederico Caldeira Knabben Microsoft ASP .NET 0 12th May 2004 10:22 AM
JSP and ASPNet_ISAPI.dll Nilesh Maheshwari Microsoft Dot NET Framework 0 23rd Aug 2003 01:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:28 AM.