Base solution for your next web application
Open Closed

Public web site #5648


User avatar
0
ktakakis created

Hi! I try to publish the public web site but while is working when run from visual studio: is not working when i publish to the IIS! Can you help me to solve this problem? Thank you


2 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    console log says too many redirects to ERROR page. there's loop to error page. See the error in App_Data/Logs/Logs.txt. I guess there's mismatch configuration on appsettings.json. If your server Environment variable is Staging then the website will use appsettings.Staging.json.

  • User Avatar
    0
    ktakakis created

    Thanks for your response! The solution was to install the "Bundler & Minifier" extension! After that all working perfect! :)