Hi,
Now i creating one R&D application in asp.net C#. i need the solution for the following requirement.
currently in my web.config file using the <authentication> Tag i can redirect the Login Page. When the user logged in how can get the details about the currently looged In user details. And i have use my SQL Table.
My requirement is: http://TestApps/{0}/{1}/{2}/{3}/{4}/. . . . . . ./{n}/*.aspx
Here
1. {0}==> like module with contain some files.
2. {1}==> like module with contain some files.
3. {2}==> like module with contain some files.
4. {3}==> like module with contain some files.
5. {4}==> like module with contain some files.
.
.
.
.
n. {n}==> like modules with contains some file.
How can i implement Custom Role Provider and Member ship provider. Can any help me
N. MOHAMED ZACKKARIAH