Can someone show me step by step how to make a membership site? I am only working with visual studio, vb.net and asp.net, MSAccess database.
Actually I need someone to show me how to write code to create a secure site.
I am trying to create a site where users must pay to subscribe and have access to member pages. The problem is what I've done so far is not secure at all. All one has to do to get to some of the member pages is just type the URL in the browser.
Secondly, I need someone to show me how I can have certain pages (aspx) to be viewed by the public, and certain pages (aspx) + (html) + folders that only can be accessed after the person has logged in.
Please, I need this tutorial in detail. All the articles are vague and assume certain things.
Actually I need someone to show me how to write code to create a secure site.
I am trying to create a site where users must pay to subscribe and have access to member pages. The problem is what I've done so far is not secure at all. All one has to do to get to some of the member pages is just type the URL in the browser.
Secondly, I need someone to show me how I can have certain pages (aspx) to be viewed by the public, and certain pages (aspx) + (html) + folders that only can be accessed after the person has logged in.
Please, I need this tutorial in detail. All the articles are vague and assume certain things.