Hello,
I have a asp.net app hosted on vps on IIS10, the app contains a landing page and a user portal page. To enter the user portal tou have to be logged in, but to access landing page tou dont. I have a problem beacause when i open my domain it automaticaly leads me to the login page, /account/login, and i want by default to go on /frontend/home, i tried diferent solutions but neither helped? Does anybody have an idea?
Tahir AnsariPosted Nov 9, 2023, 3:17 PM
Add the following code to the
sectionOnce you have made these changes, your ASP.NET app should default to the landing page instead of the login page.