Posted on: 11/28/2014 9:44:59 PM | Views : 472

Hello
I am getting the following error in a passwordreset.aspx file:
Server Error in '/' Application.
The file web.sitemap required by XmlSiteMapProvider does not exist.   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.InvalidOperationException: The file web.sitemap required by XmlSiteMapProvider does not exist.
I have done an Edit | Quick Find search for 'web.sitemap' (Entire Solution) and there is no reference to it anywhere.
My code for passwordreset.aspx is:
<asp:DetailsView ID="DetailsView1" runat="server" AutoGenerateRows="False" DataSourceID="DataDirectory" DefaultMode="Edit" Height="50px& ...

Go to the complete details ...