2

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?

1 Answers1

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