Try our conversational search powered by Generative AI!

Access to the path sitemap.xml is denied.

Vote:
 

Saving a new page i get this error:

 

Server Error in '/' Application.


Access to the path 'C:\EPiServer\Sites\SiteName\sitemap.xml' 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 'C:\EPiServer\Sites\SiteName\sitemap.xml' 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 and IIS 7, and the configured application pool identity on IIS 7.5) 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 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.


Stack Trace:

[UnauthorizedAccessException: Access to the path 'C:\EPiServer\Sites\SiteName\sitemap.xml' is denied.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +12898791
   System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath) +2481
   System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) +229
   System.IO.FileStream..ctor(String path, FileMode mode) +106
   SiteName.Web.Classes.SitemapHelper.WriteSitemapFile(PageReference pageReference) in C:\Utveckling\SiteName\Classes\SitemapHelper.cs:29
   SiteName.Web.Global.OnPageStructureChanged(Object sender, PageEventArgs e) in C:\Utveckling\SiteName\Global.asax.cs:119
   EPiServer.PageEventHandler.Invoke(Object sender, PageEventArgs e) +0
   EPiServer.Core.PageStoreBase.RaisePageEvent(Object key, PageEventArgs eventArgs) +127
   EPiServer.DataFactory.Save(PageData page, SaveAction action, AccessLevel access) +887
   EPiServer.Web.PageExtensions.SaveCurrentPage.SavePage() +147
   EPiServer.PageBase.SavePage() +641
   EPiServer.UI.Edit.EditPanel.SavePage() +305
   EPiServer.UI.Edit.EditPageButtonControl.Publish_Click(Object sender, EventArgs e) +24
   EPiServer.UI.WebControls.ToolButton.RaisePostBackEvent(String eventArgument) +254
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3707
#64265
Dec 14, 2012 16:06
Vote:
 


In your code: C:\Utveckling\SiteName\Classes\SitemapHelper.cs you seem to be writing to sitemap.xml.
To solve it I guess you need to give your applicationpool identiity access to write to C:\EPiServer\Sites\SiteName\sitemap.xml
#64276
Edited, Dec 14, 2012 17:00
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.