B
Brent Hoskisson
I have an assembly which I created for a .NET EXE. This
works fine. It runs a process from the system.diagnostics
namespace.
However when I use this assembly and call the function in
ASPNET, I get an exception that says:
System.ComponentModel.Win32Exception: The referenced
account is currently locked out and may not be logged on to
What does this mean? How does ASPNET try to log into an
account? Can ASPNET run a system.diagnostics.process
class? Am I missing some kind of settings here? The
program that should be run is on a mounted drive.
Thanks for any information
Brent
works fine. It runs a process from the system.diagnostics
namespace.
However when I use this assembly and call the function in
ASPNET, I get an exception that says:
System.ComponentModel.Win32Exception: The referenced
account is currently locked out and may not be logged on to
What does this mean? How does ASPNET try to log into an
account? Can ASPNET run a system.diagnostics.process
class? Am I missing some kind of settings here? The
program that should be run is on a mounted drive.
Thanks for any information
Brent