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
Rehan wali
NA
2
0
Printing the image through web service is not woking when deployed on IIS 7.0
Oct 19 2009 4:56 PM
I am trying to print the image using web Service, and it gives me the result when I directly call the webService method ( i mean before deploying it directly through VS), but when I deployed my service on IIS and call the method for printing, service just goes into sleep. I have just created the PrintReport Method in a seprate class and added it's reference in the Service. When i traced the problem it just got stuck on the line mReportPrintDocument.Print(); where mReportPrintDocument is the object of PrintDocument. What can be the issue? may be I am missing the printer rights or some kind of configuration. Thanx
Reply
Answers (
0
)
classic ASP calling SOAP xml Java
Custom serialize parameters in wcf Web Service method