Results 1 to 4 of 4

Thread: .net COM coponent - ASP 3.0

  1. #1

    Thread Starter
    Hyperactive Member buddu's Avatar
    Join Date
    Jul 2001
    Location
    India
    Posts
    446

    .net COM coponent - ASP 3.0

    hi to all
    I hv small dount I am going to implement COM component in VB.net and i hv another

    Server running the IIS 5.0 to running my ASP Application. So now i want to execute the
    .net COM componet in ASP 3.0. Will it be possible to run the .net com component in ASP

    3.0? do i need to install .net frame work to execute the com component in asp?

    thanks
    prasad

  2. #2
    Hyperactive Member Anglo Saxon's Avatar
    Join Date
    Mar 2002
    Location
    Durham, UK
    Posts
    259
    As far as I know, yes you can run a .Net component from ASP 3.0, you need the framework installed then you need to run a utility called RegAsm.exe. This will add the .Net component information into the registry and make it look like a COM object, the CLR will then hide the differences between COM and .Net.

    I have never tried this so good luck!

    --
    Anglo Saxon

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    There is no reason for you to write a COM component in .NET to use in ASP 3.0.

    You either write it in VB6 for ASP 3.0

    Or you write .NET components for use in ASP.NET

    Combining is just going to cause you problems and uses much more resources than necessary
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4

    Thread Starter
    Hyperactive Member buddu's Avatar
    Join Date
    Jul 2001
    Location
    India
    Posts
    446
    we Hv plan to Migrate the ASP to ASP.net in future.

    We designed the application in 2-tier. Now we started impleming in 3-tier.
    and we hv plan to Migrate this in future so if i do the components in .net it does't take much time to implement the migration just Form Design is enough no?

    we hv only one month time to implement in 3-tier. Forms has ready from 2-tier App and database is Ready only thing is Middle tier.

    so Does't it sence to do it in .net for COM components as per our requirements?

    Please give your suggessions.
    thanks
    prasad

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width