Home All Groups Group Topic Archive Search About

How to use .Net controls in regular ASP

Author
2 Oct 2006 1:28 PM
pargat.singh@gmail.com
Hi Everyone:

    I have a reguirement to develope a user control in .Net and to use
in our portal page which is developed in regular ASP.

Is this possible and if yes can someone please give me some example or
point me to some usefull line.

Lots of thanks in advance.

Pargat Gill

Author
2 Oct 2006 8:38 PM
Scott M.
..NET components can be called from Classic ASP using COM Callable Wrappers
(CCW's) around the .NET assembly.  The .NET assembly must be registered for
COM InterOp (in the build settings of the project).

Check out:
http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLJ,GGLJ:2006-36,GGLJ:en&q=Register+for+COM+InterOp
for more details.

<pargat.si***@gmail.com> wrote in message
Show quoteHide quote
news:1159795727.894605.62900@b28g2000cwb.googlegroups.com...
> Hi Everyone:
>
>    I have a reguirement to develope a user control in .Net and to use
> in our portal page which is developed in regular ASP.
>
> Is this possible and if yes can someone please give me some example or
> point me to some usefull line.
>
> Lots of thanks in advance.
>
> Pargat Gill
>