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
QlikView Interview Questions (QlikView FAQ'S) - Part 1
Qlikview developer, Designer and admin interview questions (Qlikview developer, Designer and admin FAQ’S) 1. Difference between Set ...
Error creating window handle (Win32 Exception) in c# windows application
When building controls dynamically which compose of sub-controls you can sometimes run into an problem where windows throws a “Error creati...
SQL Server Integration Services (SSIS) Interview Questions and Answers
SQL Server Integration Services (SSIS) Interview Questions What is SQL Server Integration Services (SSIS)? SQL Server Integration S...
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...
Date difference in Javascript using asp.net and Calculating Duration Between Two Dates in Years, Months and Days
Use below javascript function to 1) validate the date difference in asp.net 2) difference (number of days, months, years) between two dat...