G
Guest
Does C++/CLR have any limitations comapred to VB/C# for web develpment?
Greg said:Does C++/CLR have any limitations comapred to VB/C# for web
develpment? --
Carl said:Yes. C++ is not supported as a code-behind language for ASP.NET.
-cd
Roman said:You probably meant that C++ can be deployed as code-behind but not as
code-in-page.
Carl said:C++ can't be deployed in any compile-on-the-fly configuration..
C++ can be
used to develop a binary assembly that's used by the pages.
Roman said:Carl said:Roman said:Carl Daniel [VC++ MVP] wrote:
Greg wrote:
Does C++/CLR have any limitations comapred to VB/C# for web
develpment? --
Yes. C++ is not supported as a code-behind language for ASP.NET.
-cd
You probably meant that C++ can be deployed as code-behind but not as
code-in-page.
C++ can't be deployed in any compile-on-the-fly configuration..
I totally agree ...
C++ can be
used to develop a binary assembly that's used by the pages.
.... and this technique is called "code-behind", which you said in your
first response is not supported.
http://msdn.microsoft.com/msdnmag/issues/02/08/ASPColumn/
Roman
Roman said:... and this technique is called "code-behind", which you said in your
first response is not supported.
http://msdn.microsoft.com/msdnmag/issues/02/08/ASPColumn/
Roman