I have an ASP.Net application that performs some database initialization during Application_Start in Global.asax. I\'m using IIS Express to debug the application.
I
You can use a Powershell one-liner to avoid relying on an external app:
powershell -NoProfile -Command (Get-Item "\Web.config").lastwritetime=(Get-Date)
Original inspiration comes from here...