Hi All,
I have a webservice dll called abcwebservice.d ll which is being used in a php application. And there is no other information about this dll, I mean what language, etc have been used to develop it.
Currently this dll is available on the server (application server for which php pages are used) and has IIS installed there.
I wanted to port the php webpage(applica tion) to ASP.NET. So, I installed Microsoft Visual Studio 5 and created a website. Also, please note that I am creating the project a separate pc and not the server.
First of all I would like to know whether it is possible to use such a dll (webservice) in .NET application.
If it is I would like to have some guidance as to how it can be added to the .NET project before created objects for it.
Thanks in advance!
Have a wonderful day!
Warm Regards,
Sujit.
I have a webservice dll called abcwebservice.d ll which is being used in a php application. And there is no other information about this dll, I mean what language, etc have been used to develop it.
Currently this dll is available on the server (application server for which php pages are used) and has IIS installed there.
I wanted to port the php webpage(applica tion) to ASP.NET. So, I installed Microsoft Visual Studio 5 and created a website. Also, please note that I am creating the project a separate pc and not the server.
First of all I would like to know whether it is possible to use such a dll (webservice) in .NET application.
If it is I would like to have some guidance as to how it can be added to the .NET project before created objects for it.
Thanks in advance!
Have a wonderful day!
Warm Regards,
Sujit.
Comment