C++ /CLI ASP .NET Web Project Template<p>Is there a web project template for developing an ASP .NET web application using C++ /CLI as the code behind?  I have begun using C++ /CLI for my windows forms applications and web services, but I would like to be able to start a web project the same way I do in C#.  If this does not exist, are there plans to put one together in the future?</p> <p><br>Thanks.</p>© 2009 Microsoft Corporation. All rights reserved.Thu, 19 Jun 2008 00:15:52 Z7f2ada00-7678-466f-90f4-beb3f511fda9http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/7f2ada00-7678-466f-90f4-beb3f511fda9#7f2ada00-7678-466f-90f4-beb3f511fda9http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/7f2ada00-7678-466f-90f4-beb3f511fda9#7f2ada00-7678-466f-90f4-beb3f511fda9CmanFsuhttp://social.msdn.microsoft.com/Profile/en-US/?user=CmanFsuC++ /CLI ASP .NET Web Project Template<p>Is there a web project template for developing an ASP .NET web application using C++ /CLI as the code behind?  I have begun using C++ /CLI for my windows forms applications and web services, but I would like to be able to start a web project the same way I do in C#.  If this does not exist, are there plans to put one together in the future?</p> <p><br>Thanks.</p>Wed, 08 Feb 2006 18:35:30 Z2006-02-09T23:56:54Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/7f2ada00-7678-466f-90f4-beb3f511fda9#0257f828-5502-41e8-aaa0-2196c70c7c19http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/7f2ada00-7678-466f-90f4-beb3f511fda9#0257f828-5502-41e8-aaa0-2196c70c7c19OShahhttp://social.msdn.microsoft.com/Profile/en-US/?user=OShahC++ /CLI ASP .NET Web Project Template<p>No. (well not one produced by microsoft).</p> <p>If you need to access C++/CLI code in ASP.NET, I suggest putting that C++/CLI code into a class library, and using ASP.NET C# to delegate into that class library.</p> <p><a title="http://www.codeproject.com/managedcpp/helloworldmc.asp" href="http://www.codeproject.com/managedcpp/helloworldmc.asp">http://www.codeproject.com/managedcpp/helloworldmc.asp</a></p> <p> </p>Thu, 09 Feb 2006 19:40:02 Z2006-02-09T23:56:54Z