Archive for the cateroy C#

  

Void AbortInternal() - Difference between Server.Transfer & Response.Redirect - System.Threading.ThreadAbortException

In my log file, I used to see the below error frequently
Void AbortInternal() - System.Threading.ThreadAbortException
After finding out the cause of the issue, I found these below informative articles for the use and difference between Server.Transfer & Response.Redirect
http://weblogs.asp.net/jgalloway/archive/2004/07/21/189547.aspx
http://techahead.wordpress.com/2007/10/14/aspnet-servertransfer-vs-responseredirect/
http://www.sagara.net/post/2008/04/05/ResponseRedirect-and-the-ThreadAbortException-and-why-ite28099s-a-good-thing.aspx
Yes its really very helpful !

Server Application Unavailable

Generally users says to reset the IIS by using aspnet_regiis -s command in the framework directory.
 
I solved this error by giving ASPNET permission to my folder.
 
 
 
Hope this helps you !!
 

 
 
If yes, please don’t forget to give your comment. I love it !!