I want to debug the problem with IIS: crash when attempting to profile
asp.net application.
Thanks,
Vadim.
--
From RFC 2631: In ASN.1, EXPLICIT tagging is implicit unless IMPLICIT
is explicitly specified
Compiler Error Message: CS0016: Could not write to output file
'c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET
Files\MyApp\2f2961df\5ad83cf9\App_global.asax.rhhwgvfm.dll' -- 'The
directory name is invalid. '
I narrowed it down to: AspNetLauncher.cs:Launch()
baseEnv = LauncherCommon.ReplaceTempDir(baseEnv, Path.GetTempPath());
When you run it from your account in windows, temp path is
"C:\Users\<USERNAME>\AppData\Local\Temp"
As result, asp.net fail to compile pages because lack of permissions.
Vadim.
On Tue, Apr 26, 2011 at 1:41 PM, Promit Roy <promi...@gmail.com> wrote:
--