Base solution for your next web application
Open Closed

IIS settings #9091


User avatar
0
eftimevalerian created

Hello, I'm a new customer and I'm trying to run the first project and my experience with ASP.NET CORE/MVC is limited.

I'm able to run the project locally in VS but when I publish the solution on the webserver I'm not able to update the settings or the profile pictures, which points to an API or IIS miss-configuration (PUT command - a method not allowed). Here is the error :

Would you be able to guide me on what else needs to be configured? Initially, I suspected a database connection, but I can log in and retrieve/read data from the database. Thank you for your guidance and help.


2 Answer(s)
  • User Avatar
    1
    maliming created
    Support Team

    hi

    Please refer to: https://support.aspnetzero.com/QA/Questions/6531#answer-9200c7bf-783b-0917-e89f-39ec24a5af3a

  • User Avatar
    0
    eftimevalerian created

    Thank you , I have disabled the WebDEV feature in IIS and this solved the issue. Thank you for your help @maliming !