How do I execute a batch file in ASP.NET 2.0? When I debug this code in the compiler (VWD 2005) all is well.
When I move the page up to my webserver nothing happens. Its like that line of code does not exist. What gives?
Thanks in advance
VB.NET:
system.diagnostics.process.start("\\server\share\file.bat")
Thanks in advance