1

Isn't SQL Server sessioning for an ASP.NET MVC application fundamentally the same as ASP.NET? If so, do you guys traditionally impersonate your front end user for the sessioning database or setup a static SQL Server user? Just trying to setup our permissions for our MVC app. Thanks!

Jonathan Feinberg
  • 44,698
  • 7
  • 80
  • 103
RailRhoad
  • 2,128
  • 2
  • 25
  • 39

1 Answers1

1

Really depends where you host your app. If it's inside your intranet then impersonation might be best. If it's a public site then you're best setting up a static login.

Chris Arnold
  • 5,753
  • 5
  • 35
  • 55