SPIisWebSite.HttpErrorsExistingResponse Property
Gets or sets a value that determines whether Internet Information Services (IIS) overwrites error messages in Microsoft SharePoint Foundation.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property HttpErrorsExistingResponse As HttpErrorsExistingResponseOptions
Get
Set
'Usage
Dim instance As SPIisWebSite
Dim value As HttpErrorsExistingResponseOptions
value = instance.HttpErrorsExistingResponse
instance.HttpErrorsExistingResponse = value
public HttpErrorsExistingResponseOptions HttpErrorsExistingResponse { get; set; }
Property Value
Type: Microsoft.SharePoint.Administration.HttpErrorsExistingResponseOptions
An HttpErrorsExistingResponseOptions value that specifies whether IIS overwrites SharePoint Foundation error messages.
Remarks
Microsoft SharePoint Foundation extends IIS and ASP.NET to add support for SharePoint Foundation functionality. Both ASP.NET and SharePoint Foundation rely on IIS 6.0 to supply the underlying listening mechanism to process incoming HttpRequest objects and supply a management infrastructure for launching and running worker processes on the Web server.
See Also
Reference
Microsoft.SharePoint.Administration Namespace
Other Resources
HTTP Module
HttpResponse