logo
vbRad Home
Source Code
Book Reviews
Forum
Links
About Us
Contribute

Compare Databases with SQL Effects Clarity
 
 Yet another IIS gotcha (YAIS)

Posted on
2/18/2001
Author:
Robert Gelb
Email:
Not Shown
Applies To OS:
All
Product:
N/A



When passing parameters using GET method, avoid parameters that start with letters 'PARA'

While it works fine in Internet Explorer 5.x and Netscape Navigator, in IE 4.x and lower, the '&para...' will get converted to  - Ascii char 182.

So when you have something like:  page.asp?this=that&x=y&param_IssueID=1234...

It will come out looking like this:  page.asp?this=that&x=ym_IssueID=1234...

This is yet another unexplained phenomena, courtesy of IIS.  I haven't found anything about it in the Knowledge Base.  If you have, drop of a note.

June 13, 2001 Update
Site visitor, Renzo Bauen of Switzerland, noted that the problem may be due to the fact that ¶ is an HTML reserved character which stands for . So Microsoft programmers may have confused ¶ with &para (Note the ; on the end). This is probably the case.

 


Add Your Comment  

Name: Email Address: all fields optional
Notify me via email when someone responds to this message (valid email required).

Enter the word: