Click here to Skip to main content
15,881,516 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more: , +
Hi,

I am getting The remote Server returned an error:(500)Internal Server Error.

for WebDAV request(SEARCH method) on exchange server 2003 to get Calender details for Resource Mailbox Account.


i have read somewhere that "The server encountered an unexpected condition that prevented it from fulfilling the request" it will throw 500 Internal Server Error.

i don't have any idea what is unexpected in SEARCH method or some permission missing on Resource Mailbox Account, IIS or Exchange server 2003.

what are the Actions to be made on configuration of Resource Mailbox Account or Exchange server 2003 or IIS?

What is the exact config of the Web Publishing Rule?

code:

newStream.Close();     //close the stream<br />
 //Get web Response<br />
 <big>WResponse = (HttpWebResponse)myRequest.GetResponse();</big><br />
 StreamReader sr = new StreamReader(WResponse.GetResponseStream(), Encoding.ASCII);<br />
 ReturnData = sr.ReadToEnd();<br />


i am getting Exception at WResponse = (HttpWebResponse)myRequest.GetResponse();

thanks in advance

parth
Posted
Updated 9-Feb-12 3:13am
v7
Comments
ZurdoDev 7-Feb-12 16:42pm    
What are you doing that generates this error? Please give some details.
parth891 9-Feb-12 0:53am    
I am making WebDAV request(SEARCH method) on exchange server 2003 to get Calender details for Resource Mailbox Account. in response i am getting "The remote Server returned an error:(500)Internal Server Error" in exception message.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900