Accessing 3rd party software object from asp.net
-
hi, i have 2 servers say "s1" and "s2" in server "s1" i m maintaining the total website and in server "s2" i have sqlserver database and 3rd party software now from a page say Default.aspx located in server "s1" i want to create a object/run the 3rd party software in "s2". is it possible, plz help me thanks in advance lavan kumar M
-
hi, i have 2 servers say "s1" and "s2" in server "s1" i m maintaining the total website and in server "s2" i have sqlserver database and 3rd party software now from a page say Default.aspx located in server "s1" i want to create a object/run the 3rd party software in "s2". is it possible, plz help me thanks in advance lavan kumar M
Third party software should provide you eiter
.dll
orwebservices
. If that is dll, then 1. )Add it as a reference in your project, 2.) Add the Requried Namespace 3. ) Create object of classes and access methods and if that is webservices , then add it as WebReference.cheers, Abhijit My Recent Article : Beginner's Guide to ASP.NET Application Folder
-
Third party software should provide you eiter
.dll
orwebservices
. If that is dll, then 1. )Add it as a reference in your project, 2.) Add the Requried Namespace 3. ) Create object of classes and access methods and if that is webservices , then add it as WebReference.cheers, Abhijit My Recent Article : Beginner's Guide to ASP.NET Application Folder
-
hi, i have 2 servers say "s1" and "s2" in server "s1" i m maintaining the total website and in server "s2" i have sqlserver database and 3rd party software now from a page say Default.aspx located in server "s1" i want to create a object/run the 3rd party software in "s2". is it possible, plz help me thanks in advance lavan kumar M
Have you not been asking this for days ?
Christian Graus Driven to the arms of OSX by Vista.