login page with aunthencation and without database
Loading
login page with aunthencation and without database
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal YelvePosted Jul 7, 2023, 10:07 AM
Hi Pavan,
refer below links
https://meeraacademy.com/create-simple-login-page-in-asp-net/
https://www.neerajcodesolutions.com/2017/06/login-page-in-mvc-without-database.html
https://stackoverflow.com/questions/63856693/login-functionality-in-asp-net-core-without-database
Deepak RawatPosted Jul 5, 2023, 7:03 AM
Create a new ASP.NET Web Forms application in Visual Studio.
Add a new Web Form called "Login.aspx" to your project.
Design the Login.aspx page with HTML and ASP.NET controls.
In the code-behind file "Login.aspx.cs", add the following code:
Add another Web Form called "Welcome.aspx" to your project.
Design the Welcome.aspx page to display a welcome message or any other content.
Run the application and navigate to the Login.aspx page. You can use the username "admin" and password "password" for testing.