You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cli-dev@httpd.apache.org by bu...@apache.org on 2005/11/02 21:29:58 UTC

DO NOT REPLY [Bug 34755] - aspnet_isapi.dll not fully configured on a clean Windows 2000 Server system

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34755>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34755





------- Additional Comments From adrian.wilkins@gmail.com  2005-11-02 21:29 -------
I've snipped my registry below

I can confirm this is also an issue on Win2k3 default install with no IIS6.
Win2k3 by default comes with .NET 1.1 and *without* .NET 1.0

The solution I found was ;

1) Run aspnet_regiis -ir  (this on it's own did not fix things, but I
think it was required as aspnet_regiis -lv first listed one *bad*
install of ASP.NET, the 1.0 version).
2) Install .NET 1.1. SDK (but I believe this had NO impact, all files
involved were present before.

and the important bit

3) Fix the value of
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET]"RootVer" to 1.1.4322.0
; it was previously at the older version, which wasn't working becuase
it hasn't been installed. None of the tools fixed this value, but once
it was fixed, my test page worked fine.


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET]
"RootVer"="1.1.4322.0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\1.0.3705.288]
@=""
"Path"="C:\\WINDOWS\\Microsoft.NET\\Framework\\v1.0.3705"
"DllFullPath"="C:\\WINDOWS\\Microsoft.NET\\Framework\\v1.0.3705\\aspnet_
isapi.dll"
"DefaultDoc"="Default.aspx"
"Mimemap"=".wsdl,text/xml,.disco,text/xml,.xsd,text/xml"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\1.1.4322.0]
"Path"="C:\\WINDOWS\\Microsoft.NET\\Framework\\v1.1.4322"
"DllFullPath"="C:\\WINDOWS\\Microsoft.NET\\Framework\\v1.1.4322\\aspnet_
isapi.dll"
"DefaultDoc"="Default.aspx"
"Mimemap"=".wsdl,text/xml,.disco,text/xml,.xsd,text/xml,.wbmp,image/vnd.
wap.wbmp,.png,image/png,.pnz,image/png,.smd,audio/x-smd,.smz,audio/x-smd
,.smx,audio/x-smd,.mmf,application/x-smaf"
"SupportedExts"=".asax,1,.ascx,1,.ashx,0,.asmx,0,.aspx,0,.axd,0,.vsdisco
,0,.rem,0,.soap,0,.config,1,.cs,1,.csproj,1,.vb,1,.vbproj,1,.webinfo,1,.
licx,1,.resx,1,.resources,1,"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\MachineAccounts]
"ASPNET"=dword:00000000

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.