Community discussion forum

Problem Running Desktop Application From Web Application Over Local Host

  • 2 months ago

    Hi Friend's

        Currently i am working on One Web Application.In this Application i am capture Photo
    

    Of Person for this i am using One Windows Application.I have Done this Successfully in my Editor I am using VS 2005 ,C# . But Problem is that when i am Publish applciation and Run over local server The application can not start.i checked all permision and application exisits there. What i m do to run this application ??

    COding :-
    string s = Server.MapPath("bin/Webcam_Test.exe");

        Process.Start(s,"00001");
    
    
        Thank you.
    

    http://interviewquestion4all.blogspot.com/

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).