Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a website to which I connect using Internet Explorer on my local machine.
When I connect to the website in the dev environment it works. When I connect in the QA or production environment it works, but not properly. JavaScript seems to be disabled on QA and the loginview control does not appear on QA. I went into Internet Explorer and enabled the scripting of Java applets, but that did not help.

Is there a script which can be run on a machine to return all of its windows and IIS settings? I would like to run this script on both machines and see what differences exist.

The machines use IIS 8.5 and Windows Server 2012 R2

What I have tried:

I went into Internet Explorer and enabled the scripting of Java applets, but that did not help.
Posted
Updated 25-Feb-16 1:31am
Comments
ZurdoDev 25-Feb-16 7:12am    
You are not using a Java Applet though, are you? Java Applets and JavaScript are not at all the same thing.

You'll have to debug using your browser developer tools. Check the console and see if any errors are logged there.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900