Why is Asp.net MVC Beta crashing my IIS7? - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-11-23T03:31:25Zhttp://stackoverflow.com/feeds/question/210544http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/210544/why-is-asp-net-mvc-beta-crashing-my-iis7-1Why is Asp.net MVC Beta crashing my IIS7? [closed]JarrettV2008-10-16T22:38:38Z2008-10-18T22:01:51Z
<p>With the new beta release of the MVC framework I updated an existing application to compile and run. After fixing compile errors things run smoothly from within Visual Studio. However, when I deploy to IIS7, I am getting a crash.</p>
<p><img src="http://jvance.com/media/2008/10/16/AspNetMvcBetaIis7Crash_thumb5.media" alt="IIS7 Crash" /></p>
<p>I’ve tried cleaning out all the applications in my IIS and also restarted the AppDomains, sites, servers. I’ve also tried rebooting. Anyone have any idea’s? Does the beta run on your IIS7 in Vista?</p>
http://stackoverflow.com/questions/210544/why-is-asp-net-mvc-beta-crashing-my-iis7/210570#210570-1Answer by Sklivvz for Why is Asp.net MVC Beta crashing my IIS7?Sklivvz2008-10-16T22:49:17Z2008-10-16T22:49:17Z<p>Generally if things start to go that way you have these options:</p>
<ul>
<li>try on another OS</li>
<li>try on another webserver</li>
</ul>
<p>Otherwise you will always have the doubt, since nobody here can try your application. This is the price you pay when you beta test products (regressions etc.) also Vista itself is apparently known to be quirky.</p>
http://stackoverflow.com/questions/210544/why-is-asp-net-mvc-beta-crashing-my-iis7/211776#211776-1Answer by Jason Stangroome for Why is Asp.net MVC Beta crashing my IIS7?Jason Stangroome2008-10-17T11:17:28Z2008-10-17T11:17:28Z<p>Today. I had IIS 6 crash on Server 2003 when I upgraded an ASP.NET MVC Preview 5 web app to the Beta. I found event log entries that were slightly helpful.</p>
<p>Ultimately I rolled back the MVC version but subsequent Googling lead me to believe it was related to the fact Microsoft.Web.Mvc is now distributed separately and I didn't update that component.</p>
http://stackoverflow.com/questions/210544/why-is-asp-net-mvc-beta-crashing-my-iis7/213769#2137690Answer by JarrettV for Why is Asp.net MVC Beta crashing my IIS7?JarrettV2008-10-17T20:39:54Z2008-10-18T22:01:51Z<p>I did try it on a separate machine and it worked under IIS7 without crashing. Today, I noticed that Paint.Net crashed and it said there was a <strong>data execution prevention</strong> error. I went into my BIOS and <strong>disabled DEP</strong> and now things are working in both Paint.net and IIS7 with MVC beta.</p>
<p>I was not able to verify what was causing this problem. <strong>However, after some windows updates and some more reboots, things are working fine.</strong></p>