Please explain ApplicationID of aspnetdb

D

Dan

Could someone please explain the relationship between ApplicationID and a
Web site? For example, what and when generates application ID?
Any pointers to on-line docs would also be appreciated.

Thanks,
Dan
 
S

sloan

<membership defaultProvider="AccessMembershipProvider">
<providers>
<add name="AccessMembershipProvider"
type="Samples.AccessProviders.AccessMembershipProvider,
AccessProvider"
connectionStringName="AccessFileName"
enablePasswordRetrieval="false"
enablePasswordReset="false" requiresUniqueEmail="false"
requiresQuestionAndAnswer="false"
minRequiredPasswordLength="1"
minRequiredNonalphanumericCharacters="0"
applicationName="SampleSite" hashAlgorithmType="SHA1"
passwordFormat="Hashed"/>
</providers>
</membership>

I believe the ApplicationId is just a primary key for a distinct
"applicationName" in the config file.

"SampleSite" from the above entry.
 
B

bruce barker

ApplicationID is a unique id for a website (iis site path). the storedproc
adds a row if it doesn't exist during the lookup.


-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top