I'm working on a project and building a website. For user's i create a asp.net mvc project and my admin panel should work with ASP.NET dynamic data for inserting and deleting and updating site's data. So i have some challenges for creating this project. How i can create authentication with session in my Dynamic data Site? And how i can redirect between these two projects?
Asked
Active
Viewed 186 times
2
-
Store session state in db would probably be best bet. – Chris Cannon Aug 01 '13 at 22:55
1 Answers
0
How i can create authentication with session in my Dynamic data Site?
I would use ASP.NET membership.
And how i can redirect between these two projects?
I would use Response.Redirect

Ash Machine
- 9,601
- 11
- 45
- 52