I'm using Cassini / ASP.NET Development Server 8.0.0.0 to develop a web application using Visual Studio 2005 SP1.
The problem I'm running into is that some files/images aren't being served to Firefox or Opera, even though they work fine using the same URL and at the same time in IE6.
For example:
http://localhost:4521/images/buttons/read-more.gif
- In IE6 I see an image
- In Firefox and Opera I get a 404 response
I've tried all the usual restarts/refreshes/cache clearing but nothing fixes the issue permanently.
Does Cassini not like requests from non IE browsers?
Any help or ideas would be much appreciated.
Thanks,
Tom