Welcome to AspAdvice Sign in | Join | Help

ASP.NET Web Printing Impersonation

My article on Printing an ASP.NET Web Form When It Is Submitted mentions that you may have to add impersonation to your web.config file for Novell network printing. For the printer name use:  “\\server\printer“.

Create a Novell user that has permissions to use the printer. Then change your web.config file to include the following:
<identity impersonate="true" userName="{DomainName\UserName}"
password="{UserPassword}"/>
 <authentication mode="Windows" />

Published Monday, May 16, 2005 9:10 AM by andrewmooney
Filed under:

Comments

# re: ASP.NET Web Printing Impersonation

Monday, May 16, 2005 10:32 PM by andrewmooney
hello
still error.
who's have test and success??
i have add impersonate and printer name use :
@"\\bmjkt-000003\prt-0110" because (C#)?? rite?
Anonymous comments are disabled