×

Loading...

Pls help: Does anybody know how to make IIS4.0 accept the URL with parameters in the path part?

I try to send a request thru IIS, my URL format is like bellow:
http://host/myfilename.html;param?querystring
(param is this kind - attribute=value)
according to the http spec, including parameters in the path part of url (seperate parameter with filename by semicolon) is a general format. But IIS4.0 can't recognize this param part with semicolon, which results in error 404 or 405. Is it because of my missing something set in IIS to make it accept this format, or IIS really cann't accept it?
Any suggestion is appreciated!
Report