Questions tagged [system.web]

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

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

References

168 questions
-1
votes
2 answers

Write text to the text file on server

I'm trying to write text to file on server from winform desktop application string path = "http://www.site.info/doc.txt"; To use path: System.Web.HttpContext.Current.Server.MapPath(path); also I tried this way: …
nikorio
  • 671
  • 4
  • 16
  • 28
-1
votes
1 answer

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 system.web I am looking for the libraries to add it manually but I…
Dimitris Sapikas
  • 622
  • 1
  • 6
  • 22
-2
votes
1 answer

System.Web has only 3 assemblies available - .Net 4.5

I need to use the System.Web.Script.Serialization assembly as well as some others from System.Web, but when I type using System.Web. it only gives me 3 options of assemblies, none of which are what I'm looking for. I'm using .Net 4.5. Thanks.
user2602079
  • 1,283
  • 5
  • 20
  • 39
1 2 3
11
12