Problem Ok this is one the biggest pains in the butt to me when working with Visual Studio. Normally on projects ive use a nested folder structure which matches the namespaces within the solution. The problem is that when you create a new project it will put it in a new folder under the folder where the solution file is or which ever directory you select, and the new folder is always the full name of the project. In the end you just end up having to move the project file to the place you want it ......
Problem I have exposed an orchestration as a web service using the WSE 2 web service publishing wizard. I am wanting to use kerberos to sign and encrypt the message, however i have turned off the server policy as i dont want to force it as a requirement until i can get it to work. When i call the web service as intended with a kerberos token signing and encrypting the message i get the following error: System.Web.Services.Protoco... System.Web.Services.Protoco... ......