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:
Comments (Atom)
Popular Posts
Hadoop (Big Data) basic information and advantages and disadvantages
What is "Big Data"? The short answer is that size does matter after all. Sometimes big data is measured in terabytes, petabytes...
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...
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...
Difference between Object, Dynamic and Var in C#.Net
Object Dynamic Var Can able to store any kind of value, because object is the base class of all type in .net framework. Can able to s...
(no title)
Developing N-Tier Application using VS 2008