Forum Moderators: open

Message Too Old, No Replies

c++ code within asp

         

jbhavin

10:58 am on Dec 15, 2003 (gmt 0)

10+ Year Member



hi guysi want to know who i can use C++ with asp? is it possible , if yes how

need it badly!

Bhavin

jpjones

11:19 am on Dec 15, 2003 (gmt 0)

10+ Year Member



Haven't actually done it myself, but I remember looking at it as a possiblity.

(From the top of my head, so if I'm wrong, I'll hold up my hands and say I'm wrong - it has been a couple of years):

You'll be needing to create a COM component out of your C++ code, install it on your webserver, and then call it through standard ASP methods, similar to the way you might create a DB CONN connection and pass data in and out of it.

Hope thats of some help,
JP

jbhavin

11:26 am on Dec 15, 2003 (gmt 0)

10+ Year Member



thanks a lot jones..

so any books or tutorials available on net,m where i can have a look at an example or something like that

Bhavin

jpjones

11:33 am on Dec 15, 2003 (gmt 0)

10+ Year Member



If you do a google for
"asp custom component c++" or "c++ com component asp"

It should bring up a mixed bag of off-line/on-line resources.

korkus2000

2:16 pm on Dec 15, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Why not use ASP.Net to integrate the C++ with the existing app? C++ is one of the languages in the .Net CLR.

jbhavin

8:55 am on Dec 16, 2003 (gmt 0)

10+ Year Member



hey hii

me really require need to make c++ work with asp..

if possible in .NET , how do i do guys

Bhavin