English 中文(简体)
ASP. NET误差记录
原标题:ASP.NET error log
  • 时间:2012-05-07 19:12:56
  •  标签:
  • asp.net

各个时间,协会会都是如此。 相关的网络应用给全球留下了一个错误。 缩略语 伙伴关系。 NET应用软件使用Windows认证。

在利用视觉演播室进行分解时,我能够写到记录档案中,但是,当申请是在活环境中部署时,这并不奏效。 我如何发现我需要哪些用户账户:记录/记录?

该应用程序安装在Windows 2003服务器上,配有IIS6。 微软.NET 3.5。

最佳回答

Windows Server 2003 defaults to the "Network Service" account. This can be verified by opening IIS (expand the computer if needed), expand the "Application Pools" folder, right click on the pool used by your web app, and go to the Identity tab.

FYI:Windows服务器 2008, 而不是网络服务。

问题回答

你们必须给予网络服务账户必要的许可。 http://msdn.microsoft.com/en-us/library/ff647402.aspx”rel=“nofollow” 也许能够帮助你们。

我希望,记录夹是网站目录之外的一个虚拟名录。

否则,每当你部署整个解决办法时,你就将超越标识的夹及其内容。

Microic公司拥有监测档案存取的工具,可有助于解决许可问题。

http://technet.microsoft.com/en-us/sysinternals/bb896645

您也希望检查您的申请是否使用窗户认证和安放;身份认同,因为这样可以改变申请所执行的身份。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签