Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Web Services (http://www.velocityreviews.com/forums/f64-asp-net-web-services.html)
-   -   Process Running Under Wrong Credentials (http://www.velocityreviews.com/forums/t783688-process-running-under-wrong-credentials.html)

Selden McCabe 09-01-2004 11:34 PM

Process Running Under Wrong Credentials
 
I have a web service that launches Winword. (I know that MS does not
recommend this, but I think I've worked around most of the potential
problems.)

Anyhow, my problem is this: when word tries to print, I get an error that
there are no printers installed.

I've set up DCOMCNFG to run Word under a ficticious account (OfficeAutoAcct)
which DOES have printers installed.
But when I watch the task manager during this, Winword is running under
ASPNET.

I've set the folder security to use OfficeAutoAcct for this web service.
I've set dcomcnfig to use OfficeAutAcct.
I can't figure out why it's running under ASPNET...
Any ideas?

Also, is there any other way to print a Word .Doc file without actually
running Word?

Thanks,
---Selden




All times are GMT. The time now is 12:47 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57