The information in this article applies to product: e-Work 6.6.2
Issue
When trying to access the e-Work login screen, a user is presented with the following browser error:
Server Error in '/e-work' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: There is no 'FormsAuthentication' module in the application to remove.
Source Error:
Line 10:
Line 11:
Line 12:
Line 13:
Line 14:
Source File: C:\\Program Files\\Metastorm e-Work\\Web6\\eweb\\web.config Line: 12
Resolution
If the FormsAuthentication HTTP module (C:\\WINDOWS\\Microsoft.NET\\Framework\\v1.1.4322\\CONFIG\\machine.config) has not been loaded, you will get this error.
As this module is not used by e-Work at this time (v. 6.6.2), the workaround is to open the file web.config with a text editor. The file can be found at :\\Program Files\\Metastorm e-Work\\Web6\\eweb.
Comment out the line using standard HTML/XML tags:
. The web server does not need to be restarted.