Re: create component with vb.net for regular ASP..

From: Cowboy \(Gregory A. Beamer\) [MVP] (NoSpamMgbworld_at_comcast.netNoSpamM)
Date: 08/19/04


Date: Thu, 19 Aug 2004 07:59:13 -0500

Anything you do in .NET will need a COM wrapper to work in ASP. You can
create COM wrappers with the command line tool regasm.exe, which will create
the wrapper and register it as a COM object.

Overall, I would stick to VB 6 and make ActiveX DLLs instead, as Interop
creates bumps in the road. That is, unless you are switching to ASP.NET in
the process. Then the wrappers make more sense.

-- 
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
************************************************
Think Outside the Box!
************************************************
"Tommy" <Tommy@discussions.microsoft.com> wrote in message
news:9EE6857C-3DAF-43D3-BDFA-FACA2B677B1B@microsoft.com...
> Hi..
>
> anyone know how I can create components(business object) in vb.net for
> regular ASP???
>
> Regards, Tommy


Relevant Pages

  • Re: Accessing intrinsic ASP (not ASP.NET) objects from .NET class
    ... You might possibly be able to poke around in memory using pointers and API ... > made from an ASP application, shouldn't ASP info be presents on some ... > "Kevin Spencer" wrote in message ... >>> wrapper for it, or use the com interop library. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Grant Object Access
    ... The COM+ wrapper that I wrote around the Scheduler system ... The wrapper is a traditional COM component written in VC++ that I use to ... task in the IIS Manager, but that option disappeared after installing ... > an ASP page or an ASP.NET page? ...
    (microsoft.public.windows.server.security)
  • Re: Accessing intrinsic ASP (not ASP.NET) objects from .NET class
    ... Please excuse my ignorance, but logically, since the call is ... made from an ASP application, shouldn't ASP info be presents on some level? ... >> wrapper for it, or use the com interop library. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Accessing intrinsic ASP (not ASP.NET) objects from .NET class
    ... Regardless of whather you can use the ASP Request COM object from a wrapper, ... >> info about pipes, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: NRE committed: PLEASE TEST
    ... the command. ... and then wrapper functions to make using the wrapper ... coroutine, and modern improvements in the byte compiling are making the performance impact more and more insignificant. ... Post the relevant code snippet in your reply, ...
    (comp.lang.tcl)