|
|
Browse by Tags
All Tags » IIS (RSS)
-
I resolved this issue (a day after my posting) by adding the following three lines to my web.config:<identity impersonate="true"/>
<authentication mode="Windows"/>
<anonymousIdentification enabled="false"/><identity impersonate="true"/>
<authentication ...
-
Does anyone know why System.Security.Principal.WindowsIdentity.GetCurrent().Name would return “NT AUTHORITY\SYSTEM”? When testing on my local server, my Windows ID is returned as expected. However when running on an Intranet server, it returns “NT AUTHORITY\SYSTEM”. Any suggestions on how to get the ...
-
Just have your tech person run C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i This program will install the proper hooks into IIS and you will be able to run ASP.NET applications. If you need need ASP.NET 2.0 installed run the aspnet_regiis.exe under the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 directory.
--Jason
|
|
|