Click here to Skip to main content
15,888,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to mix ASP.NET Forms and Windows authentication Pin
Jörgen Andersson2-May-12 5:40
professionalJörgen Andersson2-May-12 5:40 
AnswerRe: How to mix ASP.NET Forms and Windows authentication Pin
Joshua Omundson2-May-12 6:25
Joshua Omundson2-May-12 6:25 
GeneralRe: How to mix ASP.NET Forms and Windows authentication Pin
Jörgen Andersson2-May-12 21:02
professionalJörgen Andersson2-May-12 21:02 
GeneralRe: How to mix ASP.NET Forms and Windows authentication Pin
Joshua Omundson3-May-12 6:05
Joshua Omundson3-May-12 6:05 
GeneralRe: How to mix ASP.NET Forms and Windows authentication Pin
Jörgen Andersson3-May-12 9:08
professionalJörgen Andersson3-May-12 9:08 
Questionvalidate month Pin
indian1431-May-12 10:57
indian1431-May-12 10:57 
AnswerRe: validate month Pin
egenis2-May-12 1:58
egenis2-May-12 1:58 
QuestionForms Authentication Pin
MWRivera1-May-12 9:12
MWRivera1-May-12 9:12 
Hi All,

I'm implementing Forms Authentication, using SQL Server 2008, with the target .NET Framework 3.5.

In the Web.config file I have the following:

<authentication mode="Forms">
    <forms loginUrl="Login.aspx" name=".ASPXMELAUTH" timeout="30" defaultUrl="MainScreen.aspx" cookieless="AutoDetect"/>
</authentication>


When I run the application and login a cookie is created in the Cookies folder with what appears to be a random number of type Txt. Also in the Temp. Internet Files folder a file that seems to point to this cookie file is called "cookie:userName@localhost.com". The first text in this file reads ".ASPXMELAUTH".

My question is, is this the correct behavior for Forms Authentication? I was thinking the file itself would be named "randomCode.ASPXMELAUTH".

Thank you,
Mel
AnswerRe: Forms Authentication Pin
ZurdoDev2-May-12 4:56
professionalZurdoDev2-May-12 4:56 
GeneralRe: Forms Authentication Pin
MWRivera2-May-12 4:58
MWRivera2-May-12 4:58 
QuestionPaypal Payflow Link/Paypal Advanced Payments Integration in C# Pin
masterprogrammertech1-May-12 5:58
masterprogrammertech1-May-12 5:58 
AnswerRe: Paypal Payflow Link/Paypal Advanced Payments Integration in C# Pin
jkirkerx1-May-12 13:14
professionaljkirkerx1-May-12 13:14 
GeneralRe: Paypal Payflow Link/Paypal Advanced Payments Integration in C# Pin
masterprogrammertech2-May-12 7:34
masterprogrammertech2-May-12 7:34 
GeneralRe: Paypal Payflow Link/Paypal Advanced Payments Integration in C# Pin
jkirkerx2-May-12 8:17
professionaljkirkerx2-May-12 8:17 
QuestionRe: Paypal Payflow Link/Paypal Advanced Payments Integration in C# Pin
masterprogrammertech2-May-12 19:22
masterprogrammertech2-May-12 19:22 
AnswerRe: Paypal Payflow Link/Paypal Advanced Payments Integration in C# Pin
jkirkerx3-May-12 6:36
professionaljkirkerx3-May-12 6:36 
QuestionDeleting User Cache only for the very first time Pin
masterprogrammertech1-May-12 5:43
masterprogrammertech1-May-12 5:43 
AnswerRe: Deleting User Cache only for the very first time Pin
jkirkerx1-May-12 13:17
professionaljkirkerx1-May-12 13:17 
Questionasp.net communicate with test web server Pin
rachel_m30-Apr-12 7:00
rachel_m30-Apr-12 7:00 
AnswerRe: asp.net communicate with test web server Pin
R. Giskard Reventlov30-Apr-12 7:42
R. Giskard Reventlov30-Apr-12 7:42 
AnswerRe: asp.net communicate with test web server Pin
ZurdoDev30-Apr-12 10:38
professionalZurdoDev30-Apr-12 10:38 
GeneralRe: asp.net communicate with test web server Pin
rachel_m30-Apr-12 11:57
rachel_m30-Apr-12 11:57 
GeneralRe: asp.net communicate with test web server Pin
R. Giskard Reventlov30-Apr-12 12:08
R. Giskard Reventlov30-Apr-12 12:08 
GeneralRe: asp.net communicate with test web server Pin
ZurdoDev30-Apr-12 14:47
professionalZurdoDev30-Apr-12 14:47 
GeneralRe: asp.net communicate with test web server Pin
rachel_m30-Apr-12 17:51
rachel_m30-Apr-12 17:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.