If you receive the following error when attempting to view the User Login Report:
This occurs when it is trying to access a log which does not exist. Download and run (as Administrator) the following utility on the webserver: CreateLog.exe
If you are getting 404 errors on some of the editing pages available with the ICA Advanced module, in Internet Information Services (IIS) Manager you may need to check the list of modules and the handler mappings.
You should have the UrlRoutingModule-4.0 module included in your module list:
Under Handler Mappings, go to View Ordered List and make sure that the ExtensionlessUrlHandler mappings are placed above the StaticFile handler in the list:
The ExtensionlessUrlHandlers are used for addresses that do not have a filename extension included (such as ~/ICA/Schedule/Update/123), while the StaticFile handler is used for urls with a filename extension (such as ~/ICA/Signals.aspx).
Display ASP.NET Error Messages: In the <system.web> section, find the following line:
This tells the browser how to deal with errors on the pages. To help with setting up the system, set this to show all error messages, using the following line,
Once you have the ICA module successfully installed, replace the above line with the following line:
Date and Time formats will be displayed depending on your browser settings, or in your windows regional settings if you are using Internet Explorer.
For Google Chrome, go to chrome://settings/languages
Drag your desired language to the top of the list.
For Firefox, go to about:preferences#content
Drag your desired language to the top of the list.
Microsoft's browsers date and time formatting is controlled by the system settings, found under Control Panel.
Select your format from the dropdown list.