I prefer running VS over IIS (not cassini). I’ve always though manually attached to the worker process via file menu. Can you just use F5 just as you can with Cassini only it’s doing the same wiring tot he asp.net worker process but working with IIS not cassini? It looks like it, I never really tried F5 for a while after moving to use IIS like 7 years ago but looks like you can still just press F5 evenif you’re using IIS mode (virtual directoryin IIS, setting your VS web project to use IIS virtual directory).
concur?
Yep, you can do that.
Create the site on IIS first.
http://localhost(whatever you set your bindings to)It should now run through IIS when you press F5
Is this what you meant? Sorry if i misunderstood..