Search

You searched for the word(s): userid:535138

Matching Posts

  • Re: File processing timeout

    No worries :) So is that just changing the connection timeout in IIS? Do I need to add any timeout settings to the config file, such as <httpRuntime executionTimeout="600"/> Also, is there a maximum you can set this timeout to in IIS?
    Posted to XML Web Services (Forum) by madaboutnoggins on 5/14/2008
  • Re: File processing timeout

    Possibly, but I have inherited this particular code. Altering the main way it works (Windows service calling web service) is not an option at the moment. I can fully understand that this is not the ideal way to do the task (the project I'm involved in is a bit of a joke so it doesn't surprise me), but that's the way it is and unfortunately I need to fix it. So if you can put the obvious mis-givings of the functionality to one side that would be marvellous :) So any ideas?
    Posted to XML Web Services (Forum) by madaboutnoggins on 5/14/2008
  • Re: File processing timeout

    Yes sorry, forgot to mention that bit. I have a windows service that checks the folders for new files, it then calls the web service to perform the file manipulation stuff.
    Posted to XML Web Services (Forum) by madaboutnoggins on 5/14/2008
  • File processing timeout

    Hi All I have a web service that looks in a particular folder grabs each file (a jpeg image between 1-2 mb ) and writes it out as 4 other files (different sized images, thumbnails etc) to another folder. The problem is that the initial drop folder where the web service picks up the images can contain up to 5000 image files each between 1-2 mb each, the web service processes about 80 of these image files successfully and then times out after 2 minutes with the message: "Http Exception - Request
    Posted to XML Web Services (Forum) by madaboutnoggins on 5/14/2008
    Filed under: timeout, File, filesystem, folder, image, Web Services, iis
  • Re: Cannot edit my profile

    Hi there Cheers for that. I wanted to change the email for my main account that i've had for 3 years, but I'd used that email to create another account last year (god knows why?!). I have now swapped and changed my emails and everything is good. Many thanks
  • Cannot edit my profile

    Hi there I need to change my email address on my profile but the page does not work. Every time I hit "Save" it takes me to the "Sorry, an error has occured" page. Cheers
  • Re: How to Configure CustomError

    Hi there Why do you have square brackets [] around your values? Cheers
  • Re: Error-Help

    Hi there I think I have had this exact same problem. In my case it was a permissions problem. I had to get the mail server support people in our organisation to grant my machine access to send mail from the SMTP server. Not being an expert in mail server issues I can't give you any more detail. Hope this helps
    Posted to Web Forms (Forum) by madaboutnoggins on 9/11/2007
  • Re: get value of the variable from the other webform

    When you authenticate the user, just create a session variable passing in the username Session["UserName"] = txtUserName.Text; You can then use this session variable on your default page. Cheers
    Posted to Web Forms (Forum) by madaboutnoggins on 9/11/2007
  • Re: Multi Line Text Box MaxCharacter Limit

    Hi there Try this: http://www.shiningstar.net/articles/articles/javascript/dynamictextareacounter.asp Cheers
    Posted to Web Forms (Forum) by madaboutnoggins on 9/11/2007
Page 1 of 17 (168 items) 1 2 3 4 5 Next > ... Last »