Use livereload with ASP.NET
Install Node node.js.
Copy Gruntfile.js and package.conf in your WebApplication Folder.
npm install -g grunt-cli
npm install
Now install LifeReload Chrome Extension
Start grunt in your WebApplication Folder.
grunt
Now enable LifeReload on your browser tab.