





Home


Company


Technologies


Services


Portfolio


Process


Data Warehousing


Contact Us





|

HOME
>> TECHNOLOGY >>ASP.NET

| Enhanced Reliability: |
|
|
ASP.NET ensures that your application is always
available to your users.
|
|
|
|
|
For example, say that your application has a small
memory leak, and that after a week the leak has tied up a significant percentage
of your server's virtual memory. ASP.NET will detect this condition,
automatically start up another copy of the ASP.NET worker process, and direct
all new requests to the new process. Once the old process has finished
processing its pending requests, it is gracefully disposed and the leaked memory
is released. Automatically, without administrator intervention or any
interruption of service, ASP.NET has recovered from the error.
|
|
| Easy Deployment: |
|
|
ASP.NET takes the pain out of deploying server
applications.
|
|
-
"No touch" application deployment.
ASP.NET dramatically simplifies installation of your application. With ASP.NET,
you can deploy an entire application as easily as an HTML page: just copy it to
the server. No need to run regsvr32 to register any components, and
configuration settings are stored in an XML file within the application.
|
|
« BACK |
NEXT » |
|
| Need more answers; Search Google |
|
|
|
|
|