On our WSS server, I see about 50 files created per day in the
C:\Windows\Temp directory and they appear to be related to WSS. The
file names vary, but the extensions are consistent: .out, .dll, .err,
.cs, and .cmdline

Here are the contents of one .cmdline files:
/t:library /utf8output
/R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
/R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\windows\assembly\gac\microsoft.sharepoint\11.0.0.0__71e9bce111e9429c\microsoft.sharepoint.dll"
/R:"c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll"
/out:"C:\WINDOWS\TEMP\fuvzj3hj.dll" /debug- /optimize+ /w:1
"C:\WINDOWS\TEMP\fuvzj3hj.0.cs"

Does anyone know why these files are created? Can I delete them?
Thanks,
Tim

RE: why are these files created in C:\Windows\Temp? by daniel

daniel
Fri Jan 14 12:51:03 CST 2005

Tim,

Just leave them. This is part of the ASP.NET runtime... pages get
dynamically compiled into handlers. (That's the short answer...). You'll see
behavior similar to this with ASP.NET.

Daniel Larson
http://www.portalbuilder.org


"Tim" wrote:

> On our WSS server, I see about 50 files created per day in the
> C:\Windows\Temp directory and they appear to be related to WSS. The
> file names vary, but the extensions are consistent: .out, .dll, .err,
> ..cs, and .cmdline
>
> Here are the contents of one .cmdline files:
> /t:library /utf8output
> /R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
> /R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
> /R:"c:\windows\assembly\gac\microsoft.sharepoint\11.0.0.0__71e9bce111e9429c\microsoft.sharepoint.dll"
> /R:"c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll"
> /out:"C:\WINDOWS\TEMP\fuvzj3hj.dll" /debug- /optimize+ /w:1
> "C:\WINDOWS\TEMP\fuvzj3hj.0.cs"
>
> Does anyone know why these files are created? Can I delete them?
> Thanks,
> Tim
>
>

Re: why are these files created in C:\Windows\Temp? by Ian

Ian
Fri Jan 14 12:53:04 CST 2005

See http://support.microsoft.com/default.aspx?scid=kb;en-us;824629
Yes, you can delete them.

Regards,
Ian
http://www.wssdemo.com

"Tim" <tmayo7@yahoo.com> wrote in message
news:1105728010.020211.180840@f14g2000cwb.googlegroups.com...
> On our WSS server, I see about 50 files created per day in the
> C:\Windows\Temp directory and they appear to be related to WSS. The
> file names vary, but the extensions are consistent: .out, .dll, .err,
> .cs, and .cmdline
>
> Here are the contents of one .cmdline files:
> /t:library /utf8output
> /R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
> /R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
> /R:"c:\windows\assembly\gac\microsoft.sharepoint\11.0.0.0__71e9bce111e9429c\microsoft.sharepoint.dll"
> /R:"c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll"
> /out:"C:\WINDOWS\TEMP\fuvzj3hj.dll" /debug- /optimize+ /w:1
> "C:\WINDOWS\TEMP\fuvzj3hj.0.cs"
>
> Does anyone know why these files are created? Can I delete them?
> Thanks,
> Tim
>