Every time I reload a project from the studio, I find that IIS overwrites the web config file. As a result, all settings are lost, including those allowed by verbs. You have to go to the Handler Mapper and rewrite the PUT and DELETE. How to fix it ?
-
Visual Studio? Use visual-studio tag please.Lex Li– Lex Li2019-12-10 14:13:18 +00:00Commented Dec 10, 2019 at 14:13
-
Could you please tell me what you mean about reload the project? Do you mean you hosted a web application on the IIS directly by using the project folder? As far as I know, if you modify the IIS setting, it will modify the project folder's web.config file.Brando Zhang– Brando Zhang2019-12-11 06:06:32 +00:00Commented Dec 11, 2019 at 6:06
Add a comment
|