In an asp.net app, I try to get screenshot of server. Code works OK in VS.NET’s web server but on IIS (even on local) I get the error.
I’ve tried checking WWW Service’s “Service Interacts with Desktop” property but didnt work.
Any ideas?
In an asp.net app, I try to get screenshot of server. Code works OK
Share
I think the IIS server runs as a service so there’s no Desktop to get a handle to, im not sure how that would work.