Hello All, I have an exchange server with forms based authentication enabled. I need to use WebDav to access calendar events. I am using C# and HttpWebRequest. There are a few articles available on the net but they do not help. Can someone please tell me how to go about doing this? Any help will be greatly appreciated. Thanks, Shreeram
How far have you got with this and what are your actually problems. The basics or what to do and how to do it are in http://support.microsoft.com/?kbid=891748 which includes a Vb.NET sample. The basic premise is that you create a post to the owaauth.dll with your username and password this will then return two cookies which you then need to include in any further request to the server. If you are having problems with a particular piece of code try posting your code and someone maybe able to help out. Cheers Glen wrote in message news:1137504144.785804.183860@f14g2000cwb.googlegroups.com... > Hello All, > > I have an exchange server with forms based authentication enabled. I > need to use WebDav to access calendar events. I am using C# and > HttpWebRequest. > There are a few articles available on the net but they do not help. > Can someone please tell me how to go about doing this? > > Any help will be greatly appreciated. > > Thanks, > Shreeram >
Thanks Glen. That link really helped. Regards, Shreeram