Access denied for pdf to read using itextsharp at server level..
- by apekshabs
Am facing error after uploadind to server... as access denied .... can anyone help me....
Document myDocument = new Document(PageSize.A5, 26, 72, 180, 180);
string strUniqueFn = "onlineinvoice.pdf";
string imgpath = "logo.gif";
string strUser =…