Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Re: Uses ASP.NET form authentication across projects?

Reply
Thread Tools

Re: Uses ASP.NET form authentication across projects?

 
 
Teemu Keiski
Guest
Posts: n/a
 
      07-01-2003
Basically this needs to be done so that:

a) synchronize <machineKey> elements in web.config for all applications
b) synchronize <authentication> elements in web.config and ensure apps use
same set of credentials

a) Means creating explicit and same values for machineKey attributes on both
apps
b) means that for example authentication cookie name needs to be exactly the
same and so on.

Hope this gives you a start. You might also want to check following
document:

Building Secure ASP.NET Applications: Authentication, Authorization, and
Secure Communication:
http://msdn.microsoft.com/library/de...cnetlpMSDN.asp

--
Teemu Keiski
MCP, Designer/Developer
Mansoft tietotekniikka Oy
http://www.mansoft.fi

ASP.NET Forums Moderator, www.asp.net
AspAlliance Columnist, www.aspalliance.com

Email:

"Russ" <> wrote in message
news:O8$voF$...
> I have a project that I created a couple months ago that uses forms
> authentication with a couple usernames and passwrods stored in the
> web.config file. I am now working on a new project that will be installed
> on the same webserver that I would like to use the same authentication.
> What I mean is if a person clicks on a link in my old project that leads

to
> the new one they will not need to log in again. Is this difficult to do?
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTTP basic authentication with form-based authentication Max Python 2 08-08-2008 06:16 PM
Form Authentication Across Web Servers Nitya Prakash ASP .Net 2 10-12-2006 12:37 PM
How to programatically submit a form that uses document.forms[0].submit() Harry Ruby 3 01-12-2006 06:05 AM
Changing Basic Authentication to Form-Based Authentication Dom Java 0 10-18-2004 03:30 PM
From Basic Authentication to Form-Based Authentication Dom Java 0 10-15-2004 09:50 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57