Where does IIS express put temporary website files?
I am deploying a website to IIS Express from Visual Studio.
Does IIS cache/store-locally the html/css/js files? I don't want to
re-deploy the website if it's a very small UI (HTML/CSS) change.
If it's plain HTML I should be able to make some change and refresh the
page to see the change. Where does IIS store the files temporarily where I
can make the minor changes and see them right away without having to
deploy again?
No comments:
Post a Comment