I'm trying to move my old mvc5 project to asp net core. Old code was: public string ContentType { get { if (!…
c# asp.net-core-mvc mime-types system.webI want to be able to build URL query strings by just adding the key and value to some helper …
c# url system.webI'm currently developing an application for .NET 4 Client Profile, as this is the version that will be present on most …
.net dll .net-client-profile system.webI have a reporting dll that is used in ASP.NET (Windows Authentication) and winforms projects. Sometimes it needs the …
asp.net authentication system.webI want to use HttpUtility.UrlEncode in a windows form application, but i can not find System.Web in .NET (…
c# visual-studio-2010 reference windows-applications system.webSo we've upgraded our site from 3.5 SP1 -> .NET 4. When we ran the site, we got an Internal Server …
asp.net deployment web-config asp.net-4.0 system.webI got an old Program(class library) developed by .Net 2. Recently I want to use that Program in new project …
c# encoding .net-4.0 .net-2.0 system.webWhere can I find System.Web.HttpContext.Current.Server dll. I want to use Server.MapPath() in my code and …
c# reference assemblies system.webI am running an ASP.Net MVC application and facing the following error. As I am new to ASP.Net, …
asp.net-mvc exception httpwebrequest system.webI'm trying to publish an ASP.NET MVC 4 Internet Application. After it's been published, I go ahead and click the …
c# asp.net-mvc-4 .net-assembly system.web