Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Application Name
Webster
#1 Posted : Thursday, 19 May 2011 9:56:19 PM(UTC)
Rank: Member

Joined: 31/01/2011(UTC)
Posts: 10
Location: USA

Does the "Application Name" in the ConnectionString section need to be the same as the "Application name" in the Membership provider?
<connectionStrings>
<clear/>
<add name="SqlServerDbConnection" connectionString="Data Source=(local);Initial Catalog=GalleryServerPro;Integrated Security=true;Application Name=Gallery Server Pro"/>
</connectionStrings>

<membership defaultProvider="SqlMembershipProvider">
<providers>
<clear/>
<add applicationName="Gallery Server Pro"
minRequiredNonalphanumericCharacters="0"
minRequiredPasswordLength="5"
maxInvalidPasswordAttempts="50"
enablePasswordReset="false"
enablePasswordRetrieval="false"
passwordAttemptWindow="10"
requiresQuestionAndAnswer="false"
requiresUniqueEmail="true"
connectionStringName="SqlServerDbConnection"
name="SqlMembershipProvider"
type="System.Web.Security.SqlMembershipProvider"/>
</providers>
</membership>
Roger Martin
#2 Posted : Friday, 20 May 2011 7:49:14 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

No, it doesn't have to match the others. In fact, it is optional, but can be useful if you are running SQL Profiler.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
Webster
#3 Posted : Monday, 23 May 2011 10:48:42 AM(UTC)
Rank: Member

Joined: 31/01/2011(UTC)
Posts: 10
Location: USA

Thank you Roger.
Rss Feed  Atom Feed
Users browsing this topic
Guest
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.