I have an asp.net MVC web app that processes images and resizes them which is working great besides that fact that it often hogs all of my server resources. How can it throttle this web app to consume very little cpu? All it does is process images so I do not care about how responsive it is because it doesn’t really matter.
Share
Setup AppPool of your website/service. Here is some inforamtion.