Server Error in '/' Application When logging into umbraco, site is still up
No changes were made, just started, now cannot login to edit site
Value cannot be null. Parameter name: source
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.ArgumentNullException: Value cannot be null. Parameter name: source
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.
Server Error in '/' Application When logging into umbraco, site is still up
No changes were made, just started, now cannot login to edit site
Value cannot be null.
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.Parameter name: source
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: source
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:
Was this just after you created your new site?
Did you create it in visualstudio using the nuget package?
If so double check your db settings inthe web.config, Give that a touch as well while you're at it and see if that sorts it.
I get similar errors some times straight after an install and that seems to resolve it.
it's a site that has been up for a year or more, just happened. it's on an amazon aws server.
dave
Also did not use vs or nuget package
I get to the login screen, enter my credintials and then the above error.
is working on a reply...