|
-
Jun 17th, 2003, 01:11 AM
#1
Thread Starter
Hyperactive Member
.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
-
Jun 17th, 2003, 04:06 AM
#2
Hyperactive Member
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
-
Jun 17th, 2003, 09:28 AM
#3
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
-
Jun 18th, 2003, 12:58 AM
#4
Thread Starter
Hyperactive Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|