Hi Jeff,
Thanks for your prompt reply.
Actually there is a price server, which shows the prices for a contract ( e.g. any equity).
Prices changes very frequently on the server. I have made a library in C# to wrap the update events for price server. When any price changes , the price update event is fired and we can get the latest price.
Now I have used this library (dll) in my web service program and creatred a object of that library. which is then passed to the library functions to fire the update events. When I run the web service, the price update event is not fired (I guess) because I dont get the price. But when I run the web service in the folder other then IIS , it show the correct price.
It would be very helpful if u can suggest any solution .
Thanks
rakeev
But in the webservice program
in C# which uses the price server APIs.
Th