I have an asp.net web application (.Net Framework 3.5 based) which uses Forms Authentication (AspNetSqlMembershipProvider). I managed my users in localhost but when I deployed my application to server, I cannot manage users, because in iis manager screen, .NET Users icon is missing. My site's application pool .NetCLR version is 2.0
I want to know how to manage my users. Appreciate for help.