欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

發(fā)布WEB站點(diǎn)時(shí)出現(xiàn)Server Application Unavailable

 更新時(shí)間:2006年12月25日 00:00:00   作者:  
我是參考這個(gè)弄好的http://www.cublog.cn/u/8180/showart_171293.html

Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.

出現(xiàn)上述錯(cuò)誤的原因是: .net Framework 2.0的程序與.net Framework1.1(或1.0)的程序被放入同一個(gè)應(yīng)用程序池(默認(rèn)情況下放入DefaultAppPool池),也就是由同一個(gè)工作進(jìn)程: w3wp.exe 進(jìn)行管理,而單個(gè)工作進(jìn)程是無(wú)法同時(shí)管理不同的程序(或者不同版本的程序)的。如果先訪問(wèn).net framework 1.1的頁(yè)面,則工作進(jìn)程先加載并管理了 1.1版本的程序集,此時(shí)訪問(wèn).net framework 2.0的web程序頁(yè)面,Server Application Unavailable 錯(cuò)誤就出來(lái)了。 反之,如果在默認(rèn)應(yīng)用程序池的w3wp.exe尚未啟動(dòng)前先訪問(wèn)了 2.0的web程序(此時(shí)應(yīng)用程序集已經(jīng)加載了.net framework2.0的Web程序集),再訪問(wèn)1.1或1.0的Web程序頁(yè)面時(shí),同樣會(huì)出現(xiàn)“服務(wù)器應(yīng)用程序不可用” 這樣的中文提示。(您可以結(jié)束掉以前的w3wp.exe進(jìn)行測(cè)試。)

解決辦法: 在IIS中新建一個(gè)應(yīng)用程序池,然后選中你的 基于.net framework2.0的虛擬目錄,點(diǎn)“屬性”-》在“應(yīng)用程序池” 中選擇剛才新建的的應(yīng)用程序池,點(diǎn)擊“確定”。

相關(guān)文章

最新評(píng)論