Top "System.web" questions

Using MimeMapping in ASP.NET Core

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.web
Alternative to HttpUtility.ParseQueryString without System.Web dependency?

I want to be able to build URL query strings by just adding the key and value to some helper …

c# url system.web
.NET Framework 4 Client Profile + System.Web.dll?

I'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.web
Get Windows Username in ASP.NET without System.Web

I have a reporting dll that is used in ASP.NET (Windows Authentication) and winforms projects. Sometimes it needs the …

asp.net authentication system.web
How Add System.Web Reference To A Windows Form Application

I 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.web
Problem with <system.web.extensions> config group when upgrading to .NET 4.0

So 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.web
Httputility.urldecode replacement in .Net4?

I 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.web
Where can I find System.Web.HttpContext.Current.Server dll?

Where can I find System.Web.HttpContext.Current.Server dll. I want to use Server.MapPath() in my code and …

c# reference assemblies system.web
Potentially dangerous Request.Form value was detected from the client

I 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.web
Server Error in '/' Application. System.Web.Http.WebHost

I'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