Re: ASP.NET as a Client App
- From: "John Timney \( MVP \)" <timneyj@xxxxxxxxxxxxx>
- Date: Tue, 7 Mar 2006 13:13:57 -0000
I've seen your solution used a hundred times for small groups of users. If
your solution works ok for a small group then there should be no reason why
you cant continue using it. Look at it from a cost persepective if nothing
else.
Your options though also include using a redistributable version of Cassini
as part of your deployment, so you could in theory package all this to work
with a smaller scale webserver at least.
http://www.devx.com/tips/Tip/30771
Or, hosting the ASP.NET Runtime.
http://msdn.microsoft.com/msdnmag/issues/03/01/CuttingEdge/default.aspx
Me - If no one is complaining, I'd probably go with what your doing and save
myself a lot of rework.
--
Regards
John Timney
Microsoft MVP
"Karl Pierburg" <KarlPierburg@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BF9F3B5E-98BF-48F7-A38F-2147272F448D@xxxxxxxxxxxxxxxx
I have a ASP.NET app that my users would like to be able to access remotely
while out of the office (i.e. where they will have no internet
connection).
Rather than rewrite the whole thing as a traditional windows forms app,
I'd
like to deploy the actual web project.
All my users have good laptops, and I've been able to install MSDE and IIS
on them, deploy the project, and everything runs fine. Only one person
will
ever hit the localized IIS at one point in time, and performance is
acceptable (but not as good as I'd like).
My question is, is there a better way to deploy a ASP.NET web project in a
scenario like this without using IIS? We're a small shop (2 developers)
and
the bulk of our time will always be spent working on the "main server"
website, we'll probably never have time to write and maintain a second UI,
even though the bulk of our logic is in class files.
.
- Prev by Date: Re: wrong option selected in dropdownlist
- Next by Date: Re: wrong option selected in dropdownlist
- Previous by thread: Data Application Block configuration within Reporting Services
- Next by thread: Re: ASP.NET as a Client App
- Index(es):
Relevant Pages
|