Home All Groups Group Topic Archive Search About

IIS and non starndard URL problem

Author
19 May 2005 11:05 AM
kr
Hi!

I have found a problem with non standard url it`s:
    http://server/doc_name.asp?param=value    <- it works fine

but

    http://server/doc_namse.asp/param/value <- IIS looks for such a
server/doc_namse.asp/param/value  document and it doesn`t find it.

How to make IIS to execute doc_name.asp script with such params?

Author
19 May 2005 11:43 AM
Steven Burn
#2162 : Configure a custom 404 page
http://aspfaq.com/show.asp?id=2162

#2517 : How do I cloak / hide URL and QueryString information?
http://aspfaq.com/show.asp?id=2517

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Show quoteHide quote
"kr" <mud***@tlen.pl> wrote in message news:d6hs78$9ar$1@nemesis.news.tpi.pl...
> Hi!
>
> I have found a problem with non standard url it`s:
>     http://server/doc_name.asp?param=value    <- it works fine
>
> but
>
>     http://server/doc_namse.asp/param/value <- IIS looks for such a
> server/doc_namse.asp/param/value  document and it doesn`t find it.
>
> How to make IIS to execute doc_name.asp script with such params?
>
>