Hello everyone,
first of all: I really enjoy your Book Imar. Two Thumbs Up for this great stuff.
Now, to my Problem I got in the "Try It Out" in Chapter 15, P 542, first Step: When I click Website --> ASP.NET Configuration, ASP.NET launches a Development Server, which shows up in the System Tray, but except that nothing further happens. My Browser (Mozilla Firefox) remains untouched and no error message is thrown.
I am using Visual Studio 2008 Professional V 9.0, with Visual Web Developer 2008. My web.config contains the following Definitions:
Code:
<connectionStrings>
<add name="PlanetWroxConnectionString1" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\PlanetWrox.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
<membership>
<providers>
<clear />
<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false"
enablePasswordReset="true" requiresQuestionAndAnswer="false" applicationName="/" requiresUniqueEmail="false"
passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6"
minRequiredNonalphanumericCharacters="1"
passwordAttemptWindow="10" passwordStrengthRegularExpression=""/>
</providers>
</membership>
I would really appreciate, if someone has an Idea, whats behind this.
Big Thanks from Germany,
Robin