About Me

My photo
Northglenn, Colorado, United States
I'm primarily a BI Developer on the Microsoft stack. I do sometimes touch upon other Microsoft stacks ( web development, application development, and sql server development).

Friday, June 09, 2006

Way to execute a file through an ASP.Net page.

Very simple and quick:

System.Diagnostics.Process.Start(LocationOfString);

No comments: