In Visual Web Developer Express 2008:
I would like to know the difference between debugging with:
Use local IIS web server
and
Use Custom web server
I'm using IIS7 on windows vista and the only difference I've noticed is that you need the IIS6 compatibility component for Local IIS and, more importantly,
that debugging with Local IIS always triggers a build were as Custom web server doesn't trigger a build which allow you to start your website without debugging that create a situation that you would like to debug (which can take a long time if your website needs a lot of time fetching stuff from memcache, database searches etc on startup). Then with custom webserver I can just debug the site and pick up that situation I allready created...
So I was wondering, why would anyone use Local IIS over a custom webserver.
It must have some advantages, otherwise it wouldn't be there...
Thnx Jaap