Hi
Here is my header
[WebMethod( CacheDuration = 5,
BufferResponse = false,
Description="Check if the user is in the role")]
If I do the change in the DB, then check the result of the WebService I
don't see the change. If I reboot my PC and then check the result of the
WebService I see the change.
So it must be a setting.
Thank you,
Alina
> Can you post the attributes or the headers of the web method?
> what does this method do? the error might be in your code.
[quoted text clipped - 17 lines]
>> Thank you,
>> Alina
Deepak - 28 Oct 2005 15:28 GMT
Hello
Remove the attribute CacheDuration =5 in your code and see the results.
Let me know why u need CacheDuration in your web method
> Hi
> Here is my header
[quoted text clipped - 30 lines]
> >> Thank you,
> >> Alina