page 1 of 1
Comments: 7 | Views: 4311
Another_Darren
Another_Darren
... than you can shake a stick at
Can anybody point me to a guide, howto or whatever that will show me how I could use the development server built into VS2005 in a deployed project?

I want to develop a small app that is self contained including the web server it runs on.  It's does nothave to handle 1000's of hits a day, probably less than a 100, so I'm sure the test server I use to develop the app on is sufficient.

I had heard the web server was originally based on a project called Cassini?

Another_Darren wrote:
Can anybody point me to a guide, howto or whatever that will show me how I could use the development server built into VS2005 in a deployed project?

I want to develop a small app that is self contained including the web server it runs on.  It's does nothave to handle 1000's of hits a day, probably less than a 100, so I'm sure the test server I use to develop the app on is sufficient.

I had heard the web server was originally based on a project called Cassini?




You'll need to have the machine log in because the BWS doesn't run as a service - this probably isn't a good idea, but if you insist.
blowdart
blowdart
Peek-a-boo
You should look at the source for Cassini, because as part of the framework install you get the asp.net hosting framework, so you can roll your own.
figuerres
figuerres
???
as I recall you can "self host" asp.net w/o casii* with .net 2.0

http://www.codeproject.com/aspnet/AspxProtocol.asp

one example.
Another_Darren wrote:

blowdart wrote:You should look at the source for Cassini, because as part of the framework install you get the asp.net hosting framework, so you can roll your own.


Thanks. I've also found a link to the official project page now.  Looks like you can compile as a service if you build the wrapper yourself.


Why build the service wrapper when someone has already done this and you get a merge module to include in your project?

See http://www.ultidev.com/download/default.aspx