Ask a Question related to ASP.NET General, Design and Development.
-
venkat #1
running a .bat file from ASP.NET page
hi all,
I am having a web application which needs to runs a .cmd
file. How can I achieve that.
regards
Venkat
venkat Guest
-
Page still running on old server after upgrade
I recently upgraded our production server to MX7 from 5.x. I had previously upgraded the Development server with no issues. However, I upgraded the... -
Running executables from ASP page
Hi, I was wondering if it's possible to run an .exe or other command line utility form an .asp page? What I am trying to do is have a report... -
Can I cancel a running server page from the browser?
I have a server page that has served an HTML page with a "Cancel" button on it, BUT this server page has not completed and is running a 15-30 second... -
Periodically running asp page with timer
I have an asp page that will be updating the data from one database into my sql server database every 3 hours. I'd like to write code that will... -
Web page is too slow when running at the first times
Do we have the way to run my web page at the first times that is not SLOW ? I realize that comes from compiling to machine code at the first... -
Eliyahu Goldin #2
Re: running a .bat file from ASP.NET page
Look class System.Diagnostics.Process
Eliyahu
"venkat" <senthil_venkat@hotmail.com> wrote in message
news:076501c35731$5633df80$a501280a@phx.gbl...> hi all,
>
> I am having a web application which needs to runs a .cmd
> file. How can I achieve that.
>
> regards
>
> Venkat
Eliyahu Goldin Guest



Reply With Quote

