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)
-
1
hi
Please refer to: https://support.aspnetzero.com/QA/Questions/6531#answer-9200c7bf-783b-0917-e89f-39ec24a5af3a
-
0
Thank you , I have disabled the WebDEV feature in IIS and this solved the issue. Thank you for your help @maliming !