|
The deployment of the migrated web application requires the following environments

Browser - Client Browser to view the HTML pages for data input and view
Web Servers - Any common web server to host the HTML/ASP.NET™ pages. The web server serves the request from client browser and sends request to application data for data retrieval, validation and updation. Then it returns the generated html from the application server to the client browser.
Application Server - The application server processes the request from the client and does the validation, data retrieval and updation. The server generates the dynamic web pages from the data retrieved in the datastore.
Database - The database server is for retrieval and updation of the data.
PDF Viewer - The PDF viewer in the browser client is to view the reports generated from the application server as a PDF format.
Crystal Reports - The crystal report in the browser client is to view the reports generated from the application server.
Excel - This application is to view the text data downloaded from the application server for data manipulations or reports.
|