Legacy User Guides
...
BSNEE
BSNEE Installation
Troubleshooting
4min
players not downloading presentations with special characters it is possible to upload presentations that contain certain special characters (e g , "+"), but the storage server will return a 404 error to devices that attempt to download the presentation use one of the following workarounds to fix this issue add the following parameter to the root web config file of the bsnee storage site, which is hosted on iis \<system webserver> \<security> \<requestfiltering allowdoubleescaping="true"/> \</security> \</system webserver> use the iis manager ui select the storage site double click request filtering in the iis group click the edit feature settings… link on the right pane check allow double escaping and click ok enter and run the following in the command line %windir%\system32\inetsrv\appcmd set config "bsneestorage" section\ system webserver/security/requestfiltering allowdoubleescaping\ true make sure to replace "bsneestorage" with the name of your storage site