[ kosovic @ 10.10.2005. 07:30 ] @
Napravio sam Alikaciju VB.NET gdje je klientski dio Windows Forms,sredni sloj Web Servis i baza SQL na operativnom sistemu Windows 2000 Advance Server.
Aplikacija radi kako treba dok ne instaliram Activni Direktorijum na opertvnom sistemu.Pretpostavljam da su nakon instalacije Aktivog Direktorijuma potrebna neka dodatna podesavanja
,ako neko zna nesto u vezi ovoga zamolio bih ga da me uputi jer ja resenje nigdje ne mogu da nadjem.
Unaprijed zahvaljujem.
[ Shadowed @ 10.10.2005. 07:38 ] @
Gde se javlja greska i koja?
Koju vrstu autentifikacije koristis na SQL serveru?
[ kosovic @ 10.10.2005. 09:23 ] @
Koristim Windows NT Integrited Security,u web config fajlu dodao sam " <system.web>
<identity impersonate="true"/>",na IIS u Property u Directory Security Authentication Method decekirao sam Anoynimous user.
Kada hocu da provjerim WebServis(View in broswer) trazi mi "Enter network Password" dialog a potom poruku sledecu:

Server Error in '/WebAktivni' Application.
--------------------------------------------------------------------------------

Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\webaktivni\77ebc08b\2f210f87" is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.UnauthorizedAccessException: Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\webaktivni\77ebc08b\2f210f87" is denied.

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

[ Shadowed @ 10.10.2005. 09:32 ] @
Rekao bih da je problem u tome sto prilikom aktiviranja AD-a imas nove usere (makar imali ise username-ove, novi su - imaju razlicit SID) - domenske umesto lokalne.
U Security tab-u Properties-a za sporni folder dodaj novog, odgovarajuceg domneskog, user-a.
Po potrebi isto to uradi sa dozvolama za baze u SQL Serveru.