Server errors in the / WebService1 application. -------------------------------------------------- ------------------------------ 对 Path "C: /Windows / Microsoft.Net/framework/v1.1.4322/temporary ASP Access to .NET FILES / WebService1 / 5163874C / 83859BC7 "is rejected. Description: Execute an unprocessed exception during the current web request. Check the stack tracking information to learn more about the error and the code caused in the code. Abnormal Details: System.unauthorizedAccessException: Access to Path "C: /Windows / Microsoft.Net/framework/v1.1.4322/temporary ASP.NET FILES / WebService1 / 5163874C / 83859BC7" is rejected. ASP.NET is not authorized to access the requested resource. Consider grant the ASP.NET request ID access to this resource. ASP.NET has a base process identifier used when the application does not simulate (usually, {Machine} / aspnet on IIS 5, on IIS 6). If the application is passing through
Simulation, the identification will be an anonymous user (usually IUSR_MACHINENAME) or authenticated request users. To grant ASP.NET write access to the file, right click on the file in the Explorer, select Properties, then select the Security tab. Click Add to add the appropriate user or group. Highlight the ASP.NET account, select the box corresponding to the required access. Source error: Execute an unprocessed exception during the current Web request. You can use the following exception stack tracking information to determine information about exception causes and location. Stack Tracking: [UnauthorizedAccessException: Access to the path "C: /Windows/Microsoft.Net/framework/v1.1.4322/temporary ASP.NET FILES / WebService1 / 5163874C / 83859BC7" is rejected. ] System.IO .__ Error.WinIOError (Int32 errorCode, String str) 393 System.IO.Directory.InternalCreateDirectory (String fullPath, String path) 632 System.IO.Directory.CreateDirectory (String path) 195 System.Web. Compilation.PreservedAssemblyEntry.DoFirstTimeInit (HttpContext context) 85 System.Web.Compilation.PreservedAssemblyEntry.EnsureFirstTimeInit (HttpContext context) 97 System.Web.Compilation.PreservedAssemblyEntry.GetPreservedAssemblyEntry (HttpContext context, String virtualPath, Boolean fApplicationFile) 29 System.Web .UI.TemplateParser.GetParserCacheItemFromPreservedCompilation () 91 System.Web.UI.TemplateParser.GetParserCacheItemInternal (Boolean fCreateIfNotFound) 148 System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath () 125 System.Web.UI.TemplateParser.GetParserCacheItem () 88 System.Web.ui.ApplicationFileParser.getCompiLledApplicationType (String InputFile, HttpContext Context, ApplicationFileParser & Parser) 171 System.Web.httpApplicationFactory.CompileApplicatio n (HttpContext context) 43 System.Web.HttpApplicationFactory.Init (HttpContext context) 485 System.Web.HttpApplicationFactory.GetApplicationInstance (HttpContext context) 170 System.Web.HttpRuntime.ProcessRequestInternal (HttpWorkerRequest wr) 414
-------------------------------------------------- ----------------------------- Version information: Microsoft .NET Framework version: 1.1.4322.573; ASP.NET version: 1.1. 4322.573
Select Properties in Application Pool - The predefined account in the identification page Select the local system (Localsystem) default is NetworkService.
Http://www.cnblogs.com/blurlzy/archive/2004/11/24/23823.html