|
 |
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|

March 19th, 2007, 11:46 AM
|
Registered User
|
|
Join Date: Mar 2007
Location: Sarajevo, Bosnia, Bosnia and Herzegovina.
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
ASP.NET SQL Membership Provider
Hello everyone,
I don't know how to achieve the following:
I have setup the SQL Server 2005 and ASP.NET database for User/Profile/Role management and everything works just fine.
However, the 'aspnetdb' database at SQL 2005 server and the 'users' and 'membership' tables are using 'ApplicationId' as identifier.
I have created users from within two different ASP.NET applications and have ended up having two different 'ApplicationId' identifiers, and I was unable to retrieve the user credentials of those created with the previous ASP.NET application when accessing it from the latter one.
I would really appreciate the sharing of knowledge regarding this matter.
|

March 19th, 2007, 01:07 PM
|
 |
Wrox Author
Points: 71,804, Level: 100 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 17,050
Thanks: 80
Thanked 1,581 Times in 1,558 Posts
|
|
Hi there,
applicationNames are generated automatically by default, depending on how you browse to the site (e.g. as / or as /Appname).
You need to specify the applicationName explicitly in the web.config file, as explained here: http://weblogs.asp.net/scottgu/archi...Providers.aspx
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|

March 20th, 2007, 06:41 AM
|
Registered User
|
|
Join Date: Mar 2007
Location: Sarajevo, Bosnia, Bosnia and Herzegovina.
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks, your advise helped me a lot!:)
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |