User Profile

Collapse

Profile Sidebar

Collapse
Bremanand
Bremanand
Last Activity: Feb 26 '08, 12:38 PM
Joined: Jul 20 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Bremanand
    replied to FTP Maximum Allowed Connections problem
    in .NET
    Hi there,
    i am working with my development machine which has windows xp professional 64 bit. Is there any problem regard this??

    Regards,
    Brem
    See more | Go to post

    Leave a comment:


  • Bremanand
    started a topic FTP Maximum Allowed Connections problem
    in .NET

    FTP Maximum Allowed Connections problem

    Hi,
    If i am having more than two FTP Connection at a time in my C# code it terminates all the connection. If two at a time is working fine.

    What is the maximum number of connections allowed at port 21(Fro FTP in my machine) at a time???? .. Actually am running more instances of .exe.. Each will be connected to the specified FTP of the Client. If 2 at a time is working fine… if 3 or more than that at a time terminates...
    See more | Go to post

  • Hi there,

    Can anyone please solve this problem?????
    See more | Go to post

    Leave a comment:


  • Hi thanks for your reply... i have very less code here... i hope this wouldnt be a performance issue... is anything related to Timeout??? i tried request.Timeout , requeststream.R eadTimeout,requ eststream.write Timeout.
    it doesnt help me... plz find me a solution.

    Regards,
    Bremanand.S
    See more | Go to post

    Leave a comment:


  • Bremanand
    started a topic Problem in Uploading the huge file to FTP using C#
    in .NET

    Problem in Uploading the huge file to FTP using C#

    Hi folks,
    i am working in C# , i have problem while uploading the file to FTP which has size around 4MB.

    The code which comes after the bold area is not executed.. here am interacting with DB for every succeessful upload. But its working well for the file which has small size around 1MB. Please give me a solution asap... My code is as follows.

    Code:
    string ftpServerIP = rowClient[1].ToString();
          string ftpUserID
    ...
    See more | Go to post

  • Bremanand
    replied to Threading Problem
    in .NET
    Hi,
    Try this...

    Thread t1 = new Thread(new ParameterizedTh readStart(Go));
    t1.start(true);

    static void Go(object b)
    {
    Console.WriteLi ne(upper ? "hello" : "HELLO");
    }
    See more | Go to post

    Leave a comment:


  • Hi there,

    Sorry, I meant that when i am keeping breakpoint in debug mode as well as while running the project, once the line requestStream.C lose(); reached, the control went off... thats it. it never come back to the next line even the upload gets completed... plz let me know the solution for this problem.


    here is the Code again for u

    Code: ( text )

    1. string ftpServerIP...
    See more | Go to post

    Leave a comment:


  • Bremanand
    started a topic Problem in Uploading the file to FTP using C#
    in .NET

    Problem in Uploading the file to FTP using C#

    Hi folks,
    i am working in C# , i have problem while uploading the file to FTP which has size around 4MB.

    The code which comes after the bold area is not executed.. here am interacting with DB for every succeessful upload. But its working well for the file which has small size around 1MB. Please give me a solution asap... My code is as follows.

    Code:
    string ftpServerIP = rowClient[1].ToString();
    ...
    See more | Go to post

  • plz tell me how to do this.. should we do anything with IIS????...
    See more | Go to post

    Leave a comment:


  • ok..Actually that .exe consists one vb.net winform. when i run this in http.. the windraw1.1.exe is created in task manager process.. but the form is not opening.
    In file system the User type in task manager is "Administra tor" which works fine...but in http, User type in task manager is "Network service" which is not opening the form.
    if you give me a solution,that will be useful for me. Thanks in advance....
    See more | Go to post

    Leave a comment:


  • System.Diagnostics.Process is not working in http web application

    Hi my asp.net web application having one button which has the following code in its click event to open an .exe....

    System.Diagnost ics.Process pro = new System.Diagnost ics.Process();
    pro.StartInfo.W orkingDirectory = "./";
    pro.StartInfo.F ileName = "windraw1.1.exe ";
    pro.Start();

    its is working fine if it is file system project. But in http type of project it doesnt work. also there...
    See more | Go to post

  • How to use windows application form in a web application

    hi folks,
    i am working in asp.net(C#).. and one part of my project is a windows application which is for administrator. whenever the administrator logged into the application(web ) there should be an option to use that windows form.. Plaese let me know that the solution to this...
    See more | Go to post

  • Bremanand
    started a topic How to use XML Data Queue Handler in .Net
    in .NET

    How to use XML Data Queue Handler in .Net

    Hi am working in web application(Asp .Net with C#) which is for call center Agent scripting..
    The call center agent will read out when ever the customer calls as well as they will collect the informations from customer. The application contains several pages during this interation..
    Actually am keeping those informations like firstname,lastn ame,creditcard number,etc.. in session varialble.. Finally when customer...
    See more | Go to post

  • Bremanand
    started a topic Web Access Failed error message
    in .NET

    Web Access Failed error message

    hi..
    When am attempt to create web application using Visual Studio 2003
    it shows the error message as Web Access Failed..which is in the form of following......

    The default web access mode for this project is set to file share,but the project folder at
    'http://localhost/WebApplication1 ' cannot be opened with the path 'c:\inetpub\www root\WebApplica tion1'.the error retured was:

    Unable to create web...
    See more | Go to post

  • Bremanand
    replied to Web Access Failed error message
    in .NET
    Nothing helped me..
    i dont know why it is happening again..it says the same error..
    Am in trouble..
    plz help me out.

    Thanks&Regards,
    Bremanand.S
    See more | Go to post

    Leave a comment:


  • Bremanand
    started a topic Web Access Failed error message
    in .NET

    Web Access Failed error message

    hi..
    When am attempt to create web application using Visual Studio 2003
    it shows the error message as Web Access Failed..which is in the form of following......

    The default web access mode for this project is set to file share,but the project folder at
    'http://localhost/WebApplication1 ' cannot be opened with the path 'c:\inetpub\www root\WebApplica tion1'.the error retured was:
    ...
    See more | Go to post

  • Bremanand
    replied to IIS problem
    Hi i tried but the unload button which u said was in disabled already.. how can i proceed????? plz help me..
    See more | Go to post

    Leave a comment:


  • Bremanand
    started a topic problem in List out the items in combo box

    problem in List out the items in combo box

    Hi am doing my project using Vb 6.0 with ms-access..
    am using combo box to select the item by the user..

    if the user selecting the item in the combo box without using mouse.
    My problem is,
    While they are typing the first letter of the item,automatica lly the corresponding items which starts by that letter should be displayed under the combo box.similarly for the second ,third letters n so on....so that the user...
    See more | Go to post

  • Please help me............
    See more | Go to post

    Leave a comment:


  • Bremanand
    started a topic IIS problem

    IIS problem

    Hi i cant able to start my iis since my default web site is in stopped condition.if i do,
    right click -> start. then it shows an error that "the address already in use".
    Am in trouble.. plz help me out..

    Waiting for the favour ......

    Regards,
    Bremanand.S
    See more | Go to post
No activity results to display
Show More
Working...