i'm building an web service in asp.net. The information received in the web service method is saved in html file. Then this html file must be converted to pdf Format.
i'm using pdfcreator to accomplish this conversion, it works on development machine but in production server i have several inconsiste behaviours.
First, i'd like to ear from you , have you implemented this combination of pdfcreator + asp.net + web services + IIS sucessfully ? what are the tricks ?
My first "workaround" was related to security issues, i just cannot start pdfcreator until i change the "launch and activation permission" under administrative tools -> dcom config -> pdfcreator.clspdfcreator (adding full permissions for aspnet/iiusr_xxx/network service user)