I'm using worksite web 8.2. I create a windows application to perform some operations like create workspace, Folder, sub folders, upload and download files.
I'm doing this in .net 2.0 to achive programmaticaly i add a web reference and create a object and perform these activities. The reference is(
http://localhost/worksite/services/IWOVServices.asmx) now my problem is authentication when i use this webservice i'm getting (The request failed with HTTP status 401: Unauthorized.) to overcome this issue i should have credentials to get login in worksite web.
My problem is this application is used by more than 100 people so i dont want to add these many peoples in interwoven and pass credentials. But i want all these peoples to create a workspace and do all functionalities. I think there must be default login to do all the same.
Can any one help me in overcome this unauthorized issue
What are my possiblities to achieve and what is the best approach to do