i have published a Web site to iis in windows os,the web is used mvc pivotgrid control,when i visited by http://localhost/myprivot, it's Successful.when i visited by http://192.168.3.68/myprivot in another Computer, the pivotgrid is empty data。
who can help me please
Hello ma shifei,
I would suggest examining the network traffic through the browser developer tools in this scenario to check whether on the second machine there is a failure to fetch the pivot grid data. A possible reason for this issue may be the datasource configuration, for instance a similar scenario if using an EF datasource is described at:
http://stackoverflow.com/questions/14604309/cant-access-remote-database-after-deployment
In order to be able to examine this matter further, I would need a working sample illustrating this scenario in practice.
Please do not hesitate to contact me with any updates regarding this matter.
thank u so much.
My problem has been resolved on your last letter 。
i reconfiguring IIS for Cross-Domain OLAP Data。Configuring the OPTIONSVerbHandler。
http://help.infragistics.com/doc/jQuery/2013.2/CLR4.0/?page=igOlapFlatDataSource_Defining_Metadata.html
Thank you for your reply! I am glad that the issue has been resolved !