Click here to Skip to main content
15,908,931 members

Comments by parth891 (Top 6 by date)

parth891 9-Feb-12 2:27am View    
hi christian i think for this question i got some config change of Virtual directory properties.....

do you have any idea about this question

http://www.codeproject.com/Questions/325365/500-Internal-Server-Error-for-WebDAV-Status-on-SEA
parth891 9-Feb-12 0:53am View    
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.
parth891 4-Feb-12 9:35am View    
Actually i am sending request for search operation(using XML string) to read calender details using HttpWebRequest on my Exchange Server 2003 for Resource Mailbox Account

i am getting exception on "GetResponse()"

i am using asp.net application
parth891 4-Feb-12 9:32am View    
thanks @Christian for your advice to read basic programming book, it would be a great help.

as per my situation i cannot debug code so its weird for me to guess which line creates error.

if you have any idea like if resource mailbox account has something missing in configuration
or for exchange server 2003 i need some settings to be done.

should i need to put some extra condition to check for "empty or null" response in above code to stop causes exception. if can you pinch some lines that might causes this exception. for example .GetResponse() or .GetResponseStream() it would be great help.


thank for your reply.
parth891 4-Feb-12 9:25am View    
Deleted
thanks @Christian for your advice to read basic programming book, it would be a great help.

as per my situation i cannot debug code so its weird for me to guess which line creates error.

if you have any idea like if resource mailbox account has something missing in configuration
or for exchange server 2003 i need some settings to be done.

should i need to put some extra condition to check for "empty or null" response in above code to stop causes exception. if can you pinch some lines that might causes this exception. for example .GetResponse() or .GetResponseStream() it would be great help.


thank for your reply.