Got a question about developing MVC apps using Windows Authentication
I'm working my way through this book, which I consider to be excellent, BTW. I'm in chapter 7, dealing with authentication. Got to the section about Windows Authentication. I've done several ASP.NET Web Forms applications, and many of those I developed against my local IIS. In this section it talks about setting up IIS to run with these MVC applications. But what I'd like to know is, when developing the MVC app to use Windows Authentication, do you develop it as an IIS application? (e.g.: perhaps under INetPub\wwwroot) Or do you develop it as an application which eventually you deploy to IIS?
|