- Right click the ProjectFile in the SolutionExplorer ->Add -> New Item
- In the Installed Template Bar Select the Web and then Select Web Service File and Name it as Login.asmx and click on Add Button.
- In the Login.asmx.cs Write the code for login like a Method.
- Design The Login Page as (Login.aspx)
- For the Login Button Call the Web Services Code.
- Now Run the Program.