博客园  :: 首页  :: 新随笔  :: 联系 :: 管理

2011年7月15日

摘要: 经常碰到32位的DLL什么的不能在64位Windows的IIS上调用,在网上找到这篇文章也许能够解决很多问题。总的思路就是先允许IIS支持32位程序,然后再用.Net Framework注册IIS。Enable 32-bit Server Applications on 64-bit MachinesASP.NET applications that use TX Text Control .NET Server must be compiled for 32-bit platforms (see this article). IIS must be configured to execute 阅读全文

posted @ 2011-07-15 17:39 codingsilence 阅读(175) 评论(0) 推荐(0) 编辑