Hi,
Setup: Windows 2003 server with IIS 6.0
We have an IIS extension. We generate some dynamic URLs base on form inputs. For some form inputs we are getting the above mentioned error. On analysis, we found that the error comes if the comlete URL generated has more than 282 characters. The same URL works with IIS 5 on Windows 2000 and with Apache.
Why are we getting this error? Does IIS 6 have any defaults for the maximum length of the URL and how can this be changed?
Sample request:
http://100.10.100.10:8081/iFolderServer/Admin/LDAPDirectory&UpdateSele...istiFol
Thanks,
Nithya