473,378 Members | 1,504 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Embedded HTTP Server?

Does the .NET framework provide any type of HTTP server class that I can
embed in my application?

Thanks!
Jul 14 '08 #1
3 2869
Jon Berry wrote:
Does the .NET framework provide any type of HTTP server class that I can
embed in my application?
More or less, in the form of HttpListener, which leverages the Windows
kernel-mode drive for HTTP (introduced with Windows 2003 and also supported
on Windows XP SP2).

HttpListener is rather low-level. If you want to offer service endpoints to
clients (or you can package your services as such), using WCF's ServiceHost
is much more convenient.

--
J.
Jul 14 '08 #2
"Jon Berry" <no***@jose.blahwrote in message
news:eN**************@TK2MSFTNGP04.phx.gbl...
Does the .NET framework provide any type of HTTP server class that I can
embed in my application?
Not the framework itself, but if you search for "Cassini" you will find a
server that is very similar to the one that Visual Studio starts internally
when you run a web project on the file system. Free download from Microsoft,
source code included (if I remember correctly).
http://www.asp.net/downloads/archived/cassini/
http://msdn.microsoft.com/en-us/magazine/cc188791.aspx

Jul 14 '08 #3
Jon Berry wrote:
Does the .NET framework provide any type of HTTP server class that I can
embed in my application?
I don't think the .NET framework has a HTTP server class but Cassini,
http://www.asp.net/downloads/archived/cassini/, is a small web server
implementation.
--

Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Jul 14 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Philipp Seidel | last post by:
Hi there! I did not know, where this topic fits in, so I put it here. I have a minor problem with embedded resources, which puzzles me quite a lot. I'd be glad if anyone can help me on this: ...
26
by: jini us | last post by:
Hi, I am starting a new project where I intend to use embedded database server in my win32 application. I intend to use VC++ microsoft studio 6.0 as my development environment. The...
0
by: Chris Schremser | last post by:
I have a question regarding embedded controls in IE. We are looking to replace a small VB ActiveX control with something written in C#. We have written the control and it instantiates correctly...
0
by: Nick White [MSFT] | last post by:
Hello fellow Microsoft Windows Mobile and Embedded enthusiasts: I invite you to peruse the list below of upcoming technical chats and Webcasts offered by the Windows Mobile and Embedded Devices...
16
by: Marina | last post by:
Hi, I am trying to find the minimum security settings to allow a windows control embedded in IE have full trust. If I give the entire Intranet zone full trust, this works. However, this is...
25
by: VictorReinhart | last post by:
Hi, I am intersted in trying to reduce the cost of C# development, by reducing the number of lines of code. In my opinion, as a business developer, the biggest opportunity to reduce the number of...
1
by: Beowulf | last post by:
I inherited an existing database application about 6 months ago. I've finished converting it to use SQL Server 2000 as the backend (MS Access 2002 frontend w/ Userforms+VBA code pointing to the...
3
by: Default User | last post by:
I work in software research and developement in the aerospace industry. We're assisting a project where they are interested in looking at web services in an embedded system. This would most likely...
4
by: Christopher Pisz | last post by:
(cutnpaste from http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3027050&SiteID=1) No one seems to ever use these forums! I started migrating from C++ and want to use C# with an embedded...
2
Frinavale
by: Frinavale | last post by:
I am attempting to use embedded resources in an Ajax Enabled ASP.NET Web Application. I'm using Visual Studio 2008 and VB.NET server side code. The project is called "EmbeddedResources" with the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.