File & # 8594; Open website in MonoDevelop?

I cannot open an existing site in MonoDevelop. I tried various options without success. Is there any way to do this?

Visual Studio has this and it works very well, but I would like to try MonoDevelop for my current project.

+3
source share
1 answer

MonoDevelop supports Visual Studio web application projects, but not websites.

  • Web application projects are real MSBuild projects compiled in a dll. This means that you can write unit tests, have more control over the structure of the project, catch more errors during compilation before deployment, etc.

  • - - . web.config, . , ( , ).

- , , , -...

+5

Source: https://habr.com/ru/post/1772411/


All Articles