When an application is deployed in the server and if it throws the could not load library exception, we can enable the x86 support in application pool. In case any assembly was built targeting the x86 platform, this would be the right fix to make the site available.
However, it is strongly advised not to target specific platform unless a firm reason be found.
Comments
Post a Comment