Re: [ADVANCED-DOTNET] Extensionless Url re-writing IIS 6

2007-06-01 Thread gregory young
http://msdn2.microsoft.com/en-us/library/ms972974.aspx includes some discussion of how to do this as well. Cheers, Greg On 6/1/07, Geoff Taylor <[EMAIL PROTECTED]> wrote: > From: Discussion of advanced .NET topics. [mailto:ADVANCED- > [EMAIL PROTECTED] On Behalf Of Paul Cowan > > Hi all,I want

Re: [ADVANCED-DOTNET] Extensionless Url re-writing IIS 6

2007-06-01 Thread Geoff Taylor
> 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 >

[ADVANCED-DOTNET] Extensionless Url re-writing IIS 6

2007-06-01 Thread 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