Category Archives: IIS

IIS Configuration for Sage CRM

Sage CRM is one of the most advantageous business application launched by Sage. Day by day it is getting more advanced with new level features. Beauty of this application is its simplified UI, ease in configuring reports or dashboards as per your requirement etc.  Even the very first step i.e. the CRM installation doesn’t not… Read More »

HTTP Error 404.17 – Not Found When upgrading .NET Framework Version

Hello everyone!! As we know Sage CRM Web Service API enables developers to manipulate CRM records remotely with SOAP (Simple Object Access Protocol) over HTTP using XML (Extensible Markup Language).  It is possible to access a CRM server or a hosted system from a specified client machine (typically another server) in order to read, create,… Read More »

How to Change Default Port in IIS Manager

Recently we had posted a blog on downloading Data through Sage CRM Mobile App and its solution is to modify default port of IIS Manager. However some of our Sage Partners approach us to get the steps that need to followed to modify default port of IIS manager. Hence thought to document it for future… Read More »

IIS Configuration Setting for. NET API

As you know, Sage CRM has made the implementation task or say functional development easy through the .Net API development kit through various tools and languages such as VS 2010 or 2012 and C# or VB. Developers can use wide range of packages to build enhanced solutions for business needs with better flexibility. New Stuff: Outlook… Read More »

App Pool Setting for Sage CRM-ERP Integration

We all know that Sage CRM 7.2 has come up with great functionalities that is helping to capture complex business processes in it. With the release of.Net API, even from technical point of view Sage CRM is now very much capable and flexible to write and accommodate complex business logic in it. But while implementing… Read More »

Sage CRM and IIS authentication settings

SageCRM is like any other web application which can be hosted on IIS for access over the network. Network access of applications is highly vulnerable to risks of injections. Hence IIS provides different Authentication methodologies that can be configured for any web application. However improper configuration of these parameters may lead to other issues and… Read More »

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 »