Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Configuration / UrlAuthFailedErrorFormatter.cs / 1305376 / UrlAuthFailedErrorFormatter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * AuthorizationConfigHandler class * * Copyright (c) 1999 Microsoft Corporation */ namespace System.Web.Configuration { using System.Runtime.Serialization; using System.Web.Util; using System.Collections; using System.Collections.Specialized; using System.IO; using System.Security.Principal; using System.Xml; using System.Security.Cryptography; using System.Configuration; using System.Globalization; using System.Web.Management; ///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// internal class UrlAuthFailedErrorFormatter : ErrorFormatter { private StringCollection _adaptiveMiscContent = new StringCollection(); internal UrlAuthFailedErrorFormatter() { } internal /*public*/ static string GetErrorText() { return GetErrorText(HttpContext.Current); } internal static string GetErrorText(HttpContext context) { bool dontShowSensitiveInfo = context.IsCustomErrorEnabled; return (new UrlAuthFailedErrorFormatter()).GetErrorMessage(context, dontShowSensitiveInfo); } protected override string ErrorTitle { get { return SR.GetString(SR.Assess_Denied_Title);} // "Access Denied } protected override string Description { get { return SR.GetString(SR.Assess_Denied_Description2); //"An error occurred while accessing the resources required to serve this request. This typically happens when the web server is not configured to give you access to the requested URL."; } } protected override string MiscSectionTitle { get { return SR.GetString(SR.Assess_Denied_Section_Title2); //return "Error message 401.2"; } } protected override string MiscSectionContent { get { // VSWhidbey 493720: Do Html encode to preserve space characters string miscContent = HttpUtility.FormatPlainTextAsHtml(SR.GetString(SR.Assess_Denied_Misc_Content2)); AdaptiveMiscContent.Add(miscContent); return miscContent; //return "Access denied due to the web server's configuration. Ask the web server's administrator for help."; } } protected override string ColoredSquareTitle { get { return null;} } protected override string ColoredSquareContent { get { return null;} } protected override StringCollection AdaptiveMiscContent { get { return _adaptiveMiscContent;} } protected override bool ShowSourceFileInfo { get { return false;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * AuthorizationConfigHandler class * * Copyright (c) 1999 Microsoft Corporation */ namespace System.Web.Configuration { using System.Runtime.Serialization; using System.Web.Util; using System.Collections; using System.Collections.Specialized; using System.IO; using System.Security.Principal; using System.Xml; using System.Security.Cryptography; using System.Configuration; using System.Globalization; using System.Web.Management; ///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// internal class UrlAuthFailedErrorFormatter : ErrorFormatter { private StringCollection _adaptiveMiscContent = new StringCollection(); internal UrlAuthFailedErrorFormatter() { } internal /*public*/ static string GetErrorText() { return GetErrorText(HttpContext.Current); } internal static string GetErrorText(HttpContext context) { bool dontShowSensitiveInfo = context.IsCustomErrorEnabled; return (new UrlAuthFailedErrorFormatter()).GetErrorMessage(context, dontShowSensitiveInfo); } protected override string ErrorTitle { get { return SR.GetString(SR.Assess_Denied_Title);} // "Access Denied } protected override string Description { get { return SR.GetString(SR.Assess_Denied_Description2); //"An error occurred while accessing the resources required to serve this request. This typically happens when the web server is not configured to give you access to the requested URL."; } } protected override string MiscSectionTitle { get { return SR.GetString(SR.Assess_Denied_Section_Title2); //return "Error message 401.2"; } } protected override string MiscSectionContent { get { // VSWhidbey 493720: Do Html encode to preserve space characters string miscContent = HttpUtility.FormatPlainTextAsHtml(SR.GetString(SR.Assess_Denied_Misc_Content2)); AdaptiveMiscContent.Add(miscContent); return miscContent; //return "Access denied due to the web server's configuration. Ask the web server's administrator for help."; } } protected override string ColoredSquareTitle { get { return null;} } protected override string ColoredSquareContent { get { return null;} } protected override StringCollection AdaptiveMiscContent { get { return _adaptiveMiscContent;} } protected override bool ShowSourceFileInfo { get { return false;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TableCell.cs
- SharedUtils.cs
- BuildDependencySet.cs
- XmlSignatureManifest.cs
- SqlUserDefinedAggregateAttribute.cs
- TextBlockAutomationPeer.cs
- UTF8Encoding.cs
- DocumentDesigner.cs
- ImmutableCommunicationTimeouts.cs
- OdbcUtils.cs
- XmlQueryType.cs
- WorkflowViewService.cs
- TagPrefixCollection.cs
- ToolStripPanelDesigner.cs
- ControllableStoryboardAction.cs
- PrintingPermissionAttribute.cs
- SimpleWebHandlerParser.cs
- ItemCollection.cs
- UInt64Converter.cs
- Ref.cs
- InputLangChangeRequestEvent.cs
- IWorkflowDebuggerService.cs
- EdmTypeAttribute.cs
- CodeTypeDelegate.cs
- ExecutedRoutedEventArgs.cs
- CompressedStack.cs
- ListBindableAttribute.cs
- DataGridPreparingCellForEditEventArgs.cs
- ConfigXmlWhitespace.cs
- ISAPIRuntime.cs
- RecognizerInfo.cs
- EdmError.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- DataGridViewRowCollection.cs
- StrongNameMembershipCondition.cs
- URLBuilder.cs
- MetaColumn.cs
- EntityDesignPluralizationHandler.cs
- BuildProvider.cs
- SQLBoolean.cs
- MergeFailedEvent.cs
- HMACSHA384.cs
- BitmapVisualManager.cs
- Soap.cs
- RequestCachingSection.cs
- PrintDocument.cs
- RowCache.cs
- FileSecurity.cs
- RawStylusInput.cs
- DockProviderWrapper.cs
- FocusChangedEventArgs.cs
- EventLogger.cs
- ForceCopyBuildProvider.cs
- CheckableControlBaseAdapter.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- LockedHandleGlyph.cs
- SessionParameter.cs
- Quaternion.cs
- ParameterToken.cs
- OracleRowUpdatedEventArgs.cs
- NamespaceInfo.cs
- EntityCommandDefinition.cs
- DecimalKeyFrameCollection.cs
- EventDescriptor.cs
- SessionStateUtil.cs
- ExpressionBindings.cs
- MultiAsyncResult.cs
- ResourceDefaultValueAttribute.cs
- DefaultAuthorizationContext.cs
- XsltOutput.cs
- PrintPreviewDialog.cs
- OciLobLocator.cs
- NameScopePropertyAttribute.cs
- ExcludePathInfo.cs
- SafeRightsManagementSessionHandle.cs
- DataFieldCollectionEditor.cs
- AmbientValueAttribute.cs
- FormViewCommandEventArgs.cs
- GuidTagList.cs
- Int64Storage.cs
- OperationResponse.cs
- Inline.cs
- CultureInfoConverter.cs
- OrthographicCamera.cs
- RepeatButtonAutomationPeer.cs
- pingexception.cs
- DispatcherObject.cs
- ThreadExceptionDialog.cs
- Win32Native.cs
- ControlParser.cs
- DesignerAttribute.cs
- TaskDesigner.cs
- CryptoHandle.cs
- recordstate.cs
- XmlSchemaSet.cs
- __Error.cs
- SqlConnectionString.cs
- dataobject.cs
- Bits.cs
- ItemContainerGenerator.cs