Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
2 answers
109 views

Universal (EXE/Web) .NET config reader

I need to write a .NET 4.5 component which potentially can be used by .EXE or Web applications. This component has a number of configuration parameters to be provided - in main app.config or web....
Dmitry Khalatov's user avatar
1 vote
2 answers
495 views

Calling Process.Start("foo.exe") in an ASP.net project hosted on Azure. How to restrict "foo.exe"'s access?

So I have an ASP.net project hosted on Azure that runs.exe executables supplied by users. Think of it like an online web terminal simulator. I'm running the submitted exe's with Process.Start(). ...
igbgotiz's user avatar
  • 942
0 votes
2 answers
1k views

How to run a .exe file asp.net

I need to run a .EXE from a web browser using Asp.net, whenever particular button is clicked in a web page it should open up the installation wizard, rather than downloading it Can any one help me ...
Ganeshja's user avatar
  • 2,755
2 votes
2 answers
1k views

VB.NET Me.Close() causing the application to throw a "has stopped working" message

I am not very experienced with VB.NET but I have to build an application using it in order to communicate with some software. Basically, I need to be able to call this exe and have it run to perform ...
Munzilla's user avatar
  • 3,855