У меня есть веб-приложение ASP.Net, где я хотел протестировать, используя другую локальную учетную запись. Поэтому я создал учетную запись, но затем начал получать 403 Запрещено при входе в систему с этой учетной записью. Это использует встроенный веб-сервер VS 2008 (Cassini). Коллега предложил предоставить этой учетной записи права доступа к файлам проекта, что я и сделал. Я также дал пользователю ASPNET такие же разрешения и для C: \ WINDOWS \ Microsoft.NET \ Framework \ v2.0.50727 \ Temporary ASP.NET Files, уничтожил и перезапустил WebDev.WebServer.EXE и очистил кеш, но безрезультатно , Я включил соответствующее событие из журнала событий ниже.
Есть идеи, что делать дальше, или где искать, или как получить более конкретную причину основной проблемы?
Спасибо, Кларк
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 6/5/2009 2:20:53 PM
Event time (UTC): 6/5/2009 6:20:53 PM
Event ID: fc869492b17f4bddb582026ac1752cd6
Event sequence: 8
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: a55c3efc-3-128886994866758750
Trust level: Full
Application Virtual Path: /
Application Path: C:\Documents and Settings\Fred\My Documents\Visual Studio 2008\Projects\ETimeLite\ETimeLiteUserControl\
Machine name: MOSSDEV
Process information:
Process ID: 5260
Process name: WebDev.WebServer.exe
Account name: MOSSDEV\Fred
Exception information:
Exception type: TargetInvocationException
Exception message: Exception has been thrown by the target of an invocation.
Request information:
Request URL: http://localhost:35752/Test_EtimeLiteAsUserControl.aspx?nocache=1
Request path: /Test_EtimeLiteAsUserControl.aspx
User host address: 127.0.0.1
User: MOSSDEV\Fred
Is authenticated: True
Authentication Type: NTLM
Thread account name: MOSSDEV\Fred
Thread information:
Thread ID: 4
Thread account name: MOSSDEV\Fred
Is impersonating: False
Stack trace: at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance)
at System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments)
at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
at System.Web.UI.WebControls.DataBoundControl.PerformSelect()
at System.Web.UI.WebControls.BaseDataBoundControl.DataBind()
at System.Web.UI.WebControls.GridView.DataBind()
at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()
at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Custom event details:
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.