Hello everyone, Im new in that forum and Im a .net software developer, Im not a system developer or iis developer.
I have developing a webform app, that it load a file throght javascript, I subdivided that file in a few files , the subdivision is necessary for accetaptable time to load files server-client. I can load that files without problem when they have .bin extension, but it would be efficientlier if I would use a crompressed bin files with .bin+4 extensions but IIS doesnt read them. Apache read the same html code perfectly.
I read the reason in last pharagraph of that article http://doc.x3dom.org/gettingStarted/webServer/index.html, IIS doesnt read non-alphanumeric characters in file extensions.
Anyone can help me? its very important for me, I dont want left to use microsoft platform in this case.