Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am pretty new to the web applications. I need to get a starting point where I can login to a website and get some user information to display in the C# application. The site is having a url starting with 'https' and ends with '.aspx'. How can I login to the website from my application and get the information?
Posted
Comments
Prerak Patel 1-Sep-11 2:03am    
Not clear what you are trying to do.
Deepak.Prahlad 1-Sep-11 2:26am    
I have a website which tracks the user login and logout time. I want to develop an application which intimate the user about his total login time in the website using a C# application. The information is viewable from the website after loging in the site with user/windows credentials. I need to mimc it in the C# application. hope it is more clear now.

1 solution

ASP.NET authentication and authorization[^] is a good place to get a grounding into the process. There are many other example articles as well.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900