webdav 400 bad request

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am trying to send a new mail via webdav using the c# example on msdn, when
the following line executes:

PUTResponse = (System.Net.HttpWebResponse)PUTRequest.GetResponse();

I get a "The remote server returned an error: (400) Bad Request." error.

Does anyone know what this could be?
 
put try catch around to catch the exception and look at the inner exception
(maybe will give you more detail).
 
The inner exception contained nothing, I'm guessing as this example is from
MSDN and is supposed to work it must be something to with the way we have
our exchange server setup. We do have Outlook Web Access running on there
fine so I don't see why WebDav should fail (unless there are some omissions
in the MSDN example).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top