ASP.NET MVC and Windows Authentication with custom roles
I am trying to implement windows authentication in my ASP.NET MVC2 application.
I’ve followed all the steps suggested by the official documentation:
I am trying to implement windows authentication in my ASP.NET MVC2 application.
I’ve followed all the steps suggested by the official documentation:
I’d like to ignore multiple wildcard routes. With asp.net mvc preview 4, they ship with:
Let’s say that you will start a new ASP.NET web site/application tomorrow. Would you chose Web Forms or MVC, and why? Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the … Read more
I have a .aspx page in the following path:
I am using a service component through ASP.NET MVC.
I would like to send the email in a asynchronous way to let the user do other stuff without having to wait for the sending.
I have an app with multiple subdomains, subone.parent.com, subtwo.parent.com.
Perhaps this is a naive question. In my understanding, ASP.NET MVC cannot work with ViewState and Postback which is fundamentals of ASP.NET forms. Is that correct?
I need to understand something about ASP.NET session state, as it applies to IIS 7 and ASP.net 3.5.
I’m having problems with the AntiForgeryToken in ASP.Net MVC. If I do an iisreset on my web server and a user continues with their session they get bounced to a login page. Not terrible but then the AntiForgery token blows up and the only way to get going again is to blow away the cookie on the browser.
I have an ASP.NET MVC 5 application. I’m using the standard ASP.NET Identity provider for user and role management. It is important that I’m using the IdentityUser from an own repository project, but this seems ok. I can register, login, edit users, and manage their roles.