Re: create component with vb.net for regular ASP..
From: Cowboy \(Gregory A. Beamer\) [MVP] (NoSpamMgbworld_at_comcast.netNoSpamM)
Date: 08/19/04
- Next message: nb.home: "HOWTO: Kill process on remote workstation using system.management?"
- Previous message: Cowboy \(Gregory A. Beamer\) [MVP]: "Re: Create DB without ADOX"
- In reply to: Tommy: "create component with vb.net for regular ASP.."
- Next in thread: Paul Clement: "Re: create component with vb.net for regular ASP.."
- Messages sorted by: [ date ] [ thread ]
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
- Next message: nb.home: "HOWTO: Kill process on remote workstation using system.management?"
- Previous message: Cowboy \(Gregory A. Beamer\) [MVP]: "Re: Create DB without ADOX"
- In reply to: Tommy: "create component with vb.net for regular ASP.."
- Next in thread: Paul Clement: "Re: create component with vb.net for regular ASP.."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|