The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
am getting this error after rewriting the url as follows in web.config file
<location path="Speakers.aspx">
<system.webServer>
<httpRedirect enabled="true" destination="localhost/Speakers" httpResponseStatus="Permanent">
</httpRedirect>
</system.webServer>