Event ID - 2

Event Id2
SourceMicrosoft MapPoint Location Server
DescriptionA required application setting is missing from the Web.config file.
Event InformationAccording to Microsoft:
Cause:

If this error occurred for the first time you start MapPoint Location Server, the installation may be corrupt; otherwise, someone may have tampered with the file.
User Action :
If you receive this message after starting MapPoint Location Server for the first time, uninstall and then reinstall MapPoint Location Server Web Service.If you have been running MapPoint Location Server successfully and then receive this message, check the message to determine which setting is missing, and then add the setting to the Web.config file. The default location for the Web.config file is C:\Program Files\Microsoft MapPoint Location Server\MMLS\Web Service\Web.config. The default application settings are as follows:

< appSettings>
< add key="SQLInstance" value="[yourSQLServerInstance]"/>
< add key="DBName" value="[YourMapPointLocationServerDatabase]"/>
< add key="Domain" value="[YourDomain]"/>
< add key="User" value="[YourMLSWebServiceAccountName]"/>
!--Note:The password is stored in encrypted format. You must use the Set Password tool to change it.-- >
< add key="Password" value=""/>
< key="ServiceCulture" value="en-US" />
< add key="SqlConnectionLifetime" value="300" />
< add key="SoapLogFile" value="c:\ emp.txt" />
< add key="LoggingEnabled" value="false" />
< /appSettings>
Reference LinksA required application setting is missing from the Web.config file

Catch threats immediately

We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.

See what we caught

Did this information help you to resolve the problem?

Yes: My problem was resolved.
No: The information was not helpful / Partially helpful.