Using Web Forms targets on 64-bit systems

If you create a new Web Forms target on a Vista 64-bit system, when you launch the deployed target in Internet Explorer, you might receive an error that the application cannot be loaded. To resolve this issue, start 32-bit ASP.NET on the server using the following command line. You must run this command as Administrator:

cscript c:\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1