c# - Same membership table for different asp.net application -


i have asp.net website has form authentication, have develop website access same database login.

i believe have create application id before going further.

or when execute below statement create application id in aspnet_membership table?

membershipuser newuser = membership.createuser("username", "password", "email@xyz.com"); 

what best way deal it?

you should set in web.config file:

see scottgu's blog entry

so in 1 website, set applicationname "app1" in web.config, , in other 1 you'll name "app2".


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

windows - Python Service Installation - "Could not find PythonClass entry" -