I am developing an asp.net MVC application in visual studio 2015. I change data in SQL Server Management studio, and refresh my webpage that get data from SQL server but changes does not apply in web page. When I close IIS express in system tray and restart my project changes of data will shown. It seems to IIS express cache data from sql server! How can I prevent IIS from this?
Any Answer?
Ok, i found a way that cause IIS Express to Restart my website and in this way the cached data erased and my problem solved