Rossj wrote:
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.
The machine will auto logon as a restricted user account automatically so running it in the tray won't be an issue.
Two issues I can see reading that is...
Firstly it's an compiled app so I can't change it to remove the "Stop" button so user cannot shut it down.
Secondly, article states
"Remember that this is a single user Web server. No one outside of the
local computer can access the Web server because theoretically, it
doesn't exist; it's virtual. This means that you can't perform some
types of testing using the built-in Web server. The feature that makes
it so secure also prevents you from performing some kinds of real world
testing." and I was need to query the machine remotely, thus the point of using a web server.
What I'm trying to do is to allow central users to run reports/queries on remote machines. I can build the app in ASP.NET but need a basic web server to execute the app in, the remote machines are Windows 2000 Pro and we don't want have a full blown IIS server to maintain and patch in each remote site.