Page 1 of 1

asp.NET site

Posted: Sun Dec 19, 2010 2:45 am
by kramttocs
I am wanting to monitor my temps remotely and while I know vctemp works great for this, I am hoping to use a web app. My dev machine is win7 64bit and my web app works just fine when running it locally from VS08. However when I deploy it to my production machine, also running win7 64bit, I get the Core Temp Not Found : Not Running or Doesn't Support Shared Memory (paraphrased since I don't have it up at the moment). Both machines are running the latest Core Temp. I am not sure if this is a permission/access issue and any help/insight would be great.
Thanks

Re: asp.NET site

Posted: Sun Dec 19, 2010 11:19 pm
by The Coolest
The production machine may have some tricky memory sectioning setup, as described in this thread.
If this is the case, then future version of Core Temp will support a global shared memory block which should resolve this problem.

Re: asp.NET site

Posted: Sun Dec 19, 2010 11:52 pm
by kramttocs
Thanks for that information (and also thanks for this app!).
The global memory makes sense and I am looking forward to the new release to try it out.
Although, I would have thought that by changing the AppPool and the WebApp's runas Identity to myself (to test only, of course) would have accomplished the same thing and yet it didn't.

Re: asp.NET site

Posted: Fri Jan 29, 2016 1:05 pm
by gulaz
kramttocs wrote:I am wanting to monitor my temps remotely and while I know vctemp works great for this, I am hoping to use a web app. My dev machine is win7 64bit and my web app works just fine when running it locally from VS08. However when I deploy it to my production machine, also running win7 64bit, I get the Core Temp Not Found : Not Running or Doesn't Support Shared Memory (paraphrased since I don't have it up at the moment). Both machines are running the latest Core Temp. I am not sure if this is a permission/access issue and any help/insight would be great.
Thanks
Hi kramttocs,

I am searching for web app, which I could include on my web server to display the output from Core Temp.
Unfortunately, I cannot find any and I am not such a good coder to parse the CTS output myself.
Would you be willing to share your .ASP app?

Regards,
Lukas