9.0
Table Of Contents
© 2009 ABBYY. All rights reserved.
29
<applicationPools>
...
<add name="FlexiCapture Web Services" managedPipelineMode="Classic">
<processModel identityType="NetworkService" maxProcesses="3" />
</add>
</applicationPools>
<sites>
<site name="Default Web Site" id="1" serverAutoStart="true">
...
<application path="/FlexiCapture/Server" applicationPool="FlexiCapture Web
Services">
<virtualDirectory path="/" physical-
Path="C:\inetpub\wwwroot\FlexiCapture\Server\" />
</application>
</site>
</sites>
<security>
<isapiCgiRestriction notListedIsapisAllowed="false" notListedCgisAllowed="false">
<clear />
...
<add
path="C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" allowed="true"
groupId="ASP.NET v2.0.50727" description="ASP.NET v2.0.50727" />
<add
path="C:\inetpub\wwwroot\FlexiCapture\Server\WebServicesIsapi.dll" allowed="true"
groupId="FlexiCaptureWebServices" description="FlexiCapture Web Services" />
</isapiCgiRestriction>
</security>
<location path="Default Web Site/FlexiCapture">
<system.webServer>
<directoryBrowse enabled="false" showFlags="None" />
<handlers accessPolicy="Read, Execute" />
<httpLogging dontLog="false" />
<security>
<authentication>
<windowsAuthentication enabled="true" />
<anonymousAuthentication enabled="false" />
<digestAuthentication enabled="false" />
<basicAuthentication enabled="false" />
</authentication>
</security>
<defaultDocument enabled="true">
<files>
<clear />
<add value="DefaultPage.aspx" />
</files>
</defaultDocument>
<httpErrors>
<clear />
</httpErrors>
<asp>
<session timeout="00:20:00" />
<limits scriptTimeout="00:01:30" />
</asp>
</system.webServer>
</location>
<location path="Default Web Site/FlexiCapture/Server">
<system.webServer>










