Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I have web application which developed by using ASP.NET . I want to navigate from .NET web pages to Thingworx dashboard. is there any possibility to do that.
Hi Spandhana, if the question is just about navigating you could use the URL to the Mashup that contains the dashboard for navigating. Something like this http://<serverName>:8080/Thingworx/Runtime/index.html#mashup=DefaultMashupToEditGadget
Have you already tried that?
Spandhana,
Any update on this? Was Sushant Pandey's post helpful? If so, could you click on the "correct answer" or "mark as helpful" button and let us know?
My Issue Got Resolved. I am able to Display Thingworx Mashup in Iframe Control of my Webpage.
Steps I have done
1) I have followed below step mentioned in Release notes.
Description | Required Steps |
Remove all clickjacking protection |
|
Currently i am using Thingworx 7.3
2)
<iframe id="if1" width="500" height="390" style="visibility:visible" src="http://localhost:8080/Thingworx/Mashups/PGCGraph? appKey=0f4b4662-7d09-46c3-a766-bbbcfa73ad99&x-thingworx-session=true"></iframe>
Mashup URL I am giving like this
http://localhost:8080/Thingworx/Mashups/PGCGraph? appKey=0f4b4662-7d09-46c3-a766-bbbcfa73ad99&x-thingworx-session=true
here PGCGraph is Mashup Name.
I have Created User (Example:User123) and I Have created Appkey( 0f4b4662-7d09-46c3-a766-bbbcfa73ad99) and assigned created user (User123 to appkey.)
3)For Mashup i have assigned user in Design Time and Run time Permission.
With above steps i am able to get my mashup in iframe.
Thanks
Spandhana Daram