Im receiving the following error
“Name ‘Encryption’ is not declared.”
On Line
If reader_login(“password”).ToString() = Encryption.Rijndael.Encrypt(Password, “SHA1”, 2, 256) Then
Locally it is fine just seeing this error now on my development machine.
Any Ideas ?
You probably forgot to copy a DLL or a file in
App_Codeto the server.