Deployed Application on IIS Cannot Login-Silently Fails

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
RichEB
User
Posts: 6

Deployed Application on IIS Cannot Login-Silently Fails

Post 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!


MichaelG
User
Posts: 1171

Post by MichaelG »

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


RichEB
User
Posts: 6

Post 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!


MichaelG
User
Posts: 1171

Post by MichaelG »

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


Post Reply