Forum

IIS Required permis...
 
Bildirimler
Hepsini Temizle

IIS Required permissions cannot be acquired.

3 Yazılar
2 Üyeler
0 Likes
537 Görüntüleme
(@UfukSAHIN)
Gönderiler: 100
Estimable Member
Konu başlatıcı
 

v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}

Normal
0

21

false
false
false

TR
X-NONE
X-NONE

MicrosoftInternetExplorer4

/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Normal Tablo";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman","serif";}

 Windows Server 2008 R2 SP1 üzerine IIS 7.5
kurdum başka bir sunucuyu File Sunucu yaptım File Sunucudaki dosyayı
paylaşıma açtım. IIS ile bağlantı kurarak yolunu gösterdim dosyaya erişiyorum fakat siteyi çalıştırmak  istediğimde aşağıdaki hatayı
veriyor.

Server Error in '/' Application.


Required permissions cannot be acquired.

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.Security.Policy.PolicyException: Required permissions cannot be
acquired.

Source Error:

An unhandled exception was generated
during the execution of the current web request. Information regarding the
origin and location of the exception can be identified using the exception
stack trace below.

Birkez daha başıma gelmişti çözmüştüm ama şimdi hatırlayadım 🙂

 

Yardımlarınız için tşkler

 
Gönderildi : 31/07/2012 17:23

(@efesulukcu)
Gönderiler: 1425
Noble Member
 

doğru anladıysam paylaşımdaki bir path üzerinden web sitesi çalıştırmak istiyorsunuz. neden bunu yapıyorsunuz bilemem ama şu adımları denermisiniz:

IIS uses the IUSR_computername account in the following way:

  1. The IUSR_computername account is added to the Guests group on the computer.
  2. When a page request is received, IIS will imitate the IUSR_computername account before executing any code or accessing any files. IIS is able to imitate the IUSR_computername account because the user name and password for this account are known by IIS.
  3. Before returning a page to the browser, IIS checks NTFS file and directory permissions to see if the IUSR_computername account is allowed access to the file.
  4. If access is allowed, authentication completes and the resources are made available to the user.
  5. If access is not allowed, IIS will attempt to use another authentication method. If none is selected, IIS returns an "HTTP 403 Access Denied" error message to the browser.
 
Gönderildi : 01/08/2012 01:46

(@UfukSAHIN)
Gönderiler: 100
Estimable Member
Konu başlatıcı
 

iki IIS sunucum var load balance olarak çalışıyor dosya upload işlemi var başka nasıl halledebilirim ki 🙂 yardımınız için tşkler

“caspol.exe -m -ag 1 -url "file:////\\fileserver\www.ramazan.com\*" FullTrust -exclusive on”    komutu ile çözdüm başka bir yol varsa bilmediğim fikir almaya açığım

 

 
Gönderildi : 01/08/2012 13:55

Paylaş: