I got this following error "Could not create SSL/TLS secure channel" in your ASP.NET MVC WebClient application.
In this tutorial I will show you how to generate machinekey for web.config file using windows powershell.
"The breakpoint will not be hit no symbols loaded for this document" while i tried to debug the project using debug point. The debug cursor is not working. it is not getting to the point. following this way i solved the problem.
For security reasons, some clients disable cookies. When you want to use cookies to store some information (especially some critical information), you need to determine whether the customer has disabled cookies. How to judge?
In this article, I will show how to get current page url using asp.net c#. We can get current page url using HttpContext.Request.Url.ToString() or HttpContext.Request.Url.AbsoluteUri.
In this article, I will show to how to create a registration form in asp.net with c# code. First, create a registration form in asp.net and create a table named “userLogin” in SQL server to store the details of registration form.
In this article, I will show how to create RSS feed Reader from Linq to XML in asp.net. You can fetch the feed link using the following News blog feed Link.
You can use HTML agility pack or XmlDocument and get favicon. The following code will bring the path of website’s icon.
In this article I will explain how to clear session in asp.net with an example. If you want to remove the specific session then you can set it as null or “”.
In this article, I describe what is polymorphism and when we use polymorphism in asp.net. polymorphism is one of the object oriented programming. It allows you to invoke derived class methods through a base class reference during runtime.