RE: ASP.NET Membership



Hello Marshall,

I suspect this problem is related to the X64 platform you used. There are
similar issue reported on X64 and the cause is due to missing ASP.NET
registry keys. The reason these were missing was because we had installed
ASP.NET after the IIS metabase setting Enable32bitAppOnWin64 had already
been set to 1. Because IIS had already been switched to 32-bit mode, the
ASP.NET installation did not create the ASP.NET registry keys in the
"64-bit" registry, only in the "32-bit" (redirected) registry. This can be
fixed by running following commands in a command prompt :

1. cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs set
w3svc/AppPools/Enable32bitAppOnWin64 0
2. %windir%\microsoft.net\framework64\v2.0.50727\aspnet_regiis.exe ¨C i
3. cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs set
w3svc/AppPools/Enable32bitAppOnWin64 1
4. %windir%\microsoft.net\framework\v2.0.50727\aspnet_regiis.exe ¨C i

What this does is switch IIS to 64-bit mode, run the installation of 64-bit
ASP.NET, switch back to 32-bit mode and then re-install 32-bit ASP.NET.
Doing this causes the right registry keys to be created. This allows Visual
Studio to correctly locate the path to WebDev.WebServer.exe so the Visual
Studio dev web server can be launched.

For more information on Windows-32-on-Windows-64 (WOW64) refer:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/4
05f5bb5-87a3-43d2-8138-54b75db73aa1.mspx

How to switch between the 32-bit versions of ASP.NET 1.1 and the 64-bit
version of ASP.NET 2.0 on a 64-bit version of Windows
http://support.microsoft.com/?id=894435

Regards,



Luke Zhang
Microsoft Online Community Lead

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)

.



Relevant Pages

  • Re: ASP.NET Membership
    ... I suspect this problem is related to the X64 platform you used. ... similar issue reported on X64 and the cause is due to missing ASP.NET ... ASP.NET after the IIS metabase setting Enable32bitAppOnWin64 had already ... switch back to 32-bit mode and then re-install 32-bit ASP.NET. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Installation of ASP.NET/IIS 5.0
    ... "Lau Lei Cheong" wrote: ... > I think if there's something missing, the installation program should tell ... and IIS 5.0 included that necessary files in order to run ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Windows Update error 800B0100
    ... How to troubleshoot Windows Vista and Windows Server 2008 service pack installation issues ... Description of the Windows Vista and Windows Server 2008 installation software feature update released April 28, ... CBS MUM ... Missing 0x00000002 ...
    (microsoft.public.windowsupdate)
  • Re: Error Code 403
    ... Open IIS ... If missing, add default.aspx ... Merv Porter [SBS-MVP] ...
    (microsoft.public.windows.server.sbs)
  • Re: Error installing kb961260
    ... That is the same file that I find missing. ... the WDS installation has gone missing somewhere. ... chance that they'll bounce you back to the manufacturer for support, ... related to a Security Update and cite the update's KB number (e.g., ...
    (microsoft.public.windowsupdate)