Spextra Posted January 7, 2004 Posted January 7, 2004 Has anyone hear about using Managed C++ for writing ASP.NET (.aspx) Pages? It's funny since ASP.NET should let you use any .NET compatible language. But SDK list just VB .NET, C# .NET and Javascript .NET as usable ASP.NET languages. Even funnier is the fact that you can already use J# .NET to write ASP.NET. So what's going on? I want C++! Thanks Quote
*Gurus* Derek Stone Posted January 7, 2004 *Gurus* Posted January 7, 2004 There's little preventing you from using C++ to code an ASP.NET application. While you can not use inline C++ within an ASP.NET page, you can develop a code-behind and have the page inherit from that. Quote Posting Guidelines
Spextra Posted January 7, 2004 Author Posted January 7, 2004 Ok, reformating my question Any idea when we will be able to use inline Managed C++ code? With "code behind" what do you mean? Using raw .cpp files? Oh yes I'm completly new to all this .NET word but got some ASP .NET applications already runnig. My point is i would like to do ASP .NET but solely based on C++. Is that possible? :D Thanks in advance! Quote
*Gurus* Derek Stone Posted January 7, 2004 *Gurus* Posted January 7, 2004 http://www.codeproject.com/managedcpp/helloworldmc.asp Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.