How to host and run .net core 6 application on iis inside virtual directory.

Manoj Kumar 0 Reputation points
2024-01-10T13:04:15.6866667+00:00

while running .net core application inside virtual directory then coming below issue. please help.

User's image

HTTP Error 500.30 - ASP.NET Core app failed to start

Common solutions to this issue:

  • The app failed to start
  • The app started but then stopped
  • The app started but threw an exception during startup

Troubleshooting steps:

  • Check the system event log for error messages
  • Enable logging the application process' stdout messages
  • Attach a debugger to the application process and inspect
Internet Information Services
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,772 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 71,101 Reputation points
    2024-01-10T16:53:17.66+00:00

    your app is probably throwing an error at startup. this is typically configuration or permissions. check errors in the event log.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.