| Author |
Server.CreateObject("Scripting.FileSystemObject")
|
|
|
| Hello!
I have for a long time used the line:
Set FS=Server.CreateObject("Scripting.FileSystemObject")
in my ASP code. Suddenly one day this week it stopped working and I now get
the error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
If I add the IUsr_<ComputerName> to the Administrators group everything
works fine. What could be wrong?
(If this is not the right newsgroup, please advise me where to write this
question).
Regards
Morten Fagermoen
| |
|
| more info needed... what os. any updates applied since it last worked? it
would obviously sound like a security problem, but if it was working and now
its not then you have to find out what changed... most likely a security
patch 'fixed' a hole and broke your code.
"MoF" <morten@fagermoen.com> wrote in message
news:OT0S3qc7FHA.3804@TK2MSFTNGP14.phx.gbl...
> Hello!
>
> I have for a long time used the line:
>
> Set FS=Server.CreateObject("Scripting.FileSystemObject")
> in my ASP code. Suddenly one day this week it stopped working and I now
> get
> the error:
>
> Server object error 'ASP 0177 : 800401f3'
> Server.CreateObject Failed
>
> If I add the IUsr_<ComputerName> to the Administrators group everything
> works fine. What could be wrong?
>
> (If this is not the right newsgroup, please advise me where to write this
> question).
>
>
>
> Regards
>
> Morten Fagermoen
>
>
>
| |
|
| My system is a Windows Server 2003 SP1 and I have not installed any hotfixes
to it since the 9th of November (KB896424) and it didn't stop working until
the 15th. I tried to uninstall this last patch as well but with the same
result.
I have also checked the MS article "Default permissions and user rights for
IIS 6.0" (http://support.microsoft.com/?id=812614) and my server is correct
according to the articel.
It is only when I add the IUsr_<ComputerName> account to Administrators it
works, if I add it to Power Users which also have a lot of rights in
%WinDir%\System32 (scrrun.dll) I get the same error.
And finally I don't have an anti virus system that blocks the use of this
functionality. (I even disabeled it just to be sure).
Regards
Morten Fagermoen
"Dave" <noone@nowhere.com> wrote in message
news:uVNPTkd7FHA.476@TK2MSFTNGP15.phx.gbl...
> more info needed... what os. any updates applied since it last worked?
> it would obviously sound like a security problem, but if it was working
> and now its not then you have to find out what changed... most likely a
> security patch 'fixed' a hole and broke your code.
>
> "MoF" <morten@fagermoen.com> wrote in message
> news:OT0S3qc7FHA.3804@TK2MSFTNGP14.phx.gbl...
>
>
| |
| David Wang [Msft] 2005-11-21, 2:49 am |
| Please do not multi-post. thread is in microsoft.public.inetserver.iis
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"MoF" <morten@fagermoen.com> wrote in message
news:uiACheg7FHA.3976@TK2MSFTNGP15.phx.gbl...
My system is a Windows Server 2003 SP1 and I have not installed any hotfixes
to it since the 9th of November (KB896424) and it didn't stop working until
the 15th. I tried to uninstall this last patch as well but with the same
result.
I have also checked the MS article "Default permissions and user rights for
IIS 6.0" (http://support.microsoft.com/?id=812614) and my server is correct
according to the articel.
It is only when I add the IUsr_<ComputerName> account to Administrators it
works, if I add it to Power Users which also have a lot of rights in
%WinDir%\System32 (scrrun.dll) I get the same error.
And finally I don't have an anti virus system that blocks the use of this
functionality. (I even disabeled it just to be sure).
Regards
Morten Fagermoen
"Dave" <noone@nowhere.com> wrote in message
news:uVNPTkd7FHA.476@TK2MSFTNGP15.phx.gbl...
> more info needed... what os. any updates applied since it last worked?
> it would obviously sound like a security problem, but if it was working
> and now its not then you have to find out what changed... most likely a
> security patch 'fixed' a hole and broke your code.
>
> "MoF" <morten@fagermoen.com> wrote in message
> news:OT0S3qc7FHA.3804@TK2MSFTNGP14.phx.gbl...
>
>
|
|
|
|