解决IIS的COM+造成的500问题
<P>寒假在家,要调试asp,刚把家里电脑上装了IIS,发现却不能用。全部显示500错误,查看事件记录,显示<BR>服务器无法加载应用程序 '/LM/W3SVC/1/ROOT'。错误是 '没有注册类别</P><P>打开组件服务,显示 COM+ 80080005错误。无法链接服务器</P>
<P>在网上搜了好半天,终于找到解决方法,因为要restart,我自己还没照做完,先把文章贴上:</P>
<P>1. Rename the %WinDir%\System32\Clbcatq.dll file to %WinDir%\System32\~Clbcatq.dll. Make sure that you include the tilde (~) at the start of the file name. <BR>2. Restart the computer. <BR>3. Start Registry Editor (Regedt32.exe). <BR>4. Locate and delete the following key in the registry:<BR>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3 <BR>5. At a command prompt, type cd %windir%, and then press ENTER. <BR>6. At a command prompt, type rmdir /s Registration, and then press ENTER. This is the location folder of the registration database.<BR><BR>Note If you have MS04-012 installed, you must now re-install MS04-012. For additional information about security update MS04-012, click the following article number to view the article in the Microsoft Knowledge Base: <BR>828741 MS04-012: Cumulative Update for Microsoft RPC/DCOM <BR>7. Click the Start button, point to Settings, and then click Control Panel. <BR>8. Double-click Add/Remove Programs, and then click Add/Remove Windows Components. <BR>9. Click Next to go through the reinstallation process, to reinstall COM+. </P>
<P>
<P>As a last resort, you can re-create the IIS packages. To do this, follow these steps:<BR>Browse to Component Services and delete the following packages:NOTE: To delete the packages, you must first open the properties of the package, click the Advanced tab, and then click to clear the Disable Deletion check box. <BR><BR><BR>IIS In-Process Applications<BR>IIS Out-of-Process Pooled Applications<BR>IIS Utilities<BR>Open a command prompt, and then use the following command to switch directories:<BR>cd %windir%\system32\inetsrv<BR><BR>Run the following commands:<BR>rundll32 wamreg.dll, CreateIISPackage<BR><BR>NOTE: "CreateIISPackage" must be typed exactly; it is case-sensitive. <BR>regsvr32 asptxn.dll<BR><BR>Close and reopen Component Services. You should see all three IIS COM+ applications that have been recreated.<BR>Run IISRESET from a command line and test any ASP page that previously did not load correctly.</P> 你人还真好啊。。。。。自己没做完,就先贴到这里来了。。
页:
[1]