Challa QlikView, Biztalk, DotNet and MSBI FAQ's Blog
Solution for the QlikView, Biztalk, DotNet and MSBI real time development problems
Search This Blog
Friday, September 23, 2011
"Cannot get IIS pickup directory" SMTP exception in asp.net
Use below code to resolve the issue
smtp.DeliveryMethod = SmtpDeliveryMethod.NetWork
instead of
smtp.DeliverMethod=smtpDeliverMethod.pickUpis....
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Popular Posts
Integration with Bill Desk Payment Gateway in asp.net
.Net Integration with Bill Desk Payment Gateway Introduction: Now-a-days online shopping websites has become very popular, and to h...
MVC Handling multiple submit buttons in single view
MVC: Handling Multiple button submission from one view While developing any web applications we use to design lot more forms. Most of...
Biztalk common development errors and solution
Error : Could not store transport type data for Receive Location 'EAISolutionReceiveRequestLocation' to config store. Prima...
How to Optimize Stored Procedure in sql server
· Include SET NOCOUNT ON statement. · Use schema name with object name. · Do not use the prefix “sp_” in t...
(no title)
why use Windows Workflow Foundation? Microsoft has provided this foundation in order to simplify and enhance your .NET development. It is n...