Tuesday, 28 October 2014

N-TIRE MODEL OF WEB BUILDING:

N-TIRE MODEL OF WEB BUILDING:
-This is the method that all the real-time developers are using to give more secured page and to simplify the
 process of modification in a webpage.

-The process of data flow in this is as like shown below
  Login.aspx—ClsUsers.cs---DBActions.cs---User Table.
 Process:
          i). user will be redirected to the login.aspx then if the user enter the username and password then
ClsUsers.cs will force the DBActions to check weather the values are true or not then DBActions will check in
the database table and give the response to ClsUsers.cs then if the values is true then asp.net will produce a
ticket and allows user to go advance to the next page.

No comments:

Post a Comment