T
tbh
i recently tried out the CLR Profiler on a Windows 2003 Server machine
running IIS6 and DotNet 2, SP1.
alas i never quite managed to get it to work in several attempts (but that's
another matter).
unfortunately at some point DotNet is broken under IIS on my machine (both
uses I need it for: a "web site" in the sense of DotNet 2 and a "web
application project" as reintroduced into DotNet 2).
all the clues i've been able to scrounge, including at MSDN, seem to refer
to DotNet 1 or 1.1 and prescribe cures involving permissions to the %TEMP%
and %TMP% folders. however, that does not help and does not appear to be the
problem for me. rather, the problem is with temporary compile directories
under, in my case,
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
specifically (one example, in case this helps)
Compilerfehlermeldung: CS0016: Could not write to output file
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\d\48708ebb\b200491f\App_GlobalResources.rkazyogv.dll' -- 'The
directory name is invalid. '
i assume I need to give the anonymous Internet User and perhaps a DotNet
user full recursive permissions under "Temporary ASP.NET Files" and am
pursuing that, but haven't solved the problem yet.
I'd be grateful for any specific suggestions (and perhaps someone could
place a detailed how to somewhere prominently?).
cheers,
Tim Hanson
running IIS6 and DotNet 2, SP1.
alas i never quite managed to get it to work in several attempts (but that's
another matter).
unfortunately at some point DotNet is broken under IIS on my machine (both
uses I need it for: a "web site" in the sense of DotNet 2 and a "web
application project" as reintroduced into DotNet 2).
all the clues i've been able to scrounge, including at MSDN, seem to refer
to DotNet 1 or 1.1 and prescribe cures involving permissions to the %TEMP%
and %TMP% folders. however, that does not help and does not appear to be the
problem for me. rather, the problem is with temporary compile directories
under, in my case,
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
specifically (one example, in case this helps)
Compilerfehlermeldung: CS0016: Could not write to output file
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\d\48708ebb\b200491f\App_GlobalResources.rkazyogv.dll' -- 'The
directory name is invalid. '
i assume I need to give the anonymous Internet User and perhaps a DotNet
user full recursive permissions under "Temporary ASP.NET Files" and am
pursuing that, but haven't solved the problem yet.
I'd be grateful for any specific suggestions (and perhaps someone could
place a detailed how to somewhere prominently?).
cheers,
Tim Hanson