By default, UrlScan denies access to any URLs which include a dot in the path, so any user uploaded content in these paths is inaccessible.
To resolve this issue, take the following steps:
-
Open urlscan.ini.
- Find the line that reads:
AllowDotInPath=0
- Change this to:
AllowDotInPath=1
-
Save and close the file.
-
If you're using versions prior to IIS7, you must restart IIS for the change to take effect.