> From: Discussion of advanced .NET topics. [mailto:ADVANCED-
> [EMAIL PROTECTED] On Behalf Of Paul Cowan
>
> Hi all,I want to re-write the url for my application to something like:
>
> http://myappliction/products/01938-03/
>
> The thing to note that I do not want to specify a file name and file
> extension.  This seems easy in IIS 7 but not so in IIS 6.From my
> google, the general concensus seems to be that I need to use an ISAPI
> filter written in C++.
>
> Is there a way using a standard httphandler or httpmodule or as I
> suspect not?

Hi there,

I believe you can do that by setting the ASP.NET ISAPI filter to run against
all requests by using a wildcard.

This post on Scott Guthrie's blog has some useful information on rewriting:

http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-wi
th-asp-net.aspx

...but it's the comments that have some of the useful stuff on wildcarding.

Good luck,

                        Geoff

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to