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....
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
ASP.NET Security Tips Part 1: SQL Injection
What is SQL Injection SQL Injection is one of the most dangerous possible attacks we have to deal with as a web application developer, a...
MVC Interview Questions and Answers Part 1
For MVC Interview Questions Part 2 refer below link: http://challadotnetfaq.blogspot.co.uk/2013/12/mvc-interview-questions-and-answers_...
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 ...
SQL SERVER – Delete Duplicate Records – Rows
. Following code is useful to delete duplicate records. The table must have identity column, which will be used to identify the duplicate re...
The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data, OledbException in c# .net
/*If you are facing issues with saving large data into excel * u may get oledbexception like * "The field is too small to accept th...
No comments:
Post a Comment