asp.net mvc - Why are changes made in my .NET MVC-4 solution not showing in the browser preview? -
so i'm running visual studio 2012 (win7) on vmware fusion. 50% of time change view not render in browser preview. drive me crazy. solution found kill webview.webserver40 app launches when click view in browser web build. seems issue working on mac virtual machine, running on pc doesn't have issue. if else has better solution great. it's annoying workflow @ least i'm yelling @ it.
--
update
if comes across this, found solution here: caching in asp.net development server
also: http://support.microsoft.com/kb/911272
edit registry key: hklm\software\microsoft\asp.net\defaultdocumentinstalled 1 2
--
update #2
so fix worked moment , may have quirk. me installing iis express via microsoft web platform installer worked magic. no more issue. jesus.
http://www.microsoft.com/web/gallery/install.aspx?appid=webmatrix
Comments
Post a Comment