'Cannot get iis pickup directory' in Windows Server 2012

Posted by Meat Popcicle on Server Fault See other posts from Server Fault or by Meat Popcicle
Published on 2013-11-07T02:21:24Z Indexed on 2013/11/07 3:58 UTC
Read the original article Hit count: 470

Filed under:
|
|
|
|

Our system moved from Windows Server 2003(Enterprise SP2) & IIS 6.
And new system is Windows Server 2012(Standard) and IIS 6(for smtp mail) & 8.
I copied all of web application files and IIS settings, another function is ok but..
email system is something wrong.
for example,
---------------------------------------------------------------------------------------

exception: system.Net.Mail.SmtpException: cannot get iis pickup directory.

line 284: SendMail sendmail = new SendMail();
line 285: sendmail.GetSendMail(messagefrom, Useremail, mailsubject, message);

stack trace: [SmtpException: cannot get iis pickup directory.]
System.Net.Mail.IisPickupDirectory.GetPickupDirectory() +1894
System.Net.Mail.SmtpClient.Send(MailMessage message) +1956518
CommonDll.SendMail.GetSendMail(String messagefrom, String Useremail, String mailsubject, String message) +466
ASP.common_users_courserecordadd_aspx.AddBtn_Click(Object sender, EventArgs e) in d:\"sourcefile.aspx":285
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +115
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +140
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981

Microsoft .NET Framework v:2.0.50727.6407; ASP.NET v:2.0.50727.6387
---------------------------------------------------------------------------------------

in Develop server(2008 R2 Ent SP1, IIS6 & 7.5), it works well.
confused.

© Server Fault or respective owner

Related posts about smtp

Related posts about iis6