0

I hosted a .net8 core application on IIS server, I enabled and added http verbs using request filtering on IIS, it works for some days, but I don't know what changed.

when i click on Request filtering feature pops up a dialog box with no error description.

Noticed that the issue only exist for .net8 applications hosted on IIS, asp.net are finesample pop up box.

I have check permissions The web config still have the added verbs

2
  • docs.lextudio.com/jexusmanager/tutorials/oob-500.html See if you added an OOB related settings recently. And if you use Jexus Manager to open the same setting, it should show you more details on what’s wrong. Commented May 28 at 14:50
  • @LexLi Thanks, I'm able to resolve the issue. someone removed the hosting package installed on the server. so i re-install- dotnet-hosting, dotnet-sdk and url-rewrite. Commented May 29 at 11:30

1 Answer 1

0

I'm able to fixed the issue.

some removed the hosting package installed on the server.

so i re-install

Dotnet-hosting, Dotnet-sdk and URL-rewrite.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.