Prefix (stackify) + Web Api + MVC + EF 5 is not monitoring querys

0
Good afternoon. Personally, I am not able to use Prefix (stackify) + Web Api + MVC 4 + EF 5, because it is not able to monitor the querys performed and perform the feedback of the information. At the Api Web layer are the access to the application database and the Prefix settings are installed there. Is there any extra configuration to do other than described in the site itself of stackify? Thank you.

    
asked by anonymous 18.04.2016 / 19:29

2 answers

0
Looking at your dash, it looks like you're hitting an auto app hosted on port 22788. Can you confirm this is a self hosted website? In other words, not an IIS or IIS Exress served site. At the moment prefix can not monitor a self-hosted website. I believe he is being worked on. If you can change the hosting for an IIS or IIS Express to use with the prefix, these SQL queries will become visible. Now they are behind the api site on port 22788. Excuse me, but the original here is English. Please blame Google Translate for any bad grammar or misinterpretation.

    
19.04.2016 / 02:00
0

I'm guessing that your application is not auto-hosted like danatcofo said, probably using IIS Express?

Did you say database queries are made in the API layer? You need to look at these individual web requests to see queries. Prefix will not currently show you what happened to multiple IIS requests that could be multiple applications or servers.

(Translated with Google)

    
19.04.2016 / 03:35