Click to See Complete Forum and Search --> : ASP.NET, IIS5 and PDF


nelson_r
October 29th, 2005, 11:34 AM
I am doing a web project which input japanese character in a template pdf form. The project contains two frames, in which the right frame contains the template pdf form, which display with the acrobat reader plug-in, the right frame contains the textbox, which is the input to the pdf form in the right. When i type character in the textbox and click the load button in the left pane, that character need to be display in the pdf form specific region in the right. The template pdf form is stored in the iis5 (http://localhost/demo1/template.pdf).

My problem is:

1) When I retrieve and store the pdf file in the iis5, i getting a error Access to the path "c:\inetpub\wwwroot\demo1\template.pdf is denied".

2) After the stamping the pdf file, i again need to re-load the template pdf file in the right frame.

Please help me...


Nelson.

Igor Soukhov
October 30th, 2005, 12:34 AM
My problem is:

1) When I retrieve and store the pdf file in the iis5, i getting a error Access to the path "c:\inetpub\wwwroot\demo1\template.pdf is denied".


Nelson,

To resolve that problem you need to grant read-write access to "c:\inetpub\wwwroot\demo1\" folder. In Windows Explorer right click on specific folder and "Properties" dialog will be show. Select the "Security" tab and grant access to the user you're running your IIS under.