Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
270 views

Web hosting is telling me I need to add http handlers for static content in my web.config?

I have an MVC2 app on shared hosting with a company... we'll call them Hosters. I didn't think Hosters supported MVC2, but when I connected live chat to ask they said to put in a ticket and they'll ...
2
votes
1answer
580 views

Configuring IIS 7 to handle static files through a Virtual Path Provider

I have a virtual path provider that serves static files from my virtual file system,is it possible to configure the IIS to server static files through my virtual path provider or do I need to create a ...
1
vote
1answer
556 views

Problem using custom HttpHandler to process requests for both .aspx and non-extension pages in IIS7

I am trying to process both ".aspx" and non-extension page requests (i.e. both contact.aspx and /contact/) using a custom HttpHandler in IIS7. My handler works just fine in either one case or the ...
0
votes
2answers
47 views

Change file root for StaticFileHandler

I have an ASP.NET web project that (among other things) is serving some static files. By default, the framework assumes that all file paths are relative to the location of the web project. However, ...
0
votes
0answers
37 views

How should I achieve custom errors in IIS7 for static content?

I have an ASP.NET MVC 3 application (dummy example below): http://downloads.joshz.com/ErrorsMvc.zip I have the default route mapped up: /Controller/Action/Id If I enter in an invalid action with a ...
0
votes
1answer
130 views

IIS7 Staticfilehandler changing GIF file colors

Environment: 2 IIS7 servers, 1 appears to be compressing images the other is not, i want to turn off the compression. I have a site running on two IIS7 server, when serving images from one server the ...