B
Brad Markisohn
I have a PC connected to a network that has an application to control
complex hardware. The user wants a remote user to be able to do the
following:
- Have access to configuration parameters via Web Pages served up by the PC
attached to the hardware and
- be able to retrieve 8 to 10 mbyte data files requiring the PC to have FTP
server like functionality.
While I don't know the best approach to implement these features it seems
that there are (at least) 2 paths that I can take:
1) Write these capabilities from scratch (create a Web service that uses ASP
for Web Pages and create my own FTP server, etc...)
--or--
2) Purchase drop in .Net ready controls that supply these capabilities.
It seems that these capabilities will be best provided by a Windows/Web
Service since I don't want to require the user to log into the PC to gain
access to these features from since they could be in a "remote" location.
Is this assumption correct? Can somebody please point me to some sources
that might help me choose the best option? Are there alternatives that I
haven't thought of that might be better fits?
TIA
Brad
complex hardware. The user wants a remote user to be able to do the
following:
- Have access to configuration parameters via Web Pages served up by the PC
attached to the hardware and
- be able to retrieve 8 to 10 mbyte data files requiring the PC to have FTP
server like functionality.
While I don't know the best approach to implement these features it seems
that there are (at least) 2 paths that I can take:
1) Write these capabilities from scratch (create a Web service that uses ASP
for Web Pages and create my own FTP server, etc...)
--or--
2) Purchase drop in .Net ready controls that supply these capabilities.
It seems that these capabilities will be best provided by a Windows/Web
Service since I don't want to require the user to log into the PC to gain
access to these features from since they could be in a "remote" location.
Is this assumption correct? Can somebody please point me to some sources
that might help me choose the best option? Are there alternatives that I
haven't thought of that might be better fits?
TIA
Brad