Is there a way to open a .html file in Expression Web programatically (C#) without accessing registry key?
Process.Start("EXPRWD.EXE", "C:\\File.htm");