CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: George2

Page 1 of 80 1 2 3 4

Search: Search took 0.25 seconds.

  1. Replies
    2
    Views
    2,362

    Re: javascript click function not working on IE

    Does anyone have any good ideas?
  2. Replies
    2
    Views
    2,362

    javascript click function not working on IE

    Hello everyone,

    I am implementing a star-click function, I borrowed most part of code and similar to this online sample,

    http://nofunc.org/AJAX_Star_Rating/

    Here is my code (download link...
  3. Replies
    6
    Views
    1,529

    Re: authentication issue of IIS 6.0

    Thanks eclipsed4utoo, any differences? What I mean is access control to URL like, http://server/abc/def.html Any ideas?
  4. Replies
    6
    Views
    1,529

    Re: authentication issue of IIS 6.0

    Thanks eclipsed4utoo, but how to solve the issue of authentication for html file?
  5. Replies
    6
    Views
    1,529

    Re: authentication issue of IIS 6.0

    I can create an aspx page links to the wmv file, but if user find the URL of the wmv file by viewing source html code generated by aspx, the user could download directly from the URL without...
  6. Replies
    6
    Views
    1,529

    authentication issue of IIS 6.0

    Hello everyone,

    I am using Windows Server 2003 + VSTS 2008 + .Net 3.5 + C# + ASP.Net + IIS 6.0. I host some files (wmv video file and html file) on the web server, I want to know whether there are...
  7. Replies
    0
    Views
    1,967

    WCF streaming mode issue

    Hello everyone,

    I am hosting a WCF service in IIS using basicHttpBinding using streaming mode. The WCF web services queries back end SQL Server 2008 by using ADO.Net and return a DataTable to...
  8. Re: strange exception from WCF web serivces when response size is big

    Hi Arjay, yes I can. But I can only debug into application code, I cannot debug into WCF stack. :-)

    What points do you think I need to debug?
  9. Re: strange exception from WCF web serivces when response size is big

    Thanks monalin,

    It is ok. I have some new ideas to use streaming mode to increase the capability to test whether we could handle 10,000,000 rows. But it fails, and it conflicts with my...
  10. Re: strange exception from WCF web serivces when response size is big

    Hi Arjay,

    1.

    Yes, I have increased the sizes, here are the current client side app.config and server side web.config. Please review whether there are any mistakes?

    Client side app.config,
    ...
  11. Re: strange exception from WCF web serivces when response size is big

    Thanks Arjay, I have already set the value of serviceDebugincludeExceptionDetailInFaults to true, but still not detailed error message from server side. Any ideas? Could you reproduce my problem?
  12. Re: strange exception from WCF web serivces when response size is big

    Hi monalin,

    Why do you think Singleton relates to my issue? I read it and did not find any relationship. Any more description please? :-)
  13. Re: strange exception from WCF web serivces when response size is big

    Thanks monalin!

    1. Let me know if you find any hard limitation by WCF. :-)
    2. I have some confusion about connection lifetime. Suppose I create a client proxy instance, then using this specific...
  14. Re: strange exception from WCF web serivces when response size is big

    Thanks monalin,

    1. I have tried when I set both send/receive timeout at client side and server side, it will work. If I only set client side, it will not work. Any ideas?

    2. I have tried to...
  15. Re: strange exception from WCF web serivces when response size is big

    Thanks monalin!

    1. Why I only need to set at client side? I think from client side, the receiveTimeout means sendTimeout at server side? So, I think we should set both?

    2. Why I only need to...
  16. Re: strange exception from WCF web serivces when response size is big

    Thanks monalin,

    1. Should I configure timeout at client side or server side?

    2. If the root cause is timeout, why in the exception message it is not indicated?
  17. Re: strange exception from WCF web serivces when response size is big

    Thanks monalin,

    From my code, the table size is, 100,001 rows of the table. The table is of two columns. You can see the schema of the table (DataTable) in my posted server side code.

    Here is...
  18. strange exception from WCF web serivces when response size is big

    Hello everyone,

    I am hosting a WCF service in IIS using basicHttpBinding. The WCF web services queries backend SQL Server 2008 by using ADO.Net and return a DataTable to client side of WCF...
  19. Replies
    0
    Views
    945

    ASP session expire issue

    Hello everyone,

    My question is related to ASP classic, not ASP.Net, my question is -- whether it is good code to judge that, if a session variable is "" (Empty String), then I treat session as...
  20. Replies
    0
    Views
    862

    target namespace of schema

    Hello everyone,

    I want to do XML validation to validate whether an input XML file conforming to a schema file (.xsd). My question is when do we need to specify the target namespace parameter and...
  21. Replies
    1
    Views
    657

    how to set breakpoint in this way?

    Hello everyone,

    I want to set a break point and wants it to be triggered when a piece memory (begin address and length are known) are changed. I am working on Windows Server 2003 x64 platform....
  22. Replies
    4
    Views
    1,574

    Re: how to programatically play a video?

    Hi Arjay,



    From your reply, I think you understand my requirement quite well. :-)

    Do you have any simple sample recommendations for me to start-with? All the samples I found are too...
  23. Replies
    4
    Views
    1,574

    Re: how to programatically play a video?

    I am interested in "you may be better with general network traffic check of the accessed URL (video).". Do you have more information, like document or code?

    My purpose is to create hundreds of...
  24. Replies
    4
    Views
    1,574

    how to programatically play a video?

    Hello everyone,

    I want to programtically play a remote (streamed) video using C#, the purpose is to test web sites performance/stress. No need to have any GUI, just using Media Player API to...
  25. Replies
    0
    Views
    1,419

    .Net default proxy setting

    Hello everyone,

    If I have a client application which needs to call a web service. I want to know the pros/cons and impact if I set default proxy property to true or false in app.config file?
    ...
Results 1 to 25 of 2000
Page 1 of 80 1 2 3 4





Click Here to Expand Forum to Full Width

Featured