To summarize this issue iMIS15 was being installed on the server and while the public view was functioning the main iMIS15 Full View site was receiving the following error message.
Server Error in Application "DEFAULT WEB SITE/IMIS15"
Internet Information Services 7.0
Error Summary
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information
|
Module
|
DynamicCompressionModule
|
|
|
Notification
|
SendResponse
|
|
|
Handler
|
StaticFile
|
|
|
Error Code
|
0x8007007e
|
|
|
Requested URL
|
http://YOURSERVER:80/iMIS15
|
|
|
Physical Path
|
C:\Program Files (x86)\ASI\iMIS15\net
|
|
|
Logon Method
|
Anonymous
|
|
|
Logon User
|
Anonymous
|
|
|
|
|
|
Most likely causes:
· The worker process is unable to read the applicationhost.config or web.config file.
· There is malformed XML in the applicationhost.config or web.config file.
· The server cannot access the applicationhost.config or web.config file because of incorrect NTFS permissions.
Things you can try:
· Look in the event logs for information about why the configuration files are not readable.
· Make sure the user identity specified for the application pool, or the authenticated user, has the required permissions to access the web.config file.
Links and More Information This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.
After researching this issue I was able to determine that the issue was being caused by an incompatibility within theDynamicCompressionModule used by II7. This module was utilizing a global compression schema schema that was not compatible with the our 32-bit application. This schema was being set in this case by WSUS and Sharepoint. So in plain English this boiled down to a server configuration issue brought about by these applications running an incompatible dynamic compression schema which resulted in the error seen on iMIS15.
In order to identify this issue I did the following:
1. I ran the following command from an elevated command prompt.
%windir%\system32\inetsrv\appcmd.exe list config -section:system.webServer/httpCompression
It returned something along the lines off.