can't log in in the cms site
Earlier on the week, I was working on the cms site and it was working fine.
The next day, without any change, I get this error when trying to login.
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. |
|
Hi,
In order to diagnose the issue and provide you with a solution I need to ask you a few questions. First of all did you make any changes before the error appears? Did you add something to it? Also did you use claims-based authentication of you use forms authentication?
Additionally, if you try to access the backend page like the URL bellow you will receive an error :
http://www.mysite.com/sitefinity
The error you are getting is a known issue, which is reproduced only on IIS6, but not on IIS7+.
However, it goes away when you add a slash to it:
http://www.mysite.com/sitefinity/
We have logged the issue in PITS, for which you can vote. You can also track its status. A workaround was proposed in the forum thread regarding the issue:
www.sitefinity.com/.../sf-5-0-iis6-issues.aspx
If you want to use IIS7 you have to switch to claim-based authentication. Here you can find additional information about switching to this authentication.
All the best,
Stefani Tacheva
the Telerik team