Groups | Blog | Home
all groups > dotnet web services > october 2006 >

dotnet web services : Production requirements to host ASP.NET web service which uses VB 6.0 COM Components


ravichandranmuthu NO[at]SPAM gmail.com
10/19/2006 5:16:26 AM
Hello,

I have developed a asp.net web service which uses com interoperability
and is working fine in my machine. How do I move this to Production
server which just has IIS5.0 and has no dotnet framework.

What are the basic requirements for the Production Server to host my
web service and will just copying and pasting my web service directory
as IIS virtual directory will do the task? The server already has my
COM DLLs and serves ASP pages which use my COM DLLs.

Many Thanks for your kind help.

Rav
Pablo Cibraro [MVP]
10/19/2006 10:25:37 AM
Hi Rav,

First of all, you need to install the .NET runtime on that server. After
that, you can simply copy and paste as you said. (The folder containing the
assemblies must have the interop assembly generated to consume your COM, it
is usually there, but check that just in case).

Regards,
Pablo.


[quoted text, click to view]

ravichandranmuthu NO[at]SPAM gmail.com
10/20/2006 5:10:06 AM
Many Thanks, Pablo!

[quoted text, click to view]
AddThis Social Bookmark Button