MarcWilson
Mon Nov 13 07:31:02 CST 2006
"Bob Barrows [MVP]" wrote:
> Marc Wilson wrote:
> > I'm getting an error 0201 from an ASP script. This *used* to work
> > until recently.
> >
> > I've done the obvious things:
> >
> > - checked the permissions on ASP.DLL and VBScript.dll
> > - re-registered the DLLs
> > - set failure audit on the DLLs for the IUSR_ account
> > - re-installed the Scripting package
> >
> > Nothing seems to work. I don't get a failure audit entry, but it
> > still tells me that my default scripting language is invalid.
> >
> > Short of tearing down the machine and doing a complete rebuild, I'm
> > stuck for ideas. Any thoughts?
>
> What is the text of the error message?
Active Server Pages error 'ASP 0201'
Invalid Default Script Language
The default script language specified for this application is invalid.
> What would we need to do to attempt to recreate the problem on our machines?
Try to open an ASP page. If you open it in the browser, you either get
nothing or the above error message. If you open it from Windows Explorer,
the page renders the static content, but the scripted stuff is not expanded;
if you mouseover the links on e.g. localstart.asp, you see unexpanded
variable substiutions.
> Does this help?
>
http://www.aspfaq.com/show.asp?id=2371
I'll take a look.