My problem is, there is a website on a server: - Windows server 2008 - IIS 7.5
and there is folder with some image files.
Folder and file name is like this:
www.somedomain.com/images/picture+pro/myimage.gif
also
www.somedomain.com/images/picture/myimage+pro.gif
has the same issue.
The issue is; the special char "+" cannot be read on Windows server 2008 with IIS 7.5 but it was read when I developed locally with Visual Studio 2010 on a Windows 7 machine.
Is there some configuration I can make on Windows 2008 or IIS 7.5 to allow reading the folders and/or files that contains "+" character?
Thank you very much