Can't delete images from the list

Affiliation
American Association of Variable Star Observers (AAVSO)
Sat, 06/09/2012 - 19:16

I've tried a few times to delete images from the list by checking the boxes and it keeps returning this error message.

Access to the path 'G:\images\634748308473306250.fts' 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 'G:\images\634748308473306250.fts' 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 'G:\images\634748308473306250.fts' is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +9722910
System.IO.File.Delete(String path) +9545728
Restricted_Files5.lbtnDelete_Click(Object sender, EventArgs e) +702
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +118
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +113
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +9
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +176
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563


I'm guessing this has to do with installing the new drive to the system?

Affiliation
Norwegian Astronomical Society, Variable Star Section (NAS)
Deleting images

[quote SXN]

I'm guessing this has to do with installing the new drive to the system?

[/quote]

Yes, some processes needed special privileges on the new drive.

It was fixed yesterday.

Geir