Page 1 of 1

Deployed Application on IIS Cannot Login-Silently Fails

Posted: Mon Sep 16, 2024 11:23 pm
by RichEB

I have an ASP.NET Maker web application.

When I run it locally, using ASP.NET Maker, it allows me to log in; the Account information icon/button is visible. It also displays the buttons on the various forms to update or edit data.

When I run it remotely, using IIS, I cannot log in to the web application. When I attempt to log in, it doesn't display an error message; it just navigates to the "home" page. Also, the "Login" icon/button is still visible instead of the Account information icon/button. I also don't see any of the buttons on the various forms to update or edit data.

What can I do to correct this?

I appreciate your help.

Thanks!


Re: Deployed Application on IIS Cannot Login-Silently Fails

Posted: Tue Sep 17, 2024 7:35 am
by MichaelG

Enable Super Admin. Make sure that you can login with the super admin first.


Re: Deployed Application on IIS Cannot Login-Silently Fails

Posted: Wed Sep 18, 2024 12:27 am
by RichEB

MichaelG,

I can login as super admin on the local web app running with ASP.NET Maker.

I cannot login as super admin on the remote deployed IIS web application.

Do you have any other suggestions?

Thanks!


Re: Deployed Application on IIS Cannot Login-Silently Fails

Posted: Wed Sep 18, 2024 7:37 am
by MichaelG

Make sure that you have published and configured your ASP.NET Core web site properly. Read the notes in Publish setting.