how to call windows service from c#.aspx page(plz help urgently needed)
i want to create an application which passes parameters to windows service. then windows service calls xml web service.
i want following things.
1)it should work on network
2)how to call windows service from .aspx page.
3)how to pass parameters to a windows service.
4)how to call web service from windows service.