kdbarrett
02-20-2008, 07:52 AM
Hi,
I'm trying to have PrimoPDF convert Word docs to PDF on a webserver. The reason for this is that there are a number of restrictions on the machine where the Word docs are created. So the solution I'm working on allows the user to upload the Word doc to a webserver where it is converted to PDF. Works just fine in my development environment (Visual Studio C#.Net), but when I publish the site and try to just run it in a browser, I get errors saying that ASP.NET is not authorized to use the requested resource. So obviously I need to get some permissions set up but so far I haven't been able to get that piece working.
Has anyone done this sort of thing before?
Thanks
I'm trying to have PrimoPDF convert Word docs to PDF on a webserver. The reason for this is that there are a number of restrictions on the machine where the Word docs are created. So the solution I'm working on allows the user to upload the Word doc to a webserver where it is converted to PDF. Works just fine in my development environment (Visual Studio C#.Net), but when I publish the site and try to just run it in a browser, I get errors saying that ASP.NET is not authorized to use the requested resource. So obviously I need to get some permissions set up but so far I haven't been able to get that piece working.
Has anyone done this sort of thing before?
Thanks