Posted on: 2/6/2012 3:03:56 AM | Views : 1079

i am developing a server-client program in which server will be showing datas sent by client across a network. without Authentication it works fine but i need some authentication because server side its a website.once i give authentication i am not able to get datas from client.i know that client must be given authorization to put data into server.can anyone tell me how to do that?i am developing based on the link given below
blog.bobcravens.com/2009/11/browse-files-on-remote-computers 
posting server side authentication code
<authentication mode="Forms">
  <forms Go to the complete details ...