Asp.net allows to quickly setup a security for the site using WebSite Administration tool, which can be instantiated from visual studio. If that tool throws an error, there is no place find what went wrong.
I ran into one such case with the following cryptic error.
"An error was encountered. Please return to the previous page and try again."
I found a work around for this problem. I needed to hit F5 (run the site in the debug mode) and then click the "WebSite Administration tool" icon from solution explorer to get rid of the above error.
No comments:
Post a Comment