Hi,
Hello Bhaskar,
Hi,
I have noticed one thing.
In URL, if localhost is used than viewer shows document without any issue. But, if system name used instead of localhost than viewer shows ‘JSON is undefined’ error.
Below mentioned are the URLs.
http://incrpvkmapp:63/Default.aspx?ItemID=35&ListID={BB555558-04EB-4D11-9FD8-E253E79A7628} - This URL shows error ‘JSON is undefined’
http://localhost:63/Default.aspx?ItemID=35&ListID={BB555558-04EB-4D11-9FD8-E253E79A7628} - This URL works fine without any issue.
Please let me know the changes required when system name is used instead of localhost in the URL.
Thanks,
Bhaskar V
Hello Bhaskar,
Thank you for this info. The reason of such issue with URL is in your IIS configuration. To resolve it you should check which URL is set for the web site in the bindings. If you have “localhost” or as on the screenshot empty value you should change it to “incrpvkmapp”. Then restart your web site and delete all cache (temp folder) from the root storage of the documents for view (where you have store documents copied from the SharePoint).
Also for more information please investigate this documentation for how to configure bindings in the IIS.
Thank you.
Hi,
Hello,