We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<trust level="Medium" />
For obvious security reason I copied a precreated Elmah.MDB file into the App_Data folder.
Elmah.MDB
App_Data
but during elmah initialisation the system throw the following Security Exception:
Stack Trace:
[SecurityException: Request failed.] Elmah.AccessErrorLog.InitializeDatabase() +0 Elmah.AccessErrorLog..ctor(IDictionary config) +59
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Originally reported on Google Code with ID 323
Reported by damiano.gambarotto on 2013-01-02 11:10:01
damiano.gambarotto
The text was updated successfully, but these errors were encountered:
I think the promlem is
ProcessStartInfo psi = new ProcessStartInfo("cscript", "\"" + scriptPath + "\" \"" + dbFilePath + "\" //B //NoLogo");
see
http://msdn.microsoft.com/it-it/library/system.diagnostics.processstartinfo(v=vs.100).aspx
Reported by damiano.gambarotto on 2013-01-02 13:54:03
Sorry, something went wrong.
This issue was moved to JamesDriscoll/ELMAH.AccessErrorLog#1
No branches or pull requests
What steps will reproduce the problem?
<trust level="Medium" />
For obvious security reason I copied a precreated
Elmah.MDB
file into theApp_Data
folder.but during elmah initialisation the system throw the following Security Exception:
Stack Trace:
Version Information:
Microsoft .NET Framework Version:4.0.30319;
ASP.NET Version:4.0.30319.272
Originally reported on Google Code with ID 323
Reported by
damiano.gambarotto
on 2013-01-02 11:10:01The text was updated successfully, but these errors were encountered: