Re: Javascript within IIS 6.0

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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,



.



Relevant Pages

  • Re: Migration Issues from ASP website to IIS6
    ... ASP is definitely supported by IIS6. ... IIS is not sending detailed error messages because that is a security ...
    (microsoft.public.inetserver.iis)
  • ASP, Wscript.Shell on a Windows 2003 Server Web Edition
    ... We're in the progress of upgrading our intranet environment from IIS 4 NT4 ... Servers to Windows 2003 Server and IIS6, ... migrate the current ASP code to this new environment. ...
    (microsoft.public.inetserver.asp.general)
  • RE: IIS6 ASP and com socket security(?) problem
    ... To confirm the issue is just related to IIS security setting, ... Right-click the site's Application pool in IIS mmc and open its ... In the ASP page's virtaul directory->Directory Security ... In IIS6 mmc, right-click the 'Web Sites' folder and open properties. ...
    (microsoft.public.inetserver.iis.security)
  • ASP and ASPNET on IIS5 and IIS6
    ... I have got IIS 5.0 server with a lot of services written in ASP. ... Now we'd like to move to new machine with win2003 (IIS6). ... I also know about IIS isolation mode but the problem occured because I have ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Prefered Coding Language!
    ... By default IIS will run all server side JavaScript ... > you are allowed to use other scripting languages in ASP. ...
    (microsoft.public.inetserver.asp.db)