Hi, guys,
I'm using VirtualPathProvider to respond to certain client requests. URLs like so: "http://host/SomeCategory/ObjectName"
Everything works fine in IE and Opera but in Chrome and FireFox it doesn't.
1) Using the Address Bar, it is considered as a download and a file location is requested. 2) Through AJAX request, I the content is not loaded.
Any way I can go around this?
Thanks in advance.