I am using VS2010 to develop a cloud application. Previously I was using the Hosted Web Core but now it has switched to IIS Express.
Before if I made a change to CSS then all I had to do was refresh the page and it would pick up the new CSS. Now when I change the CSS I need to redeploy the application ( 3-4) minutes before I can see the effect of the change I made.
Is there any way that I could make it so I could straight away see changes to the source CSS or javascript rather than having to wait minutes to redeploy?