BetaONE will rise again!


Reply
  #1  
Old 18th Oct 04, 01:54 PM
robinwilson16 robinwilson16 is offline
Administrator
 
Join Date: Jul 2001
Location: UK
Posts: 903
robinwilson16 will become famous soon enoughrobinwilson16 will become famous soon enough
I have set up IIS and have Windows Server 2003 which has the .net framework installed.

When trying to load a basic .aspx file I am getting this error though

Code:
Server Error in '/' Application. -------------------------------------------------------------------------------- Access to the path "D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\d16a94c5\8b912d73\hash.web" is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.UnauthorizedAccessException: Access to the path "D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\d16a94c5\8b912d73\hash.web" is denied. ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. &nbsp; Stack Trace: [UnauthorizedAccessException: Access to the path "D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\d16a94c5\8b912d73\hash.web" is denied.] &nbsp; System.IO.__Error.WinIOError(Int32 errorCode, String str) +393 &nbsp; System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) +888 &nbsp; System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) +44 &nbsp; System.IO.StreamWriter.CreateFile(String path, Boolean append) +55 &nbsp; System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) +49 &nbsp; System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding) +20 &nbsp; System.Web.Compilation.PreservedAssemblyEntry.WritePreservedSpecialFilesCombinedHash(Int64 hash) +165 &nbsp; System.Web.Compilation.PreservedAssemblyEntry.DoFirstTimeInit(HttpContext context) +848 &nbsp; System.Web.Compilation.PreservedAssemblyEntry.EnsureFirstTimeInit(HttpContext context) +97 &nbsp; System.Web.Compilation.PreservedAssemblyEntry.GetPreservedAssemblyEntry(HttpContext context, String virtualPath, Boolean fApplicationFile) +29 &nbsp; System.Web.UI.TemplateParser.GetParserCacheItemFromPreservedCompilation() +91 &nbsp; System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) +148 &nbsp; System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() +125 &nbsp; System.Web.UI.TemplateParser.GetParserCacheItem() +88 &nbsp; System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) +120 &nbsp; System.Web.UI.TemplateControlParser.GetCompiledInstance(String virtualPath, String inputFile, HttpContext context) +36 &nbsp; System.Web.UI.PageParser.GetCompiledPageInstanceInternal(String virtualPath, String inputFile, HttpContext context) +43 &nbsp; System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String path) +44 &nbsp; System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig) +699 &nbsp; System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +95 &nbsp; System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +173 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
The contents of the test.aspx file are:

Code:
<!-- Web.Config Configuration File --> <configuration> &nbsp; &nbsp;<system.web> &nbsp; &nbsp; &nbsp; &nbsp;<customErrors mode="Off"/> &nbsp; &nbsp;</system.web> </configuration>
I have already tried giving Network Service, Network, IIS, ASPNET groups full access to text.aspx and to that folder. I had to create the root folder as it didn't exist either but it still did not clear the error.

When I create hash.web and give it full permissions, when I load the page it deletes that file and the folder and goes back to the first error which is the same as above but without the \hash.web on the end

Thanks for any help
Robin
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:47 AM.


Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.