Click here to Skip to main content
15,881,687 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everyone,

I have a source code developped in visual c++. I want to run this code on web.

I have to prepair web interface in asp.net.

Please tell the steps, i have to do, which project should i develop and how can i connect them

Thanks
Posted
Comments
[no name] 14-Aug-14 9:50am    
http://www.codeproject.com/Articles/64628/Code-Project-Quick-Answers-FAQ
Sergey Alexandrovich Kryukov 14-Aug-14 12:47pm    
This is not a good question; it's too vague. We cannot figure out what exactly your are trying to do and what are your concerns. "Which project...?" is not a correct question. What does it mean? The answer would be: it should be your project.
—SA

1 solution

A little googling does the job: ASP.NET with Managed C++ or direct from Microsoft.

I personally would guess that C# would provide better support for it. The complete ASP.NET Tutorial sounds like one-stop-shop. :-O
 
Share this answer
 
Comments
Member 10902205 15-Aug-14 3:15am    
Hi KarstenK,
I use visual studio 2010 and i could not see any project as Managed c++. How do i open the project

Thanks
KarstenK 15-Aug-14 4:14am    
To start you need to create a new project.

Here is a good sample
http://www.codeproject.com/Articles/42319/Using-NET-Classes-Modules-from-Native-C

please watch some tutorial and google...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900