Tag Archives: IIS

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 »

Setting AspMaxRequestEntityAllowed Value in IIS

You all might be aware of the problem that occurs while Importing Bulk Data into CRM. What actually happens is that CRM tries to upload the file though the routine but a small value in AspMaxRequestEntityAllowed in the IIS settings or rather the Metabase.XML file cause the import routine to fail mid way and throws… Read More »

Missing MIME types in IIS Sever

We have developed custom import routines for various Sage CRM entities where the user can import data from excel/csv files. Following the standard Sage CRM functionality all types of information i.e. successful migration, validations, errors generated during the import are logged in files on the server. Now the users will not have the access to… Read More »

IIS and Self-Service

If you are willing to create or change the exitsing Self Service Instance for SageCRM please have a look at the steps mentioned below. Steps to create a new virtual directory for self service is given below: 1. Go to Control Panel->Administrative Tools->Internet Information Services2. Right click on the Default Web Site and select New… Read More »