Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE11 stuck on "Please wait..." #464

Closed
zimbozambo opened this issue Apr 17, 2018 · 4 comments
Closed

IE11 stuck on "Please wait..." #464

zimbozambo opened this issue Apr 17, 2018 · 4 comments

Comments

@zimbozambo
Copy link

I have some docs being served by IIS (Windows server).
I have managed to get them working on Chrome and Edge (a little iffy), however - IE11 just hangs at the Please wait... screen:

image

@zimbozambo zimbozambo changed the title IE11 stick on "Please wait..." IE11 stuck on "Please wait..." Apr 17, 2018
@jhildenbiddle
Copy link
Member

Hi @zimbozambo

Check the console to see if there is JavaScript error (I'm guessing there is). Hit F12 to view the developer tools, or toggle them under IE11's gear menu.

If you are using any plugins, disable those until you are able to get the site working. If this solves the issue, re-enable plugins one-by-one until you find the one causing the issue.

Hope this helps!

@zimbozambo
Copy link
Author

Thanks for your response, I will give that a try tomorrow

@marcinius
Copy link

marcinius commented Apr 24, 2018

How did you get it to work on IIS?

I've been trying to get it to work on IIS for a while. Any help would be awesome!

@zimbozambo
Copy link
Author

Hi Sorry for delay. @jhildenbiddle For some reason, it works now. Strange!

@marcinius You need to add something to your webconfig file to allow iis to use the markdown files.

<configuration> <system.webServer> <staticContent> <remove fileExtension=".md" /> <mimeMap fileExtension=".md" mimeType="text/markdown" /> </staticContent> </system.webServer> </configuration>

See answer on stack overflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants