Event Id | 2 |
Source | Microsoft MapPoint Location Server |
Description | A required application setting is missing from the Web.config file. |
Event Information | According 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 Links | A 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.