Hello,
I m creating an intranet for my coupany, I am able to generate PDF form from my web Form (from my sign on), however, when other user sign on as themselve, they are not able to generate. is there any security issue?
How I did is:’
Dim Label As Form = New Form(“C:\Inetpub\wwwroot\BarCodePrint.pdf”, “c:\inetpub\wwwroot\BarCodeOutput” & TicketNumber.Text & “.pdf”)
please advisethx