I am creating a web application project (Not web site project). I have 6 web application project and three class library project in my solution. In web.config I have created some profile properties. But in code when I am writing the code:
Code:
Profile.FirstName = "Rahul"
It is giving me a compilation error when I am going to build my solution.
'Profile' does not exist in the current context'.
Please can u help me?