windows server 2008 R2 X64 configuration ASP environment

1. Install IIS

2. Add the ASP site

3. Modify the application pool by default instead DefaultAppPool Classic .NET AppPool

4. configure an application pool, to enable 32-bit support

 

  More than a few steps you can run asp program generally, and unfortunately, the last time I configured the English R2, 32-bit support is enabled in the future, just visit the website, Classic .NET AppPool application pool will return automatically stop

Puzzled, and finally found the answer in an article written foreigner, but still do not know why, do some recording again

 

 

---Solution:

Open the file C: \ Windows \ System32 \ inetsrv \ config \ applicationHost.config

Find <globalModules> node under too PasswordExpiryModule option, change it to:

<add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll"
preCondition="bitness64" />

OK!

 

 

 

Reproduced in: https: //www.cnblogs.com/daretodream/archive/2012/02/13/2349706.html

Guess you like

Origin blog.csdn.net/weixin_34161083/article/details/94101619