Accessing .Net component from ASP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cédric

    #1

    Accessing .Net component from ASP

    Hi,

    Is it possible to access a .net component from an ASP page?
    If so, how?

    Thanks

    \Cédric
  • Nick Parker

    #2
    Accessing .Net component from ASP

    Cédric,
    You will need to write a COM Callable Wrapper (CCW). I
    have written an article that covers this in detail that
    you can read here:

    <a
    href="http://www.codeproject .com/dotnet/nettocom.asp">C reat
    ing a CCW for COM enabled non .NET applications
    </a>


    [color=blue]
    >-----Original Message-----
    >Hi,
    >
    >Is it possible to access a .net component from an ASP [/color]
    page?[color=blue]
    >If so, how?
    >
    >Thanks
    >
    >\Cédric
    >.
    >[/color]

    Comment

    • Guest's Avatar

      #3
      Accessing .Net component from ASP

      Thx Nick!

      [color=blue]
      >-----Original Message-----
      >Cédric,
      > You will need to write a COM Callable Wrapper (CCW). [/color]
      I [color=blue]
      >have written an article that covers this in detail that
      >you can read here:
      >
      ><a
      >href="http://www.codeproject .com/dotnet/nettocom.asp">C rea[/color]
      t[color=blue]
      >ing a CCW for COM enabled non .NET applications
      ></a>
      >
      >http://www.codeproject.com/dotnet/nettocom.asp
      >[color=green]
      >>-----Original Message-----
      >>Hi,
      >>
      >>Is it possible to access a .net component from an ASP [/color]
      >page?[color=green]
      >>If so, how?
      >>
      >>Thanks
      >>
      >>\Cédric
      >>.
      >>[/color]
      >.
      >[/color]

      Comment

      Working...