R
rob
I have to write an app that can be offered as both a client-server
solution as well as a standard solution.
For the server-client solution here are multiple users all of them
working with the same data. The solution might be deployed on an
intranet or internet. The client has some complex functions so I need a
"rich" client.
For the standalone version the user want his personal data on his
computer. He is the only one using the program and he is using it only
from one computer. The user might connect to the server for a data
feed, though.
In both scenarios the users should be able to do some (limited) work
even when they are not connected to the server.
I do not want to write a seperate application for both scenarios. So I
was thinking of simply putting the client and server on the same user
machine. There are a few problems with that, though.
1) The user does not have MSSQL. I might just use MSDE for the
standalone version.
2) The user does not have IIS. This is a problem because I wanted to
use web services on the server to supply the client with data.
3) There might be some problems with authentification, authorization,
etc.
Any inputs on this is highly appreciated.
Regards,
Rob
solution as well as a standard solution.
For the server-client solution here are multiple users all of them
working with the same data. The solution might be deployed on an
intranet or internet. The client has some complex functions so I need a
"rich" client.
For the standalone version the user want his personal data on his
computer. He is the only one using the program and he is using it only
from one computer. The user might connect to the server for a data
feed, though.
In both scenarios the users should be able to do some (limited) work
even when they are not connected to the server.
I do not want to write a seperate application for both scenarios. So I
was thinking of simply putting the client and server on the same user
machine. There are a few problems with that, though.
1) The user does not have MSSQL. I might just use MSDE for the
standalone version.
2) The user does not have IIS. This is a problem because I wanted to
use web services on the server to supply the client with data.
3) There might be some problems with authentification, authorization,
etc.
Any inputs on this is highly appreciated.
Regards,
Rob