WebAdaptor Object reference not set to an instance of an object.
生活随笔
收集整理的這篇文章主要介紹了
WebAdaptor Object reference not set to an instance of an object.
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
C:\inetpub\wwwroot\arcgis目錄下webAdaptor.config文件內容被清空,從別的地方拷貝一份即可。
<?xml version="1.0" encoding="utf-8"?> <Config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><GISServer><Nodes /><SiteUrl /><HttpPort>6080</HttpPort><HttpsPort>6443</HttpsPort><Id /><SharedKey /><Protocol>HTTP</Protocol></GISServer><Portal><URL>http://your domain:7080</URL><HttpPort>7080</HttpPort><HttpsPort>7443</HttpsPort><Id>guid</Id><SharedKey>YourKey</SharedKey></Portal><Version>10.2.1</Version> </Config> View Code?
轉載于:https://www.cnblogs.com/dojo-lzz/p/3740759.html
總結
以上是生活随笔為你收集整理的WebAdaptor Object reference not set to an instance of an object.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 剑指OFFER之二维数组中的查找(九度O
- 下一篇: 最大熵学习笔记(六)优缺点分析