Error when multiple users login in application

Hi,


I am using Aspose Cells 7.3.4. I have developed an ASP.NET application with login form. When multiple users login to my application, there is an error said “Wrong username or password” although username and password is right.
I wrote the code to calls Aspose Cells License in file Global.asax.vb :

Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
'Instantiate the License class
Dim license As Aspose.Cells.License = New Aspose.Cells.License()

'Pass only the name of the license file embedded in the assembly
license.SetLicense(“Aspose.Cells.lic”)
End Sub

Anyone please help me to solve the issue
Thanks in advance.

Hi,


Thanks for providing us some details.

I have evaluated your scenario/ case a bit. Well, your mentioned error i.e., “Wrong username or password” does not seem to be linked with Aspose.Cells APIs and the issue has no references with Aspose.Cells component. I think you should debug and check your logic and code against authenticating user credentials in your ASP.NET project. If you still think the issue is with Aspose.Cells APIs, kindly provide us a sample project (runnable) to reproduce the issue on our end, we will check it soon.

Thank you.