If you are having issue with the custom error page display check to make sure the following exists.
<system.webServer>
<httpErrors existingResponse="PassThrough" />
</system.webServer>
If you are having issue with the custom error page display check to make sure the following exists.
<system.webServer>
<httpErrors existingResponse="PassThrough" />
</system.webServer>
The following code will reset the admin user password to B. This is helpful when needing to get access in the developement enviroment
MembershipUser user = Membership.GetUser("sitecore\\admin"); string password = user.ResetPassword(); if (!user.ChangePassword(password, "b")) { throw new Exception("Failed to set password"); }
Use git merge from master branch using no fast forward option.
Title: Test emails and troubleshoot
http://papercut.codeplex.com/
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!