Posted on: 1/17/2014 10:00:40 PM | Views : 586

I've been writing ASP.NET WebForms apps since Beta 2 of .NET. But I've not written a new one since VS 2010. I've now gotten VS 2013 onto my machine, and thought I'd start a new ASP.NET WebForms app. Much to my surprise, there isn't an option, at least none that I can see, of creating the application in IIS. This really surprises me. It looks as though it creates it as a file application instead. I'm guessing that I could publish it, even to my own dev box to run in my localhost's IIS. (Either that or create an application in IIS pointing to the file system on my machine.)
So the question becomes simply, is this the way that ASP.NET WebForms development is done now, with VS 2013? Do I understand the steps?

Go to the complete details ...