Questions tagged [iis-handlers]
8 questions
4
votes
1 answer
HTTP 404: The /Media directory is not serving images
I cloned a client's Orchard CMS. The repository that I cloned did not contain the Media folder (this is good). So, a next step was to restore the Media/Default directory from a .zip backup. Now that I've restored that, browsing the to site gives a…

Shaun Luttin
- 133,272
- 81
- 405
- 467
1
vote
1 answer
ExtensionlessUrlHandler causes 404 Not Found with default document on IIS
I recently updated some ASP.NET Nuget packages and modified the index.html file of my web site. Now I get 404-Not Found error but ONLY for the root path, i.e. when the web site address is typed without subdirectory or file name.
If I explicitly…

Ugur
- 148
- 4
- 11
0
votes
1 answer
Django - IIS deployment - scriptProcessor could not be found
I have been trying to deploy django application using IIS but after following all the steps i am getting below error
scriptProcessor could not be found in application configuration
I understand this error is due to incorrect…

Ronak
- 187
- 2
- 17
0
votes
1 answer
How might I import IIS handler mappings from another IIS instance on a different machine?
I'm migrating from one computer to another and in order to serve up my web app locally IIS requires some handler mappings in order to serve .svc extensions. I found on the new computer I'm missing those mappings. I'd like to script the creation of…

gh0st
- 1,653
- 3
- 27
- 59
0
votes
1 answer
IIS - [Exception: Debugger detected - this software cannot run with Debugger.]
I have some handlers running on the IIS server in Windows server 2019. All this handlers are working fine as expected for all the requests.
Suddenly from yesterday, weirdly server is responding failure for the all the request without any changes…

Gopichandar
- 2,742
- 2
- 24
- 54
0
votes
1 answer
C# MVC website wrapped for private beta testing
I am preparing a website for private beta. The website can be used anonymously as well as allowing users to sign in (using Identity).
During Private beta, I need the entire site to be password protected so that only users with the password are able…

Brad Baskin
- 1,265
- 2
- 14
- 20
0
votes
1 answer
IIS Handlers exclude a Directory when processing htm requests
I am using the below handler in by web.config file. The problem i am now faced with is that i have .htm files in a particular directory that i need to be excluded from this handler. Is there a way to do this?

jackncoke
- 2,000
- 6
- 25
- 66
0
votes
2 answers
IIS throw 404 on directory browse instead of 403 but not for files within
I would like to display a 404 not found error on directory browse instead of the standard 403 unauthorized message from asp.net but not for the files within. For example:
www.somedomain.com/services - 404 not found
…

Kevin Vella
- 1,869
- 1
- 16
- 18