Aspose.Cells.lic gets removed when Publishing ASP .NET project

When we compile our ASP .NET projects for deployment the Aspose.Cells.lic file gets removed from the bin, is there a good solution to this problem?

Hi,


Yes, I think it will be removed if it is in the bin folder after deployment. I think you may try any option:


1) I think you may try to change the extension from .lic to some other custom extension, e.g lics or any other. Update the code regarding setting license accordingly in your project, it should work fine.

2) Also, you may try to add some folder in your project or some other location, add your license file to it and then call the SetLicense to specify the path accordingly