| |
|
| |
Run
time environment after the migration – ASP.Net |
| |
|
| |
|
| |
|
| |
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 update. 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, retrieves data and update. The server generates the dynamic web pages from the data retrieved in the datastore. |
| |
|
| |
Database
– The database server is for retrieve and update of the data. |
| |
|
| |
PDF
Viewer – The PDF viewer in the browser client
to view the reports generated from the application server
as a PDF format. |
| |
|
| |
Crystal
Reports – The Crystal report in the browser
client to view the reports generated from the application
server. |
| |
|
| |
Excel
– This application to view the text data downloaded
from the application server for data manipulations or
reports.
|
| |
|
| |
|