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
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...
Could not load file or assembly 'AjaxControlToolkit, Version=1.0.10301.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. Access Denied (Zugriff verweigert)
Review the permissions of the user that you're trying to impersonate. In my situation, I was only getting the error on my development ...