Unit 1 Practical 10
Create a form to display total number of users visited a website.
First you have to add Global.asax ( Global Application class ) file and modify it according to below:
Global.asax

U1_P10.aspx

U1_P10.aspx.cs

OUTPUT:
Copy link and open it in different browser's so that it consider each separate user and after that you can see total visitors are increment.

