PC Review


Reply
Thread Tools Rate Thread

waitForPagedSearchData in Webservice

 
 
=?Utf-8?B?Ym9vbWhhdWVy?=
Guest
Posts: n/a
 
      22nd Feb 2005
I use DirectorySearcher and FindAll inside of a Web Service that is run once
a day. Unfortunately I am getting the More Data is available exception
frequently.

I read about using the wiatForPagesSearchData fix here
http://support.microsoft.com/default...b;en-us;833789, Where it
talks about placing waitForPagedSearchData in a config file.

<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<configSections>
<section name="system.directoryservices"
type="System.DirectoryServices.SearchWaitHandler, System.DirectoryServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</configSections>
<system.directoryservices>
<DirectorySearcher waitForPagedSearchData="true" />
</system.directoryservices>
</configuration>

How would I do this for a web service? I tried placing the config info into
the web.config, but it did not help. I have Service Pack 1 for .NET
framework 1.1.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem! webservice.htc calling nonsecure webservice from a secured ssl https webpage batista Microsoft ASP .NET 1 26th Jan 2006 01:05 PM
Problem! webservice.htc calling nonsecure webservice from a secured ssl https webpage batista Microsoft ASP .NET 0 26th Jan 2006 09:13 AM
Problem! webservice.htc calling nonsecure webservice from a secured ssl https webpage batista Microsoft Dot NET 0 26th Jan 2006 09:12 AM
Excel 2003: Grabbing a dataset from a webservice and then sending to a webservice? gjn Microsoft Excel Programming 1 7th Oct 2005 05:00 PM
waitForPagedSearchData usage question =?Utf-8?B?SmVmZiBCb2dnZXNz?= Microsoft Dot NET Framework 0 19th Oct 2004 06:09 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:10 PM.