FormsAuthentication

  • Thread starter Thread starter ruca
  • Start date Start date
R

ruca

Hi,

How can I use FormsAuthentication? It gives me an error: "Name
'FormsAuthentication' is not declared."

Do I have to Import anything to use this?
 
Hi .NET Follower,
Works fine now.

Thaks
ruca

.NET Follower said:
hi,

i feel u might be missing
using System.Web.Security;

try it


--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET)
 
Back
Top