Thursday, November 26, 2015

DLL used by ISAPI [Internet Server Application Programming Interface]

DLL used by ISAPI:

POST operations are made to one of several Internet Server Application Programming Interface (ISAPI) DLLs. The ISAPI DLL is loaded by Microsoft Internet Information Server (IIS) when the URL of that DLL is specified in a GET, POST, etc. The following table describes the functionality of the server-side DLLs used on a team Web site.
Name
Description
admin.dll
The ISAPI extension that implements administrative operations such as creating and deleting subwebs, and managing users through the FrontPage permissions dialog box.
author.dll
The ISAPI extension that implements authoring operations, such as uploading files, applying themes, renaming and deleting documents, and so forth.
Path: http://www.server.com/subweb/_vti_bin/_vti_aut/author.dll
fpadmdll.dll
The ISAPI extension that implements the Administration pages, including the display of those pages and the execution of administrative operations from the browser.
Path: http://www.server.com/subweb/_vti_bin/_vti_adm/fpadmdll.dll
owssvr.dll
The ISAPI extension that implements SharePoint Team Services functionality, such as list creation, deletion, and authoring, as well as the HTML page-rendering system. It is used directly from the browser (for example, creating a list by making an HTTP POST tohttp://www.server.com/subweb/_vti_bin/owssvr.dll?Cmd=NewList) and it is used programmatically through a client API when FrontPage interacts with the functionality of a team Web site.
Path: http://www.server.com/subweb/_vti_bin/owssvr.dll
shtml.dll
The SmartHTML interpreter that is used to perform the FrontPage Server Extensions browse-time functionality, such as saving the results of HTML form submissions to a document in the user's team Web site. It doubles as the DLL that implements operations that can be performed by browsers against team Web sites on the server, such as determining what site a particular document lies within or the server extensions version.
Path: http://www.server.com/subweb/_vti_bin/shtml.dll/_vti_rpc

 

No comments:

Post a Comment