Re: Javascript within IIS 6.0
- From: "David Wang [Msft]" <someone@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 13 May 2005 02:35:31 -0700
FAQ:
Two new security features in IIS6 may be involved. Or, you may have
something else unrelated to IIS.
IIS6 restricts which "static" content can be downloaded unexecuted -- like
..log, .css, .js, ..zip, txt, .html -- and you need to have a declared MIME
Type (which gives the correct Content-Type) to allow downloads.
IIS6 restricts which "dynamic" content can be executed -- like .asp, .aspx,
..exe, .dll, .pl, .php -- and you need to have a Web Service Extension for
the dynamic content's binary DLL/EXE in order to allow dynamic content
execution.
In other words, if your pages just run Javascript on the client-side, then
it probably has nothing to do with IIS6. If your pages run Javascript on the
server-side, like ASP, then you will need to first enable ASP in Web Service
Extension before any ASP page will run.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Pierre Julien" <pjbarge@xxxxxxxxxxxxx> wrote in message
news:ORZN3T5VFHA.2128@xxxxxxxxxxxxxxxxxxxxxxx
Hello,
Some sites i am currently migrating from a w2k iis5.0 to a w2k3 iis6.0 are
not working properly anymore, one of the lead i have is that the pages use
javascript, anyone know if there is a parameter to configure to enable
jscript to run ?
Thanks,
.
- Follow-Ups:
- Re: Javascript within IIS 6.0
- From: Pierre Julien
- Re: Javascript within IIS 6.0
- References:
- Javascript within IIS 6.0
- From: Pierre Julien
- Javascript within IIS 6.0
- Prev by Date: Javascript within IIS 6.0
- Next by Date: Re: reading registry values
- Previous by thread: Javascript within IIS 6.0
- Next by thread: Re: Javascript within IIS 6.0
- Index(es):
Relevant Pages
|