Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

C++ and ASP.NET

0 views
Skip to first unread message

David

unread,
Apr 23, 2008, 10:30:37 AM4/23/08
to
Hi,

I was wondering why is it that C#, VB and Java are supported in ASP.NET
but not C++?

Is it Microsoft's attempt to shove a portable language out of the frame
and make everyone use MS C#?

I know I can write code-behind dlls in C++ - no problem there, but it
would be nice if I could write all code in my aspx files in C++.
(unless I can of course!).

Thanks

David

Juan T. Llibre

unread,
Apr 23, 2008, 10:45:25 AM4/23/08
to
re:
!> I was wondering why is it that C#, VB and Java are supported in ASP.NET but not C++?

C++ is supported, although it mainly produces executables, not web components.

You can use C++ to create web components, like ISAPI filters, which IIS can use.
You can also create assemblies (dlls) with managed C++ which ASP.NET can consume, too.

For an example of that, read this article :
http://msdn2.microsoft.com/en-us/magazine/cc301369.aspx

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"David" <a...@asd.com> wrote in message news:qO6dnbwb3L2S1ZLV...@brightview.com...

0 new messages