Click here to Skip to main content
15,896,453 members

Comments by mohit`12 (Top 32 by date)

mohit`12 15-Jul-11 13:30pm View    
Okay i Got that part working now i have another problem that is whenever client calls service i need to read data from client's page(textboxes) and store them on server side as text file or xml file is that possible. because i beleive isolatestorage is for client side that is not gonna work for me , i tried filestream that doesn't work so is there anyway to create file and write data into it in silverlight serverside.

thanks
mohit`12 14-Jul-11 10:30am View    
i got your point. thanks so what i think i can do is Host service with some kind of GUI that will be run whenever you host the service and whenever a client makes a call to server that GUI will send message to Windows ( that's server) and yes i meant i was doing client to client communication using server so server gets message then looks for client and forwards message to other client but i guess i do not need that anymore. so i was wondering how would i know when client calls the service i meant in GUI is there any method that informs you if client made call.

Thanks
mohit`12 7-Jul-11 20:14pm View    
well you wont be able to open it since it's hosted for local server only . so and yeah i will try to open service for that ip adress. and do u think that my app.config is written correct ?
Btw thanks a lot for help
mohit`12 7-Jul-11 16:52pm View    
i have add my app.config .. let me know if i am doing anything wrong because it still doesn't work.
mohit`12 7-Jul-11 16:39pm View    
please see the solution i submitted below for my web.config file thanks