Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
4k views

How can I resolve "HTTP Error 500.19 error code 0x8007000d - Internal Server Error"?

I'm currently trying to redirect errors on my Tomcat project. Currently I'm using this method of redirecting the errors by using httpsError in the web.config file. Here is the code and error that I ...
Jed's user avatar
  • 1
0 votes
1 answer
1k views

web page linked JS and CSS files download as Chinese characters

This is a weird one. I have devised a minimal web page http://localhost/Default.htm on a Windows 10 IIS server that demonstrates the error. <!DOCTYPE html> <html> <head> <...
nsharrok's user avatar
1 vote
1 answer
3k views

IIS: requesting PNG returns 401

I am attempting to create a web application, and I am testing it on my desktop using IIS. My problem comes whenever I attempt to request a PNG image. The server responds with a 401 specifically for ...
scottysseus's user avatar
0 votes
2 answers
96 views

IIS behaviour with JS files, transfer paused

This is a tough one, in all my years I've never seen it. The setup is windows 2003 r2, running IIS, MVC 1, asp.net 3.5. I have a website, which is viewable on the server itself and renders correctly. ...
bookstorecowboy's user avatar
0 votes
1 answer
210 views

IIS6 won't respond to a request for a JS file after accessing through subdomain

I have a site running of www.mysite.com for example. There is a JS file I'm accessing: www.mysite.com/packages.js The first and subsequent times that I acccess that packages.js file causes no ...
user avatar