Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConfigMgrWebService web config file issue #1

Open
gokularvind05 opened this issue Mar 3, 2017 · 2 comments
Open

ConfigMgrWebService web config file issue #1

gokularvind05 opened this issue Mar 3, 2017 · 2 comments

Comments

@gokularvind05
Copy link

4 - Set Application Settings

Open IIS management console, expand Sites and Default Web Site.
Select ConfigMgrWebService application and go to Application Settings.

Getting below error's
Config File \?\C:\inetpub\ConfigMgrWebService\web.config
Config Error Configuration file is not well-formed XML

Thiswebconfig file is present web.release.config. As per instruction I have changed web.config and pasted configmgrwebservice folder under..

@gokularvind05
Copy link
Author

Please mail me any solution

@jholl016
Copy link

My web.config file looks like this, and everything is working fine:
<?xml version="1.0" encoding="utf-8"?>

<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->

<configuration>
<system.web>
<compilation debug="false" targetFramework="4.0" />
<httpRuntime targetFramework="4.0" />
</system.web>

<appSettings>
<add key="SiteServer" value="[my primary site server]" />
<add key="SiteCode" value="[my site code]" />
<add key="SecretKey" value="[my secret key]" />
<add key="SQLServer" value="" />
<add key="SQLInstance" value="" />
<add key="MDTDatabase" value="" />
</appSettings>
</configuration>

Perhaps you could compare this to your web.config file to see if anything looks wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants