Hi,
I have web application in which file download url is there, url is forming like
http://machinename/appname//foldername/xyz.pdf
This is working fine at all aour internal server and file gets downloaded. But on one of server when we click on url, it gives 500 - Internal server error.
If we modify url manually in IE address bar and remove double slash (http://machinename/appname/foldername/xyz.pdf) file gets downloaded.
We reviewd the IIS logs and HTTPStatus is returning 200 in both the case. I can modify the my program so that only single slash can appear in URL. But I want to know why this is happening? Is there any setting on IIS for this?
Thanks,
Chetan