Click here to Skip to main content
15,885,870 members
Articles / Web Development / ASP.NET

Building a Web Site with Membership and User Login

Rate me:
Please Sign up or sign in to vote.
4.90/5 (92 votes)
22 Apr 2009CPOL19 min read 372.7K   7.9K   297  
An article about building a Web Site with Membership and User Login
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
    <system.web>
        <authentication mode="Forms" />
    </system.web>
    <system.net>
        <mailSettings>
            <smtp from="shreekumar@in.com">
                <network host="localhost" password="" userName="" />
            </smtp>
        </mailSettings>
    </system.net>
</configuration>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader Lumos
India India
Sr. Software Engineer with 4.6 years of experience in designing, implementing and adapting technically sophisticated online web applications using Microsoft Technologies. Capable in C# infrastructure, MVC architecture, language standards, object modelling technologies, REST and Application Life Cycle management.

Comments and Discussions