473,566 Members | 2,908 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

[Form authentication] Looking for complete sample

Hello,

I need a very simple login management system.
I can create it by myself... but if somebody has done this before... it can
saves me a lot of time.

What I want is this:
- Form authentication
- Login page
- Account management page (add/change/delete accounts and roles)
- XML file as database

If you know or have a good sample please tell me!

Thanks!
Arjen
Nov 18 '05 #1
3 1550
Have you tried at all?
www.asp.net in the Starter Kits.....

Sounds like you are trying to get a pre-wirtten homework sample to me.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Arjen" <bo*****@hotmai l.com> wrote in message
news:cg******** **@news3.tilbu1 .nb.home.nl...
Hello,

I need a very simple login management system.
I can create it by myself... but if somebody has done this before... it
can
saves me a lot of time.

What I want is this:
- Form authentication
- Login page
- Account management page (add/change/delete accounts and roles)
- XML file as database

If you know or have a good sample please tell me!

Thanks!
Arjen

Nov 18 '05 #2
Yes, I have tried.
Most samples use a database to store data. (I want to use a XML file)

Arjen
"Curt_C [MVP]" <software_AT_da rkfalz.com> schreef in bericht
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Have you tried at all?
www.asp.net in the Starter Kits.....

Sounds like you are trying to get a pre-wirtten homework sample to me.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Arjen" <bo*****@hotmai l.com> wrote in message
news:cg******** **@news3.tilbu1 .nb.home.nl...
Hello,

I need a very simple login management system.
I can create it by myself... but if somebody has done this before... it
can
saves me a lot of time.

What I want is this:
- Form authentication
- Login page
- Account management page (add/change/delete accounts and roles)
- XML file as database

If you know or have a good sample please tell me!

Thanks!
Arjen


Nov 18 '05 #3
so you only need to know how to get data in and out of XML?
--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Arjen" <bo*****@hotmai l.com> wrote in message
news:cg******** **@news5.tilbu1 .nb.home.nl...
Yes, I have tried.
Most samples use a database to store data. (I want to use a XML file)

Arjen
"Curt_C [MVP]" <software_AT_da rkfalz.com> schreef in bericht
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Have you tried at all?
www.asp.net in the Starter Kits.....

Sounds like you are trying to get a pre-wirtten homework sample to me.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Arjen" <bo*****@hotmai l.com> wrote in message
news:cg******** **@news3.tilbu1 .nb.home.nl...
> Hello,
>
> I need a very simple login management system.
> I can create it by myself... but if somebody has done this before... it
> can
> saves me a lot of time.
>
> What I want is this:
> - Form authentication
> - Login page
> - Account management page (add/change/delete accounts and roles)
> - XML file as database
>
> If you know or have a good sample please tell me!
>
> Thanks!
> Arjen
>
>



Nov 18 '05 #4

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

Similar topics

1
3003
by: Brian Beck | last post by:
After a bit of searching I haven't been able to find a definite resource for Kerberos authentication from Python. Any help would be appreciated. Here's what I've found... http://starship.python.net/crew/fdrake/manuals/krb5py/krb5py.html This looks all well and good, but the 'original software package' referenced here doesn't work, and as...
3
5374
by: Harvey | last post by:
Hi, I try to write an asp query form that lets client search any text-string and display all pages in my web server that contain the text. I have IIS 6.0 on a server 2003. The MSDN site says there is a sample file called Ixtrasp.asp, but I could not find it in my system although I installed indexing service. I followed the steps in MSDN...
4
2057
by: Barry | last post by:
The MS fix for IE broke how users access our site (if they patch their browsers), so I need a solution to get users logged onto our site transparently. Basically we used to log on to the site by: http://username:pwd@www.mysite.com/main/ which uses basic auth, but now that doesn't work. I would like to find a way where I can still use basic...
3
1138
by: JIM.H. | last post by:
Hello, I used this site to do form authentication http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/html/secmod17.asp My code successfully comes to the point: if (passwordVerified == true ) { // The user is authenticated // At this point, an authentication ticket is normally created // This can subsequently be used...
3
4611
by: Pepi Tonas | last post by:
Hi there... I am trying to use the Windows user/password combination to grant or deny access to my application. For this I want to display a login dialog window requesting the userID and password and submit these two to Windows (98 / 2000 / XP) and obtain back a confirmation or denial of the access. Any help will be appreciated. Code...
4
14542
by: Matthew Roche | last post by:
Greetings: I am developing an application that uses an ASP.NET Web Forms application for its UI and ASP.NET web services for its business tier, and I am looking for assistance in improving my application security. I want to use declarative security on my web methods so I can secure them more easily. In short, I want to secure the web...
0
1242
by: stevecnz | last post by:
I'm looking for feedback on an authentication solution we are considering for an ASP.NET 2.0 project. The site will be accessed by both internal users who are logged into the Windows domain, and external (business partner) users via the internet. The internal users are required to be authenticated via Windows Integrated Authentication...
5
1251
by: Slawomir | last post by:
I'm a new in ASP.NET Word. Just finishing writing my first web application (CMS). It should be available anonymously for all users, but some part (admin) should be available only for some (authenticated) users. For folder with admin pages I turned off "enable anonymous access" and checked "Integrated Windows authentication". It works fine,...
1
6573
by: Binoy | last post by:
Hi We have two server SSL certificates from Thawte. We set up these two SSL in the same server. Now, we want to access a web service hosted by one of our customer in their
0
7584
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8109
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7645
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6263
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5485
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3643
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2085
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1202
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.