A
Ajay Choudhary
Hi,
Is there a way to find the following path through C# code -
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files"
The only solution I have is to get the registry value of
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\
and append .NET version and "Temporary ASP.NET Files".
Any other idea is greatly appreciated.
Thanks,
Ajay
Is there a way to find the following path through C# code -
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files"
The only solution I have is to get the registry value of
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\
and append .NET version and "Temporary ASP.NET Files".
Any other idea is greatly appreciated.
Thanks,
Ajay