Dear all,
I am trying to create my first application SharePoint provider hosted that is deployed in Microsoft Azure web site. I have successfully created a new application MVC that I can deploy to my developer site without any issue. I am also able to access to it.
I have also created a client web part to be able to access to my application into a standard page using it like a web part. But I have an issue: my web part get infinite loop telling: "Working on it".
So far I have tried to debug and here are some information that I have found:
- When I open a page containing my app part, the code of my remote application is called for sure, I am able to debug it and to go into my action method, and into my view also.
- After investigation with HTTP sniffer, I can see that I am receiving a response HTTP 200 but the response content is empty.
This is strange that my application is working well except when I am using it as a client web part. Does anyone have any idea ?
Thank you so much for your help
PS: I am not able yet to upload pictures as my account has not been yet verified.