Hi,
I'm currently in the investigation and planning phase of an application, and have kind of hit a stumbling block over which technology to use for a certain piece of the Application - Web Forms or Win Forms.
The piece in question will authenticate a User during logon to a central server, and display some screens allowing them update their details etc on the central server. The application will be a client piece on a User's desktop (which could possibly be browser based), which connects over a LAN to a server machine.
Regarding the User's local machine - the only thing running will be my application - the User will be locked out of running any other applications or functions. If it's browser based (web application), the browser will be hardened to only run my application.
However, one function that this piece has to do is -> when the User clicks a button, copy a file from the local hard disk to a removable drive (USB / Card Reader). The file will exist on the local hard disk because another application will have put it there.
With ASP.NET Web Forms - is this possible?
I'm currently in the investigation and planning phase of an application, and have kind of hit a stumbling block over which technology to use for a certain piece of the Application - Web Forms or Win Forms.
The piece in question will authenticate a User during logon to a central server, and display some screens allowing them update their details etc on the central server. The application will be a client piece on a User's desktop (which could possibly be browser based), which connects over a LAN to a server machine.
Regarding the User's local machine - the only thing running will be my application - the User will be locked out of running any other applications or functions. If it's browser based (web application), the browser will be hardened to only run my application.
However, one function that this piece has to do is -> when the User clicks a button, copy a file from the local hard disk to a removable drive (USB / Card Reader). The file will exist on the local hard disk because another application will have put it there.
With ASP.NET Web Forms - is this possible?
Last edited: