Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
3 answers
3k views

Javascript works everywhere else, except new server

Server A: Windows Server 2008 R2, IIS 7, admin - me Server B: Windows Server 2008 R2, IIS 7, admin - company server admin group I have a Javascript file that works well on my local machine. The JS ...
Mark's user avatar
  • 11
2 votes
1 answer
1k views

IIS 7.5 Not Compressing Javascript: NO_MATCHING_CONTENT_TYPE

I have IIS 7.5 set to compress all static files (the default), yet it does not compress .js (javascript) files. When I turn on failed request tracing for compression, the error I get for the ...
Mason G. Zhwiti's user avatar
0 votes
3 answers
259 views

Using IIS7 Logs to determine how many users have JavaScript disabled?

I know that I can get OS and\or browser settings types from the IIS logs, but is there a way to also see if a user has JavaScript disabled? I am looking for a to determine how many of our users are ...
zk.'s user avatar
  • 111
0 votes
2 answers
4k views

Getting Classic ASP to work in .js files under IIS 7

I am moving a clients classic asp webapp to a new IIS7 based server. The site contains some .js files which have javascript but also classic asp in <% %> tags which contains a bunch of conditional ...
Abdullah Ahmed's user avatar
0 votes
1 answer
181 views

How do I remove a site from IIS7 using JavaScript?

I've been searching the Internet for a way to remove a site from IIS7 using JavaScript. I've found, and used, a lot of examples on how to create a site and applications using JavaScript but not a ...
user avatar
6 votes
6 answers
17k views

Javascript Errors only on Production Server?

I am in the process of releasing a couple of asp.net websites from development to production. Everything seems to be working fine in development, but upon the release to production we get a number of ...
ChrisHDog's user avatar
  • 243