码迷,mamicode.com
首页 > 移动开发 > 详细

IIS7 ASP Setting support 32 bit application,error number=3704

时间:2015-04-20 11:12:38      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:iis7   asp   

最近发现IIS7跑ASP的时候还发生不少问题。列举下:

1. 父级目录不能使用相对路径

技术分享

-->

2. 64bit OS 执行 ASP + Access系统,提示Operation is not allowed when the object is closed

-->

技术分享

技术分享

We‘ve been moving some Classic ASP code to 64 bit Windows 2008. Here are some things we did or discovered along the way:

  • Start off by hosting the application in a ‘Classic‘ pipeline mode application pool. Once things are running just fine you can switch to ‘Integrated Mode‘ should you need to leverage the features it offers at a later date.

  • If your ASP application consumes any 32 bit third party or in-house components you will need to configure the application pool to run in 32 bit mode. 32 bit DLL‘s won‘t load into a 64 bit process. You can configure this in the Advanced Settings of an application pool. Set Enable 32-Bit Applicationsto True.

  • To force detailed error reporting by Classic ASP, open the ASP ‘feature‘ page for the website then expand the Debugging Properties node. Set Send Errors To Browser to True.

  • If your application uses parent paths you‘ll need to configure this in the ASP settings ‘feature‘ page (same one as above). The setting is under the Behaviour node and is named Enable Parent Paths. The default setting is False just as with IIS6.

  • The default anonymous account in IIS7 is called IUSR. You can change this by opening the Authentication settings ‘feature‘ page for the website and editing the Anonymous Authenticationsetting.

  • Prefer to use Application Pool Identities for both the Application Pool and site Anonymous account:Application Pool Identities

IIS7 ASP Setting support 32 bit application,error number=3704

标签:iis7   asp   

原文地址:http://blog.csdn.net/feng_sundy/article/details/45147299

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!