vote up -1 vote down star
1

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.

IIS7 Crash

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?

flag

40% accept rate

closed as too localized by JarrettV Oct 19 '08 at 5:47

3 Answers

vote up 0 vote down

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 data execution prevention error. I went into my BIOS and disabled DEP and now things are working in both Paint.net and IIS7 with MVC beta.

I was not able to verify what was causing this problem. However, after some windows updates and some more reboots, things are working fine.

link|flag
vote up -1 vote down

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.

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.

link|flag
vote up -1 vote down

Generally if things start to go that way you have these options:

  • try on another OS
  • try on another webserver

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.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.