Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

bilgisayarimda calisan asp.net kodunun hostta file access permissions'a takilmasi


Öne çıkan mesajlar

Mesaj tarihi:
godaddy.comda bi sitem var ve bi asp.net sayfam var bu sayfa bi xml dokumanina biseyler yazcak ama kendi hostumda access denied hatasi aliyorum.

hata mesaji

Server Error in '/' Application.
Access to the path 'd:hostingblablaklasorfalanca.xml' 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 'd:hostingblablaklasorfalanca.xml' is denied.



ftp programindan sadece icinde xmlin bulundugu klasore write vermeyi denedim ama komut taninmiyor hatasi veriyo o da, deli oldum supporta 2 kere mail attim cevap gelmedi, ne yapmaliyim? >_<
Mesaj tarihi:
Dim writer As XmlWriter = XmlWriter.Create(Server.MapPath("Online.xml"), settings)

boyle kullaniyorum kodu, server.mappath sayfanin oldugu klasorun fiziksel adresini verir, bundan baska bi yol var mi bildiginiz xmle bisey yazdirmak icin?
Mesaj tarihi:
Microsoft said:

http://msdn.microsoft.com/en-us/library/ms524632.aspx

Specifies the relative or virtual path to map to a physical directory. If Path starts with either a forward (/) or backward slash (), the MapPath method returns a path as if Path were a full, virtual path. If Path doesn't start with a slash, the MapPath method returns a path relative to the directory of the .asp file being processed.


Bazı sunucular doğrudan absolute adrese erişmeye engelliyor. O yüzden access restriction alıyor olabilirsin. Godaddy forumlarına bak yada teknik servisine danış derim.
Mesaj tarihi:
GoDaddy said:
Unfortunately we cannot change the permissions for your account


ee napcam yani sadece 1 deger kaydetmek icin database mi kurayim? cok sacma bisey yahu bu nasil xml'e yazcam ki baska?

edit: birde yanlis mi anladim bilmiyorum ama

said:
Dim writer As XmlWriter = XmlWriter.Create(Server.MapPath("Online.xml"), settings)

ve
said:
Dim writer As XmlWriter = XmlWriter.Create(Server.MapPath("Online.xml"), settings)

ayni sonucu veriyo, degisen birsey yok.

edit2: zaten backward slashli kullaniyodum, onu kaldirip denedim bi de ama iste olmadi.
×
×
  • Yeni Oluştur...