Category Archives: IIS7

404 Page not found errors on Web Quote/Order tabs in Sage 300 ERP integration environment

It’s really painful when things start failing suddenly and you have to do whole lot of debugging to get them back in place. My purpose of writing tips on this blog site has always been to help you people identify and resolve the issues faster. Today I will discuss an issue I faced in Sage… Read More »

IIS Tip – Enable 32-bit Applications on 64-bit server

Sage CRM setup process automatically creates a website and an application pool in an IIS with pre-defined settings. Sage CRM application runs based on these settings. Any incorrect setting on the application pool can cause Sage CRM application to stop functioning. Most of the settings are set properly in IIS; but there may be a… Read More »

IIS Tip – Handlers and Feature Permissions

As we all know, Sage CRM is IIS driven application. IIS 7.0 onwards provides greater flexibility for providing the secure access to portals like SageCRM. However some of these enhanced security features if wrongly configured might also affect the functionality of CRM. In my view security settings in IIS should only be touched upon when… Read More »

Effect of Logical disk space on Sage CRM

Day by day more advanced and useful business softwares are being launched by Sage. Sage CRM is one of them. Being business software, CRM stores very delicate data so it is necessary to keep proper maintenance of the Server/Machine on which it is installed. New Stuff: Make Calendar Control visible in Sage CRM While working on… Read More »

Permissions To Modify The CRM Configurations

With new versions of IIS, the security has been tightened a lot in order to setup secure environment for website deployment. You must have observed this behavior very commonly when you install SageCRM on latest windows servers with IIS7. When you try and edit any configuration under Administration tab, the authentication prompt comes up and… Read More »

How to restrict Users from accessing Default IIS page and Virtual Directory

Sage CRM being a web-based application requires a web server in order to function properly. The Primary role of this web server is to help store, process and deliver web pages as and when required to the users by means of HTTP. Now since Sage CRM is reliant on web server, IIS is one of… Read More »