Hi,

I'm new to ASP.NET MVC framework.Previously i was worked with ASP.Net forms.Now the issue is i want to implement a login page.I have already done the other stuff.I want to know where to add "FormAuthenticationTicket class"?

I'm using MVC3 and .Net framework 4.

Recommended Answers

All 3 Replies

Member Avatar for LastMitch

@DeepAnalyzer

Previously i was worked with ASP.Net forms.Now the issue is i want to implement a login page.I have already done the other stuff

I assume you ran your code without any issues before you add this class?

I want to know where to add "FormAuthenticationTicket class"?

Read this introduction about it:

http://support.microsoft.com/kb/910443

and also read this (there's an example you can try):

http://msdn.microsoft.com/en-us/library/system.web.security.formsauthenticationticket.aspx

@LastMitch:Thanks.But already i have checked that.In that example.The code is inside aspx page as a script.But i want to know is that anyway to put the code inside Controller or Model class?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.