简体   繁体   中英

Application in ASP.NET MVC 2 Beta running on IIS 7.5

i have problems runnning an mvc2beta application in iis 7.5.

WebServer : Windows Server 2008 R2 (x64)

Application : MVC 2 Beta (developted in Visual Studio 2010 Beta)

On IIS i added a new application beneath the Default Web Site and the new application has Application Pool ASP.NET V4.0

If i runn application within Visual Studio everything is fine. but on IIS Server i became an error page:

Service Unavailable

HTTP Error 503. The service is unavailable

What is missing?

In Event Log got this Message:

Application pool 'DefPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.

If you have upgraded to .NET v4 then delete any older versions from %windir%\\Microsoft.Net\\Framework and try again. Also, check again that the application pool isn't set to use v4.0, and not v2.0.

Without seeing your debug messages, it's hard to diagnose what these failures were.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM