Skip to content

Commit 4a747c8

Browse files
authored
Update deploy-applications.md
1 parent 85d30d2 commit 4a747c8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

support/developer/dotnet/framework/installation/deploy-applications.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For more information about how to enable and disable ASP.NET functionality for v
4343

4444
## Custom error messages
4545

46-
Many sites change IIS default error message to display a user-friendly page or to notify an administrator. If a server that runs IIS 5.0 has custom error messages, and an ASP Web application that is built on .NET Framework is deployed to that server, errors in the ASP.NET application don't use IIS 5.0 custom error messages unless the application is configured to do this.
46+
Many sites change IIS default error message to display a user-friendly page or to notify an administrator. By default, if errors occur in an ASP.NET application that's built on .NET Framework and deployed to a server that has IIS 5.0 custom error messages, the errors don't trigger the custom messages. However, you can configure the application to return the custom messages.
4747

4848
For more information about how to configure custom error messages for ASP applications that are built on .NET Framework, see [Create custom error reporting pages in ASP.NET by using Visual Basic .NET](/troubleshoot/developer/webapps/aspnet/development/custom-error-reporting-page).
4949

@@ -53,7 +53,7 @@ The most common way to override system defaults for a whole ASP.NET application
5353

5454
- Add the `<location>` configuration element to the `Machine.config` file or the `Web.config` file
5555

56-
- Add additional `Web.config` files to subfolders
56+
- Add more `Web.config` files to subfolders
5757

5858
For more information about how to apply changes that affect specific applications and directories, see [Make application and directory-specific configuration settings in an ASP.NET application](/troubleshoot/developer/webapps/aspnet/development/application-directory-configuration).
5959

@@ -87,7 +87,12 @@ For more information, see [Deploy an ASP.NET web application by using Xcopy depl
8787

8888
## Set up multiple server ASP.NET web applications and web services
8989

90-
For most uses of ASP.NET, a single server can handle all requests quickly. However, many environments require that you deploy multiple servers to handle consistently high traffic volumes, support processor-intensive applications, respond to sudden bursts in traffic, or meet redundancy requirements.
90+
For most uses of ASP.NET, a single server can handle all requests quickly. However, many environments require that you deploy multiple servers for the following uses:
91+
92+
- Handle consistently high traffic volumes
93+
- Support processor-intensive applications
94+
- Respond to sudden bursts in traffic
95+
- Meet redundancy requirements
9196

9297
## Related content
9398

0 commit comments

Comments
 (0)