I hope I am posting this on the right section…
I’ve been trying to find “best practice” documents or “VS 2010 web development requirements” regarding this but no luck.
Basically, I believe that I need IIS on my localhost for general debugging purposes of my web app.
Perhaps, there is a way to connect to a remote IIS but I am sure my development time will increase by a lot.
It is the same case when you only use the “VS Development Server”. I think, it is not best practice to recompile and run my web application on debug mode (F5) in order to see what I am coding.
If I don’t have my website running on my localhost , I can’t “Attach to process” either.
Please keep on mind this scenario happen when you are building a web app from scratch. Not something that its already deployed and live.
Any thoughts or comments will be very much appreciated.
Thanks!
PD: Windows 7 + VS2010 Profesional
This may help
http://msdn.microsoft.com/en-us/library/58wxa9w5.aspx
if it helps, I always run using the internal development server on 2008 with no problems at all.