• Upgrade your Internet Experience
  • Sign in
  • Microsoft.com
  • United States (English)
    Brasil (Português)Česká republika (Čeština)Deutschland (Deutsch)España (Español)France (Français)Italia (Italiano)Россия (Русский)대한민국 (한국어)中华人民共和国 (中文)台灣 (中文)日本 (日本語)香港特别行政區 (中文)
 
 
Visual C++ Developer Center
 
 
Home
 
 
Library
 
 
Learn
 
 
Downloads
 
 
Support
 
 
Community
 
 
Forums
 
 
 
Visual C++ Developer Center > Visual C++ Forums > Visual C++ General > C++ /CLI ASP .NET Web Project Template
Ask a questionAsk a question
Search Forums:
  • Search Visual C++ General Forum Search Visual C++ General Forum
  • Search All Visual C++ Forums Search All Visual C++ Forums
  • Search All MSDN Forums Search All MSDN Forums
 

AnswerC++ /CLI ASP .NET Web Project Template

  • Wednesday, February 08, 2006 6:35 PMCmanFsu Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Vote As Helpful
    0

    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?


    Thanks.

    • ReplyReply
    • QuoteQuote
     

Answers

  • Thursday, February 09, 2006 7:40 PMOShahModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Vote As Helpful
    0

    No. (well not one produced by microsoft).

    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.

    http://www.codeproject.com/managedcpp/helloworldmc.asp

     

    • ReplyReply
    • QuoteQuote
     

All Replies

    Need Help with Forums? (FAQ)
     
    © 2009 Microsoft Corporation. All rights reserved.
    Terms of Use
    |
    Trademarks
    |
    Privacy Statement