TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
suresh kumar
NA
36
15.7k
Printer not woking from IIS WEB SERVER
Jul 21 2016 7:58 AM
Hi,
The below code printer code not working from IIS Web Server.please any one give me answer.
ProcessStartInfo info = new ProcessStartInfo();
info.Verb = "print";
info.FileName = file.FullName;
info.CreateNoWindow = true;
info.WindowStyle = ProcessWindowStyle.Hidden;
Process p = new Process();
p.StartInfo = info;
p.Start();
Reply
Answers (
1
)
Status on Mumbai Chapter
Automation Testing – Selenium Java Weekend Drive on Saturday