Note that there are some explanatory texts on larger screens.

plurals
  1. POProblem using HDI membership provider with asp.net
    primarykey
    data
    text
    <p>I am trying to use HDI custom membership provider and after seting up with web.config when I run the applcation it gives me an error as shown below.</p> <p>And I am unable to know where I am going wrong?Can anyone point me the right way?</p> <pre><code>Failed to map the path '/'. 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: Failed to map the path '/'. </code></pre> <p>This is my web.config:</p> <pre><code>&lt;configuration&gt; &lt;connectionStrings&gt; &lt;add name="HDIConnectionString" providerName="System.Data.SqlClient" connectionString="Data Source=.\sqlexpress;Initial Catalog=HDIMembershipProvider;Integrated Security=True"/&gt; &lt;/connectionStrings&gt; &lt;system.web&gt; &lt;membership defaultProvider="HDIMembershipProvider" userIsOnlineTimeWindow="15"&gt; &lt;providers&gt; &lt;clear/&gt; &lt;add name="HDIMembershipProvider" type="HDI.AspNet.Membership.HDIMembershipProvider" connectionStringName="HDIConnectionString" enablePasswordRetrieval="true" enablePasswordReset="true" requiresQuestionAndAnswer="true" writeExceptionsToEventLog="false"/&gt; &lt;/providers&gt; &lt;/membership&gt; &lt;machineKey validationKey="34A0AF973A6817E4F7067DA1486E93AD5F7466B65D32405DB50766FDF335304F499C7B1943C084C7A67B1375D196CF02C8E84F297F7A0CA130C1D5722586749F" decryptionKey="48C8B6F952BC7C39DD91A2A17F17B08E113967DC5FF687FE6DFAF65F3248309C" validation="SHA1" decryption="AES"/&gt; &lt;authentication mode="Forms"/&gt; &lt;compilation debug="true" strict="false" explicit="true" targetFramework="4.0"&gt; &lt;assemblies&gt; &lt;add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/&gt; &lt;add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/&gt; &lt;add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/&gt; &lt;/assemblies&gt; &lt;/compilation&gt; &lt;/system.web&gt; &lt;system.net&gt; &lt;/system.net&gt; &lt;/configuration&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload