win7下的iis7发布Web,根据Word模板生成报告下载,远程桌面到服务器时才可以下载,请大侠路过瞧瞧咋回事

win7下的iis7发布Web,根据Word模板生成报告下载,远程桌面到服务器时才可以下载,请大侠路过瞧瞧怎么回事?
Win7系统,IIS7发布Web应用程序,有个功能是用户根据Word模板生成报告并下载。

问题是:在远程桌面到服务器上时,在客户机同时访问web应用程序,下载报告是可以的,一旦关闭了远程桌面,点击下载页面就报错了,报错信息如下:
出错页面是:http://192.168.16.60/gxpt/SysRemind/CreateDoc.aspx?contractId=52&remindTypeId=6
异常信息:Exception of type 'System.Web.HttpUnhandledException' was thrown.
Source:System.Web
StackTrace: at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.sysremind_createdoc_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\gxpt\7933c780\52d014ba\App_Web_lp2zawkn.0.cs:line 0 at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

------解决思路----------------------
为你的 asp.net 网站指定启动时的用户身份。尤其是——一定要输入计算机管理员的帐号、密码。