本文介绍了如何在IIS中打开文件(.doc,.xls,.txt,....)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用System.Diagnostics.Process.Start()方法打开文件,它在开发中工作正常,在IIS中托管应用程序后,它无法正常工作。如何解决这个问题?
先谢谢你......
I am using System.Diagnostics.Process.Start() method for open a file, it's working fine in development, after hosted application in IIS, it's not working. How to solve this issue ?
Thanks in Advance......
推荐答案
这篇关于如何在IIS中打开文件(.doc,.xls,.txt,....)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!