Web Service Created by C#.net how to move from IIS to Apache?
-
I hava a simple Web Service create by C#. And now I need to let the user visit this web service through apache. How to set it in the apache, it need to modify the C# code?
-
I hava a simple Web Service create by C#. And now I need to let the user visit this web service through apache. How to set it in the apache, it need to modify the C# code?
I think this is what you require to do: http://weblogs.asp.net/israelio/archive/2005/09/11/424852.aspx[^] You can host your web service in Apache just following the steps.
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->****
InfoBox Visual Studio 2010 Extension
Windows7 API Code Pack
Simplify Code Using NDepend** -
I think this is what you require to do: http://weblogs.asp.net/israelio/archive/2005/09/11/424852.aspx[^] You can host your web service in Apache just following the steps.
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->****
InfoBox Visual Studio 2010 Extension
Windows7 API Code Pack
Simplify Code Using NDepend**It is a good answer, thanks very musch :-D