473,385 Members | 1,856 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Regarding the Asp.net 2.0 login control

Hi,

i want to create a login page in asp.net 2.0 where in there are many
different users and they have acess to different pages.All details of
the users are stored in a table in an sql server database.
Presently i am using an old method to validate the users and redirect
them to different pages.
Please let me know the new method in asp.net 2.0 to do this.

May 2 '07 #1
4 1252
Hello,

Please take a look at the site map feature of ASP.NET 2.0 with security
trimming: http://msdn2.microsoft.com/en-us/library/ms178428.aspx

"Greoasy" wrote:
Hi,

i want to create a login page in asp.net 2.0 where in there are many
different users and they have acess to different pages.All details of
the users are stored in a table in an sql server database.
Presently i am using an old method to validate the users and redirect
them to different pages.
Please let me know the new method in asp.net 2.0 to do this.

May 2 '07 #2
On May 2, 3:52 pm, Siva M <shiva...@online.excite.comwrote:
Hello,

Please take a look at the site map feature ofASP.NET2.0 with security
trimming:http://msdn2.microsoft.com/en-us/library/ms178428.aspx

"Greoasy" wrote:
Hi,
i want to create aloginpage inasp.net2.0 where in there are many
different users and they have acess to different pages.All details of
the users are stored in a table in an sql server database.
Presently i am using an old method to validate the users and redirect
them to different pages.
Please let me know the new method inasp.net2.0 to do this.- Hide quoted text -

- Show quoted text -
Hi
The above link is fine but first i want to create a login page without
using the asp.net configuration tool.and the users how can it be done
with minimal code

May 2 '07 #3
Submit the following search terms to google...

membership overview site:msdn2.microsoft.com
roles overview site:msdn2.microsoft.com
profiles overview site:msdn2.microsoft.com

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
"Greoasy" <gr********@gmail.comwrote in message
news:11**********************@o5g2000hsb.googlegro ups.com...
On May 2, 3:52 pm, Siva M <shiva...@online.excite.comwrote:
>Hello,

Please take a look at the site map feature ofASP.NET2.0 with security
trimming:http://msdn2.microsoft.com/en-us/library/ms178428.aspx

"Greoasy" wrote:
Hi,
i want to create aloginpage inasp.net2.0 where in there are many
different users and they have acess to different pages.All details of
the users are stored in a table in an sql server database.
Presently i am using an old method to validate the users and redirect
them to different pages.
Please let me know the new method inasp.net2.0 to do this.- Hide quoted
text -

- Show quoted text -

Hi
The above link is fine but first i want to create a login page without
using the asp.net configuration tool.and the users how can it be done
with minimal code

May 2 '07 #4
On May 2, 7:58 pm, "clintonG" <nob...@nowhere.comwrote:
Submit the following search terms to google...

membership overview site:msdn2.microsoft.com
roles overview site:msdn2.microsoft.com
profiles overview site:msdn2.microsoft.com

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URLhttp://clintongallagher.metromilwaukee.com/

"Greoasy" <greeshm...@gmail.comwrote in message

news:11**********************@o5g2000hsb.googlegro ups.com...
On May 2, 3:52 pm, Siva M <shiva...@online.excite.comwrote:
Hello,
Please take a look at the site map feature ofASP.NET2.0 with security
trimming:http://msdn2.microsoft.com/en-us/library/ms178428.aspx
"Greoasy" wrote:
Hi,
i want to create aloginpage inasp.net2.0 where in there are many
different users and they have acess to different pages.All details of
the users are stored in a table in an sql server database.
Presently i am using an old method to validate the users and redirect
them to different pages.
Please let me know the new method inasp.net2.0 to do this.- Hide quoted
text -
- Show quoted text -
Hi
The above link is fine but first i want to create aloginpage without
using theasp.netconfiguration tool.and the users how can it be done
with minimal code- Hide quoted text -

- Show quoted text -
Hello
thanks will check it out.

May 3 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: koolyio | last post by:
Hey, could you please tell me what is wrong with my login script. I just started learning php. CODE: login.php <? session_start(); header("Cache-Control: private"); ?>
2
by: lkrubner | last post by:
We are again going to try to do a public beta test of the PHP/MySql stuff we've been working on. We are looking for all kinds of criticism. We put a site up here: ...
1
by: dotnetprogram | last post by:
I have a web application in the parent directory(http://localhost/). it has a web.config setting as follows: <authentication mode="Forms"> <forms loginUrl="Login.aspx" name="UserToken"...
0
by: Steve Commisso | last post by:
I'm trying to create a forked login where users of certain roles will be redirected to specific pages. The easy way to do this would be to do the redirecting in the Page_Load() of the default...
14
by: clintonG | last post by:
This is an appeal for peer support sent to Microsoft as will be noted in closing. The Login control does not include a Cancel button. The only option is to convert the Login control to a...
3
by: Fendi Baba | last post by:
I am new to access development, please bear with me if these questions sound trivial. I am creating an Access application using link tables. My database resides in MSDE. I have created multiples...
1
by: Jeff Lynch | last post by:
I'd like to add the following attributes to the Login control's Login Button to create a CSS rollover effect. How can I access the control's login button from the page's code-behind? ...
0
by: Amit Saxena | last post by:
Hi, i am trying to use Login control to check the credential of the user. i want to validate credential against active directory in the organization. i followed the steps suggested as in...
2
by: IdleBrain | last post by:
Hello All: I used a Login control to authenticate a user to login. The problem is that when I login with good username & password, the login view would say that the login was successful. But...
1
by: =?Utf-8?B?VG8gZGlzY3Vzc2lvbiBncm91cC4=?= | last post by:
Hello I am using ASP.Net2.0 login control in my web-site. For this i had handled Login1_Authenticate event. As i m entering wrong password Error-message promt me correctly, But as i entered...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.