Hai I have Doubt in ASP.NET?

manikandan e

New member
iam using login control when i login at runtime.it create aspnetdb inside app_data folder in my site.i want change this behavior. i want to store it in sql database.

i know two thing only!!!!!!!!
1) i know how to create database in sql server by using req_sql.exe
2)i know i have to give <sessionstate mode=sqlserver sqlconnectionstring.....................… and all


my confusion is how to tell login control to use this sql database instead of using default......
help me quick this is my final work in asp.net.day after tomorrow i have to submit my project..........
 
Back
Top