Hi,
I am facing a problem in asp.net page.
Error: BC30002: Type 'Aes' is not defined.
Error Line:Using encryptor As Aes = Aes.Create()
Its working fine in local machine when uploaded it on server it gives error
i also used Imports System.Security.Cryptography.