rhsieh 0 Newbie Poster

Using the Outlook COM objectin ASP.net.
When I run the code through a windows environment, it works fine. But, when run through ASP.net, cannot seem to create the application object.

"
Application lMailApp = new ApplicationClass();
NameSpace lMailNmspace = null;

lMailNmspace = lMailApp.GetNamespace("MAPI");
lMailNmspace.Logon("","",false,false);
...
"

Googled and find solutions, but tried it all and did not work. Wondering if anyone here in the forum knows how to get around this?

Thanks.