Asp-net

Invalid icon file located in Application Folder of Setup Project

Follow the below steps to remove that error while building your setup file. Step1. Click F4 by selecting your setup project. Step2. In the properties window, find AddRemoveProgramsIcon and then choose [...]

How to send HTTPS Post Request with C#

Please follow the below steps to send https post request. Create new C# website application. Open the default code behind file i.e. Default.aspx.cs add the following two namespace using Syste [...]