IIS not serving up .dat files.

Posted by Stu on Stack Overflow See other posts from Stack Overflow or by Stu
Published on 2010-04-22T16:47:41Z Indexed on 2010/04/22 17:53 UTC
Read the original article Hit count: 245

Filed under:
|
|

Hi all,

I have a ASP MVC web application that uses a plugin to load images and points for a 3d application.

When debugging with the the Visual Studio development server the images and the points are served up great...

http://i148.photobucket.com/albums/s19/littleniv/Debugging/local.png

Second image: same url but iis.png

When running in IIS 7 though the .Dat point files do not serve and produce a 404.

I've noticed the caching is marked as private in fiddler, but i don't know what this means. Can anyone help?

Cheers,

Stu

© Stack Overflow or respective owner

Related posts about iis

Related posts about ASP.NET