Hello ,
In the webiste i have done , in the upload page i am getting the following error:
Access to the path 'C:\Users\RTG\Documents\Visual Studio 2012\WebSites\Musa\UploadStorage' 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:\Users\RTG\Documents\Visual Studio 2012\WebSites\Musa\UploadStorage' 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 File 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.
Stack Trace:
[UnauthorizedAccessException: Access to the path 'C:\Users\RTG\Documents\Visual Studio 2012\WebSites\Musa\UploadStorage' is denied.] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +10793558 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, Boolean checkHost) +1352 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) +60 System.IO.FileStream..ctor(String path, FileMode mode) +55 System.Web.HttpPostedFile.SaveAs(String filename) +94 System.Web.UI.WebControls.FileUpload.SaveAs(String filename) +23 GMS_photogallary.startupload() in C:\Users\RTG\Documents\Visual Studio 2012\WebSites\Musa\GMS\photogallary.aspx.vb:17 GMS_photogallary.RadButton1_Click(Object sender, EventArgs e) in C:\Users\RTG\Documents\Visual Studio 2012\WebSites\Musa\GMS\photogallary.aspx.vb:46 Telerik.Web.UI.RadButton.OnClick(ButtonClickEventArgs e) +91 Telerik.Web.UI.RadButton.RaisePostBackEvent(String eventArgument) +220 Telerik.Web.UI.RadButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1724 |
Any idea how to fix it , i have added the network service and everyone to the folder but still doesnt work
Thank you in advance