Forum Moderators: open

Message Too Old, No Replies

Dealing with dynamic pages on Windows2000/IIS

long URLs generated with asp or Cold Fusion

         

Marcia

6:42 am on Sep 3, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



On Linux/Apache I know that there is info on dealing with dynamic pages, but is there an equivalent with Windows2000/IIS when dealing with the very long URLs generated with Cold Fusion or .asp pages? Can they be rewritten server side to .html, or is there another type of work-around?

Will

10:12 am on Sep 7, 2001 (gmt 0)



ASP has a Request object which can retrieve information from the querystring, forms, cookies and the HTTP header. All of these can be used in the document.

Is that what you meant?