Reregister scrrun.dll at every reboot

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have to reregister scrrun.dll everytime I reboot w2k prof. in order to use filesystemobject. Once reregistered asp pages run as intended, otherwise IIS goes off into never never land with no errors.
 
In your global.asa put this at the top:

<!--METADATA TYPE="typelib" UUID="420B2830-E718-11CF-893D-00A0C9054228" NAME="Microsoft Scripting Runtime" -->

Now I believe scrrun.dll is registered at boot every boot. I suppose you could add a startup script as a bat file:

regsvr32 /s scrrun.dll

But as far as I know that should occur at boot. Make sure you have only one scrrun.dll in your path and it is in C:\WINNT\system32

All registering does is put this UUID in the registry.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top