asp.net mvc - Is there a way around restarting my MVC dev server every time I add an asset? -


in order add asset asp.net mvc project in visual studio, have stop debug server, add file, , restart server. however, once visual studio aware of file (an image, say), can change content using external app , debug server serve changes fine. same thing applies renaming files (i.e., can't while server running). when working on large content-driven site, gets rather tedious , unproductive.

i presume has way files packaged assembly in mvc deployment (by contrast rails or local static site generators, files served off of file system), it's understandable. i'm wondering if there way around limitation make local site development less cumbersome.

you can start without debugging using ctrl + f5

this run code without debugger attached, how code run in production. have performance benefits. if never need debugger can put project in release mode (instead of debug mode) better performance.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -