What Permission required by a folder when we are using Aspose DLL

Hello,

We are facing very unusal problem, We have one Web Application developed on ASP.NET 1.1.

The Web Appl using Apose DLL for coverting Word/Excel to PDF.

The Application is running fine, when kept the application on C:\Inetpup\wwwroot\

But, we are getting some "Access Denied" exception.

but when we give Everyone permission on Folder, which our Aspose is Accessing, then it is working fine.

Iam totally confused, does Aspose behave differently, based on it's location.

Mean to say: If the application is on Inetpup\Wwwroot then it behaves normally, but when we placed application for deployment on some other location then Aspose is giving problem.

My conclusion might be wrong, but it is behaving like this.

Please guide us

Regards,

Siraj

Hi Siraj,

No, abs not, Aspose.Cells works in the same way.

I think it might be configuration problem. Aspose.Cells does nothing with permission sets. For a web scenaio (asp.net projects) it is demanded by the IIS (web server), you need to web share your application folder with proper access and application permission sets.

Thank you.