Asked by:
Sample Project

Question
-
User1979860870 posted
Hi
R there any free sample projects available with Login,Logout , AUthentication and 1-2 forms with source code in asp.net c#
Thanks
Wednesday, May 19, 2021 9:21 AM
All replies
-
User475983607 posted
R there any free sample projects available with Login,Logout , AUthentication and 1-2 forms with source code in asp.net c#Yes. See your other thread for instructions.
https://forums.asp.net/p/2176294/6338713.aspx?Authenticate+USer
Wednesday, May 19, 2021 10:56 AM -
User1979860870 posted
Hi
I want asp.net c#
Thanks
Wednesday, May 19, 2021 11:10 AM -
User475983607 posted
I want asp.net c#The link is ASP.NET. If you mean Web Forms which is part of ASP.NET then just create a new Web Forms project and select the "Individual Account" option as shown in the previous link. MVC and Web Forms have the same options. At least try...
Wednesday, May 19, 2021 11:26 AM -
User753101303 posted
Hi,
If using Visual Studio see :
https://docs.microsoft.com/en-us/aspnet/visual-studio/overview/2013/creating-web-projects-in-visual-studio#authentication-methods(the UI chanegd a bit but you still have that in VS 2019 since then).
Wednesday, May 19, 2021 11:52 AM -
User1535942433 posted
Hi jagjit saini,
Could tell us more details about your project?You could refer to below articles:
https://docs.microsoft.com/en-us/troubleshoot/aspnet/forms-based-authentication
https://www.c-sharpcorner.com/UploadFile/fa9d0d/forms-authentication-in-Asp-Net/
Best regards,
Yijing Sun
Thursday, May 20, 2021 1:46 AM -
User895881014 posted
Hi,
If using Visual Studio see :
https://docs.microsoft.com/en-us/aspnet/visual-studio/overview/2013/creating-web-projects-in-visual-studio#authentication-methods(the UI chanegd a bit but you still have that in VS 2019 since then).
Yeah, you're right @PatriceSc. Visual Studio 2019 still has that.
Friday, May 28, 2021 2:20 PM