Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i cant reference the membership provider in my BLL !
i can't find :
C#
using System.web.security

and i don't know how to reference it to the BLL, as its deal with its own DAL i know i don't need to use it with my DAL.

but how can i use it with in my Tier project
Posted
Comments
Sergey Alexandrovich Kryukov 30-Jul-13 19:37pm    
Do you know that C# is a case-sensitive language (you casing is wrong)? Did you reference System.Web.dll?
—SA
Ahmad Abd-Elghany 30-Jul-13 19:39pm    
i reference the System.Web.dll and didn't work
but i build the solution and referenced it again and now work great :)
thanks Sergey

1 solution

Reference
C#
System.Web
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900