System.Web is a namespace of the .NET framework. It supplies classes and interfaces that enable browser-server communication.

learn more… | top users | synonyms

0
votes
0answers
16 views

Visual Stusio doesn't recognize System.Web.DataVisualization

I'm writing a Windows Forms application in C# in Visual Studio. I'm using the MSChart in my project. I want to create an object: public Series myseries = new Series("Default"); The VS doesn't ...
2
votes
0answers
22 views

Why does HttpCookieCollection.Get returns null when called from a manually instantiated object (and not from the current HttpContext)

In the HttpCookieCollection.Get MSDN documentation, it is stated that: If the named cookie does not exist, this method creates a new cookie with that name. This is true and works well when ...
0
votes
0answers
52 views

Stackoverflow on inserting mock data into database

I have an initializer which seeds my database with test data. So far this never gave any troubles for the Shows, Users and related tables, but when I try to add Actors and ActorsInShows, I receive a ...
0
votes
0answers
17 views

System.Web.Security no Membership [duplicate]

Target Framework is .Net Framework 4 not .Net Framework Client Profile using System; using System.Collections.Generic; using System.IO; using System.ComponentModel; using System.Data; using ...
0
votes
1answer
51 views

Programmatically define system.web/compilation tag on WCF Service

I'm trying to define all my WCF service configuration in code, I just finished to do it with the system.servicemodel section and I got it right. But I want to set debug attribute on true from the ...
1
vote
2answers
270 views

httputility does not exist in current context in framework 3.5

I'm trying to use HttpUtility.UrlEncode in my sharepoint project in the framework 3.5 but it doesn't recognise it simply saying : HttpUtility does not exist in current context PS I called ...
0
votes
1answer
139 views

Creating a new user using System.Web.Providers within ASP.NET MVC4

I've been able to call Membership.CreateUser which has created the necessary Membership tables within my database, but it hasn't added the newly created user into the Users table and the ...
0
votes
1answer
224 views

Can referencing System.Web in WinForm .NET application have bad effects?

I need to reference the HttpUtility Class, and I mainly use 4 methods from the HttpUtility Class. Namely: UrlDecode(String) UrlEncode(String) HtmlEncode(String) HtmlDecode(String) My applications ...
0
votes
1answer
56 views

StackOverlow Exception in System.Web.dll

So I made a stupid mistake, I called myControl.Controls.Add(myControl);. Easy enough. The interesting thing is that this cause IIS to crash and the exception was thrown in the actual framework. I ...
2
votes
2answers
343 views

HttpContext not available in Class Library

I am working on a project where I have a C# class library which needs to use the System.web.HttpContext. I've done this before in another project without problem but now its not working. I'm not sure ...
2
votes
0answers
71 views

The System.Web.Razor API documentation

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Can anyone speak to the fact that the System.Web.Razor.* namespaces are ...
0
votes
1answer
40 views

ConfigurationManager adds unexpected itens to system.web section

I'm modifying the connection string on the Web.config file during a web installer custom action. This is the code snippet that is doing the job ExeConfigurationFileMap map = new ...
1
vote
1answer
964 views

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 (Add Reference) area! How can i add this assembly to my project? i am using .net 4... thanks ...
2
votes
1answer
199 views

how does System.Web.HttpRequest::PathInfo work?

I am trying to understand the PathInfo property of System.Web.HttpRequest and how it is set. Why would it be empty in the following example? var p = new ...
1
vote
1answer
261 views

Why do I get an HttpException from VirtualPathUtility ToAbsolute with some paths?

I'm trying to use VirtualPathUtility.ToAbsolute to resolve app-relative paths, such as ~/MyPage.aspx, to application-absolute paths, such as /MySite/MyApp/MyPage.aspx. However, with some paths, I ...
0
votes
0answers
63 views

reference assemblies - error: type found in both dlls

I am using Visual C# 2010 Express. I am using both these assemblies in my code: C1.WPF.RichTextBox and System.Web. C1.WPF.RichTextBox seems to include System.Web.HttpUtility. My code does execute ...
2
votes
1answer
187 views

System.net, httpPOST compatibility between mono and .Net

I'm tring to write a little program to download a PDF from a newspaper website that requires a login. I'm using this library found on stackoverflow: http://pastebin.com/RPNU39vF And I call it with ...
0
votes
1answer
78 views

httpcontext in windows phone application

I an pretty new to Windows phone development and I'm facing the first issue coding the first app. The problem is that I can't add a reference to system.Web and I'd like to use hpptcontext, I don't ...
0
votes
1answer
130 views

Symbol file /home/symphony/mono/mcs/class/System.Web/test/bin/Debug/System.Web.dll.mdb doesn't match image

When I build the System.Web-net_4_0.sln, (Ubuntu12.04, monoDevelop), result is build successful, then I try to debug the System.web.dll using the Test console application: public static void ...
6
votes
5answers
179 views

Is Adding System.Web on other projects than a web page a bad practice?

I'm building an archetype of web project for my company, the idea is to have like a template to start building a new project with everything necessary already done, security, IoC, Logging, etc... I'm ...
0
votes
0answers
76 views

Is there a tool like System.Web.Management.SqlServices.Install() for System.Web.Providers?

I think System.Web.Providers is still in Alpha, but I was wondering if there is a tool to programatically create the ASP.NET Membership system for the new providers? If so, what is it and where can I ...
0
votes
2answers
153 views

HttpContext.Request[“x”] throws exception

I have the following code throws exception (absolute path required): string versionIdStr = HttpContext.Current.Request["xxx"]; Is Request["xxx"] read-only? How do I set it?
3
votes
1answer
464 views

Why multiple using of PreApplicationStartMethodAttribute isn't complied?

System.Web.PreApplicationStartMethodAttribute defined as: [AttributeUsage(AttributeTargets.Assembly, AllowMultiple=true)] public sealed class PreApplicationStartMethodAttribute : Attribute {} I.e. ...
0
votes
1answer
304 views

windows phone C# system.web

i am trying to follow this article : http://chriskoenig.net/2011/08/19/upload-files-from-windows-phone/ but when i am writing : using System.Web.Mvc; but it seems not to find : using ...
0
votes
1answer
151 views

ASP.net WebPermission Error

I have a page which uses System.Net.HttpWebRequest. The page gave me error as shown here ASP.NET WebPermission Security Exception I tried the solution on the page saying that add trust level=Full" ...
0
votes
1answer
295 views

Unable to read configuration section 'System.web' because it lacks a statement of the Chamber

my web.config is <?xml version="1.0"?> <configuration> <configSections> <sectionGroup name="system.web.extensions" ...
0
votes
1answer
323 views

Need system.web for httputility.urlencode in CLR?

I have created a CLR database project and I would like to use httputility.urlencode. However, when I tried to add reference to my project, I could not find system.web any where. I googled and some ...
0
votes
1answer
1k views

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, could someone please help me as to what does it mean and how can I resolve it? I tried googling to ...
5
votes
3answers
1k views

System.Web.HttpContext.Current nulls itself after checking for a Cache

I encountered a weird issue today which made no sense to me. Here is a summary: Inside a method, I check for a cached item as below: private async Task<RatesStatus> getRatesStatusAsync() { ...
0
votes
2answers
191 views

Need help finding a dll

I just want to use HttpUtility.UrlEncode(myString). The project is .NET 3.5. But I can't find the corresponding dll. In .NET 4.0 it seems to be in System.web. But I'm not sure where it's located for ...
1
vote
1answer
744 views

Can't import System.Web namespace

I am trying to use: using System.Web.UI.HtmlControls; In windows forms, but it tells me a reference is missing. So I went in the add reference but System.Web isn't on the list. I even tried going ...
0
votes
0answers
430 views

add ref to SYSTEM.WEB.EXTENSIONS‬

i have the follow lines : [System.Diagnostics.DebuggerNonUserCodeAttribute()] private global::AjaxControlToolkit.ToolkitScriptManager @__BuildControlToolkitScriptManager1() { ...
2
votes
1answer
277 views

How to keep clean ASP.NET web.config file for a new MVC3/Azure project using only <system.webServer>?

I just created a new project in MVC3 using EF4 code first deployed on Windows Azure. I want to keep my "web.config" file as clean as possible because it's a little complicated to understand all tags ...
8
votes
2answers
4k views

System.Web.HttpContext.Current.User.Identity.Name Vs System.Environment.UserName in ASP.Net/C#

What is the difference between System.Web.HttpContext.Current.User.Identity.Name and System.Environment.UserName in the context of a ASP.Net Web Application Project? Here's the code of what I'm ...
0
votes
1answer
223 views

add reference to System.Web in WcfServiceLibrary

Can you add a refference to System.Web.dll in aWcfServiceLibrary. I want to create a Wcf service that executes a EXE on the server. For this I have the following code: System.Diagnostics.Process ...
11
votes
1answer
2k views

System.Web.HttpRequest.FillInFormCollection() and System.Web.HttpRequest.GetEntireRawContent() very slow

I've been following performance of my website and out of all slow-executing code (>1s), more than 90% is because of System.Web.HttpRequest.GetEntireRawContent() (called by ...
0
votes
0answers
334 views

'Specified method is not supported' in System.Web.Helper.Chart

I’m using System.Web.Helper.Chart method in one of my MVC3 application. The method is working fine as far as I am manually giving it values like this: public ActionResult GetRainfallChart() { ...
4
votes
4answers
4k views

System.Web assembly is not found on .net 4.0 version

I updated .NET from 3.5 to 4.0 version, but after updating the assembly System.Web doesn't work any more. I'm getting the following error: Warning 1 Could not resolve assembly "System.Web". The ...
0
votes
2answers
121 views

Reflection to avoid System.Web reference

I have a shared reporting dll that is used in both windows and web. I am now trying to move the windows programs to .NET 4 client profile so need to avoid System.Web references. At some points the ...
0
votes
3answers
3k views

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 which is use .Net4(For new WPF feature's ). so there is a big problem: .Net4 don't ...
0
votes
1answer
98 views

WPF designer fail to load because of System.Web Exception !!

My wpf designer fails to load because it says it cannot find assembly System.web and I don't have any idea what wpf has to do with System.web Any Idea ? Here is one of the XAML Pages : ...
1
vote
5answers
3k views

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 username so if it was running in ASP.NET it would use: ...
7
votes
1answer
2k views

system.web functionality in Mono missing?

I need HttpUtility for encoding strings, but it seems it was supported, but no longer. Actually, the whole System.Web is gone. Is there an alternative? I need to Javascript Escape some strings.
0
votes
4answers
452 views

System.web not have HttpCookie in C#. what's going wrong in WPF

when i want to use HttpCookie who a part of System.Web i found that intellisense does not show them nor they found in reference when i put using System.Web Can someone show me what thing i need to ...
1
vote
1answer
149 views

Why is the ObjectStateFormatter class in the System.Web.UI namespace?

Very straight forward question. As far as I can see from the MSDN page, it seems to be all about serialization and nothing to do with Web! MSDN: ObjectStateFormatter Class
0
votes
1answer
1k views

How do I add assemblies to System.Web Assemblies? How do I derive the syntax?

I'm trying to add a custom HTTP Validator as shown here. I want many sites to share this implementation as an external library. That way as I discover newer/better ways to handle validation, I can ...
49
votes
3answers
5k views

What is the use for IHttpHandler.IsReusable?

I'm writing a IHttpHandler and I'll need to implement a IsReusable property. When I look at the MSDN documentation it says: Gets a value indicating whether another request can use the IHttpHandler ...
6
votes
3answers
3k views

How do I add System.Web as a reference if I cant find it in the list of references?

I'm working on a project in C#.Net 4.0. I am trying to use HttpUtility.HtmlDecode. To do so, I added using System.Web; to the top of the file. However, no reference to HttpUtility could be found. ...
3
votes
4answers
774 views

How to reference System.Web namespace?

When i writing: "System.W...", the intellisence isn't show me "System.Web" why?
4
votes
4answers
9k views

.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 home computers through Windows Update. However, I cannot add a reference to ...

1 2