SyntaxFix
Write A Post
Hire A Developer
Questions
System.Diagnostics.Process.Start("explorer.exe",@"c:\teste");
This code works fine from the VS2010 environment and opens the local folder properly, but if you host the same application in IIS and try to open then it will fail for sure.