Could not load file or assembly 'Ias.Web' or one of its dependencies
Description
Web interface shows the following message:Could not load file or assembly 'Ias.Web' or one of its dependenciesWRN: Assembly binding logging is turned OFF.​Stack Trace:[BadImageFormatException: Could not load file or assembly 'Ias.web' or one of its dependencies.

Cause
If you get this error on 64bit servers, you may have assemblies that are 32bit and your application pool will have the option "Enable 32-Bit Applications" set to False; Set this to true and restart the site to get it working.
Solution
Enable StoneAppPool and StoneAppPoolbib to use 32-bit Applications

Open Command Prompt with administrator rights type "iisreset" and hit enter.
If StoneAppPool and StoneAppPoolbib suddenly stop, then check in the Event Viewer | Application the root cause.
If you see this message:
The Module DLL C:\Windows\system32\inetsrv\rewrite.dll failed to load. The data is the error.
follow the procedure to fix it:
Uninstall URL Rewrite Module 2 from Control Panel

Open Internet Information Services (IIS) Manager
Select Server Name
Click "Get Web Platform Components" (Internet connection is needed)
Click "Install this extension" and Install the msi package
Close Internet Information Services (IIS) Manager
Open Command Prompt with administrator right type "iisreset" and hit enter.
Open again Internet Information Services (IIS) Manager
Click "Get Web Platform Components", search "Rewrite" and Install it
Open Command Prompt with administrators rights and type "iisreset" and hit enter.
Try to reach web interface again.