-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server Error beim Veröffentlichen von Studierendenprojekten #337
Comments
Zur Info, das selbe Problem tritt auch bei "zurückziehen" auf (das ist glaub die Option die ich wählen müsste bei den Projekten, wo das Proposal nochmals überarbeitet werden muss?) Server Error in '/prostud' Application. Unsubmit Description: Exception Details: Source Error: Stack Trace: Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0 |
I have pushed a fix. You should now be able to publish projects. |
Ich erhalte die folgende Fehlermeldung, wenn ich versuche ein Studierendenprojekt zu veröffentlichen (sowohl mit Chrome wie auch in Safari):
Server Error in '/prostud' Application.
Attempted to perform an unauthorized operation
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: Attempted to perform an unauthorized operation.
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.
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: Attempted to perform an unauthorized operation.]
ProStudCreator.ProjectEditPage.SaveChangedProject() in C:\WORK\PROSTUD\ProStudCreator\ProStudCreator\ProjectEditPage.aspx.cs:1029
ProStudCreator.ProjectEditPage.PublishProject_Click(Object sender, EventArgs e) in C:\WORK\PROSTUD\ProStudCreator\ProStudCreator\ProjectEditPage.aspx.cs:1620
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +11596288
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +274
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1890
Version Information:Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0
The text was updated successfully, but these errors were encountered: