N
nj_herry
Unregistered / Unconfirmed
GUEST, unregistred user!
未授权此 ASP.NET 进程访问所请求的资源。出于安全原因,默认的 ASP.NET 进程标识为“{machinename}/ASPNET”,它只具有有限的特权。请考虑授予该 ASP.NET 进程标识访问此资源的权限。
若要授予 ASP.NET 对文件的写访问权,请在资源管理器中右击该文件,选择“属性”,然后选择“安全”选项卡。单击“添加”以添加“{machinename}/ASPNET”用户。突出显示此 ASP.NET 帐户,在“允许”列中选中“写”框。
源错误:
行 125: private void export2excel3_Click(object sender, System.EventArgs e)
行 101: object oMissing = System.Reflection.Missing.Value;
行 102: //Excel.ApplicationClass xlApp = new Excel._ApplicationClass();
行 103: Excel.Application xlApp = new Excel.Application();
行 104: try
行 105: {
若要授予 ASP.NET 对文件的写访问权,请在资源管理器中右击该文件,选择“属性”,然后选择“安全”选项卡。单击“添加”以添加“{machinename}/ASPNET”用户。突出显示此 ASP.NET 帐户,在“允许”列中选中“写”框。
源错误:
行 125: private void export2excel3_Click(object sender, System.EventArgs e)
行 101: object oMissing = System.Reflection.Missing.Value;
行 102: //Excel.ApplicationClass xlApp = new Excel._ApplicationClass();
行 103: Excel.Application xlApp = new Excel.Application();
行 104: try
行 105: {