I\'ve got a C# application that I\'m trying to push out to a distributed network. The application works fine locally (as always), but when I push it out to the network, it
Searched so many forums and finally fixed it..This worked for me..here you go!!
right click c:\windows\temp folder
under security tab, add the iisuser account to the list of users and give read/write/execute access (or) full rights
restart the website
Thats it !!!...check you application which consumes the deployed web service
This should do..