C
cybergoth_0
I have 2 .net web applications on my computer
they both have this line:
Dim MU As MembershipUser = Membership.GetUser(User.Identity.Name)
Yet one of them says that 'User' is not defined. Any ideas?
they both have this line:
Dim MU As MembershipUser = Membership.GetUser(User.Identity.Name)
Yet one of them says that 'User' is not defined. Any ideas?