Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Server Language : c#
Client Language : javascript
Software in Use : Visual Studio 2012

I have a project in hand which requires the use of

1. login controls
2. membership class

One big hiccup is that I was requested to create the application without using the default database parameters
like database tables :applications.membership,roles,users,usersinroles etc. which is the default settings when you use the membership namespace/class

I have been trying to create the application.
all the functions are working fine but I am stuck at the authentication part.
I need to understand how these classes works so that I can create the application.

Here's What I want to do:
1. create my own custom database tables with my own custom datafields and datatypes.
2. I want to authenticate user via my own query code/authentication code which will in turn change the "LoginView" status to show "LoggedInTemplate" rather than "AnonymousTemplate"
3. Also on logout the "LoginView" status will not show "LoggedInTemplate" and show "AnonymousTemplate"

I dont want to use the membership controls to authenticate my application. Please Reply ASAP.
Posted
Updated 28-Apr-13 22:56pm
v3
Comments
Akinmade Bond 26-Apr-13 10:28am    
What language. Please update the tags of your question using the "Improve Question" widget.
blu_eagle 29-Apr-13 5:33am    
I am using visual studio with c# as primary server programming language.
I wan to use javascript to connect to sql server and perform the DML(i.e. insert,update,delete) operation on sql database table(I mean MS Sql Server not MySql, OK?)
Can you please help in me in this matter.

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