dotnetspider.com
Login Login    Register      

TutorialsForumCareer DevelopmentResourcesReviewsJobsInterviewCommunitiesProjectsTraining

Subscribe to Subscribers
Talk to Webmaster
Tony John

Facebook
Google+
Twitter
LinkedIn
Online Membersbaskar
More...
Join our online Google+ community for Bloggers, Content Writers and Webmasters




Forums » .NET » .NET »

exe is not opening in server


Posted Date: 11 Apr 2008      Posted By:: aringalam     Member Level: Gold    Member Rank: 0     Points: 2   Responses: 6



im using one exe tool in my project.its perfectly working in local system.but in server this tool is not opening.its open as a new page.but i want to open that tool..pls help



Responses

#213845    Author: R.V.Hanumantha Rao      Member Level: Gold      Member Rank: 0     Date: 11/Apr/2008   Rating: 2 out of 52 out of 5     Points: 2

I am not getting you. Please give clear information.


 
#213849    Author: aringalam      Member Level: Gold      Member Rank: 0     Date: 11/Apr/2008   Rating: 2 out of 52 out of 5     Points: 2

thanks for reply mr.R.V.Hanumantha Rao

i used this code.this is one exe file.after uploading this is not opening in server.
Process p = null;
p = new Process();
p.StartInfo.FileName = Request.PhysicalApplicationPath + @"\Tool\Grandstream Configuration Generator.exe";
p.Start();
p.WaitForExit();



 
#213854    Author: R.V.Hanumantha Rao      Member Level: Gold      Member Rank: 0     Date: 11/Apr/2008   Rating: 2 out of 52 out of 5     Points: 2

Hi,

May be in server application not getting exact path to execute.
Better to use serverpath not the physical path.






 
#213866    Author: aringalam      Member Level: Gold      Member Rank: 0     Date: 11/Apr/2008   Rating: 2 out of 52 out of 5     Points: 2

server.mappath also not working.i tried.all are working in remote desktop.but outside it is not working..pls give solution.its urgent.


 
#213872    Author: R.V.Hanumantha Rao      Member Level: Gold      Member Rank: 0     Date: 11/Apr/2008   Rating: 2 out of 52 out of 5     Points: 2

Ok, better to test the application with setup file.

First create a setup file for your application.
Please run the setup file in your local machine.
It it runs fine there definetly will run on server also.
If not display the error or dll references or something else.
Please do this way. It may resolve this.



 
#213881    Author: aringalam      Member Level: Gold      Member Rank: 0     Date: 11/Apr/2008   Rating: 2 out of 52 out of 5     Points: 2

pls tell how to create setup file.


 
Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.



Next : SMS
Previous : its really urgenttt
Return to Discussion Forum
Post New Message
Category:

Related Messages



Follow us on Twitter: https://twitter.com/dotnetspider

Active Members
TodayLast 7 Daysmore...

Awards & Gifts
Email subscription
  • .NET Jobs
  • .NET Articles
  • .NET Forums
  • Articles Rss Feeds
    Forum Rss Feeds


    About Us    Contact Us    Copyright    Privacy Policy    Terms Of Use    Revenue Sharing sites   Advertise   Talk to Tony John
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.