AZGroups.com

Bringing together Arizona Technology Users And Enhancing the Careers of Developers
Welcome to AZGroups.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » IIS   (RSS)
  • Problem with ASP 2.0 Web Service

    I have a ASP 2.0 web service installed on a 2003 R2 server that is also a domain controller. The service is in a virtual directory under a web site that I specifically set up for this application. My problem is that when I try to browse the asmx page and verify that the service is running, I get a 404 error.  If I place a plain html file in ...
    Posted to ASP.NET Technical Forum (Forum) by triedy on August 4, 2008
  • Re: IIS Issue: WindowsIdentity Name returning NT AUTHORITY\SYSTEM

    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 ...
    Posted to ASP.NET Technical Forum (Forum) by DKlugh on August 6, 2007
  • IIS Issue: WindowsIdentity Name returning NT AUTHORITY\SYSTEM

    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 ...
    Posted to ASP.NET Technical Forum (Forum) by DKlugh on March 15, 2007
  • Re: Webserver is not running asp.net version 1.1

    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
    Posted to ASP.NET Technical Forum (Forum) by jaminman on November 11, 2006
Powered by Community Server, by Telligent Systems