Why is C ++ not offered as code for asp.net?

I was curious why C ++ is not offered as a code language for ASP.NET applications?

+3
source share
4 answers

If you're interested, here are some interesting articles on how you could use managed C ++ as code:

+2
source

Most ASP.NET applications run in limited trust modes. And C ++ usually compiles into something that requires higher levels of trust.

+4
source

++, , , ++ , ASP.NET. ++ -, ASP.NET IIS.

, ++ .

+3

. ++ , ASP.NET ++, .. /. VB.NET #.

0

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


All Articles