I recently switched jobs and had to go back from VS 2012 to 2010 :(. A problem I'm running into is my use IIS express option is greyed out. Whenever I run a project, it's running on something like localhost:1414/web_site/default.aspx. It looks to me like the properties pages in 2010 is much less verbose than in 2012. What I want to do is get that to run so it's just localhost:1414/default.aspx. I know I could potentially set up a full website in IIS and screw with my hosts file to get it to work, but I'd just prefer to get VS to do that, if it's possible. Any ideas?
↧