Support Suite
User Login
Server Error in '/WebService' Application.
Posted by Robert Joseph on 12 November 2018 03:31 PM
|
|
Background: The 'web.config' file holds different assemblies required for other applications to interact with the EIOBoard Server. Otherwise, the website will remain unaffected.
The Error Message reads: Source: System.Web.Services Resolution:
If the error message points you to line numbers ranging from 131 through 159, you are missing a necessary assembly. Open the web.config file and search for "DirectoryServices".
A well-formed line requires this entry:
<add assembly="System.DirectoryServices.Protocols, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
| |
|