Note that there are some explanatory texts on larger screens.

plurals
  1. POASP.NET Web Site Administration Tool unkown Error ASP.NET 4 VS 2010
    primarykey
    data
    text
    <p>I was following the <a href="http://mvcmusicstore.codeplex.com/" rel="nofollow noreferrer">MVCMusic</a> tutorial with an machine with full sql server 2008 r2 and full visual studio professional, in <strong><em>ASP.NET 4.0</em></strong> and when I got to the page where it sets up membership (near page 66) the Web administration tool wont work, i got the following error:</p> <p>An error was encountered. Please return to the previous page and try again.</p> <p>my web config is like this:</p> <pre><code>&lt;connectionStrings&gt; &lt;clear /&gt; &lt;add name="MvcMusicStoreCN" connectionString="Data Source=.;Initial Catalog=MvcMusicStore;Integrated Security=True" providerName="System.Data.SqlClient" /&gt; &lt;add name="MvcMusicStoreEntities" connectionString="metadata=res://*/Models.Store.csdl|res://*/Models.Store.ssdl|res://*/Models.Store.msl;provider=System.Data.SqlClient;provider connection string=&amp;quot;Data Source=.;Initial Catalog=MvcMusicStore;Integrated Security=True;MultipleActiveResultSets=True&amp;quot;" providerName="System.Data.EntityClient" /&gt; &lt;/connectionStrings&gt; &lt;system.web&gt; &lt;membership defaultProvider="AspNetSqlMembershipProvider"&gt; &lt;providers&gt; &lt;clear /&gt; &lt;add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="MvcMusicStoreCN" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="/" passwordFormat="Hashed" /&gt; &lt;/providers&gt; &lt;/membership&gt; &lt;profile&gt; &lt;providers&gt; &lt;clear /&gt; &lt;add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="MvcMusicStoreCN" applicationName="/" /&gt; &lt;/providers&gt; &lt;/profile&gt; &lt;roleManager enabled="true" defaultProvider="AspNetSqlRoleProvider"&gt; &lt;providers&gt; &lt;clear /&gt; &lt;add connectionStringName="MvcMusicStoreCN" applicationName="/" name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" /&gt; &lt;add applicationName="/" name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" /&gt; &lt;/providers&gt; &lt;/roleManager&gt; &lt;customErrors mode="Off"&gt; &lt;/customErrors&gt; &lt;/system.web&gt; </code></pre> <p>EDIT: I've run the </p> <pre><code>C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regsql.exe </code></pre> <p>executable and added the tables to my MvcMusicStore database sucessfully, changed the web.config from <strong><em>MY</em></strong> application (MVCMusicStore), and tryed running the ASP.NET Configuration shortcut, and got the error. My Default Browser is firefox, and when I click the shortcut the browser doesn't even open the page, only when I right click on the tray icon and choose open in web browser.</p>
    singulars
    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.
 

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