// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1992-1995 Microsoft Corporation // All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and related // electronic documentation provided with the library. // See these sources for detailed information regarding the // Microsoft Foundation Classes product. #ifndef __AFXISAPI_RC__ #define __AFXISAPI_RC__ #ifndef __AFXRES_H__ #include #endif #ifdef APSTUDIO_INVOKED // This will prevent the VC++ Resource Editor user from saving this file 1 TEXTINCLUDE DISCARDABLE BEGIN "< Cannot change standard MFC resources! >\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // ISAPI HTML Text for HTTP error conditions STRINGTABLE DISCARDABLE BEGIN AFX_IDS_HTTP_TITLE "HTTP Error %d" AFX_IDS_HTTP_NO_TEXT "

HTTP Error %d: No message available

\r\n" AFX_IDS_HTTP_BAD_REQUEST "

BAD REQUEST

Your client sent a request that this server didn't understand.
Request: %s\r\n" AFX_IDS_HTTP_AUTH_REQUIRED "

AUTH REQUIRED

Browser not authentication-capable or authentication failed.\r\n" AFX_IDS_HTTP_FORBIDDEN "

FORBIDDEN

Your client does not have permission to get this URL from the server.\r\n" AFX_IDS_HTTP_NOT_FOUND "

NOT FOUND

The requested URL was not found on this server.\r\n" AFX_IDS_HTTP_SERVER_ERROR "

SERVER ERROR

The server encountered an internal error or misconfiguration and was unable to complete your request.\r\n" AFX_IDS_HTTP_NOT_IMPLEMENTED "

NOT IMPLEMENTED

The server is unable to perform the method %s at this time.\r\n" END #endif //!__AFXISAPI_RC__