samerh wrote:
Using Process.Start do the job locally but when publishing the application it dont work.
OK, that's what we expected. You apparently know next to nothing about ASP.NET development. Buy a book and learn some basics before you steal from unsuspecting clients. The server is the ONLY place that Process.Start can operate. That's ASP.NET 101. Therefore, you can't do what you want. You CAN put a link to the database as a local file inside your webpage, and see if that launches it OK. But, you can't, you absolutely cannot, use Process.Start to start a process on the client machine.
Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.