BioHazarD Mesaj tarihi: Ağustos 2, 2008 Mesaj tarihi: Ağustos 2, 2008 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? >_<
yetemenk Mesaj tarihi: Ağustos 2, 2008 Mesaj tarihi: Ağustos 2, 2008 o hata kodunu, açıklamasını google'a yaz kesin aynı sorunu yaşamıştır birileri. oralardan bulabilirsin bişeler belki.
BioHazarD Mesaj tarihi: Ağustos 2, 2008 Konuyu açan Mesaj tarihi: Ağustos 2, 2008 dogru ya, o kadar cok kod yazip sildimki sunla ilgili, kafa falan kalmadi :D
Arthur_HellsFire Mesaj tarihi: Ağustos 2, 2008 Mesaj tarihi: Ağustos 2, 2008 genelde hostlarda direct file access yasaktır zaten, bi component aracılığıyla odbc ile falan ulaşman gerekir sanırım.
BioHazarD Mesaj tarihi: Ağustos 2, 2008 Konuyu açan Mesaj tarihi: Ağustos 2, 2008 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?
Arthur_HellsFire Mesaj tarihi: Ağustos 2, 2008 Mesaj tarihi: Ağustos 2, 2008 benim bahsettiğim şekil zaten bu, olmuyosa hostun adminine başvursan daha yararlı olabilir
BioHazarD Mesaj tarihi: Ağustos 2, 2008 Konuyu açan Mesaj tarihi: Ağustos 2, 2008 basvurdumda cevap gelmiyo 2dir O_o
Mirage Mesaj tarihi: Ağustos 3, 2008 Mesaj tarihi: Ağustos 3, 2008 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.
BioHazarD Mesaj tarihi: Ağustos 3, 2008 Konuyu açan Mesaj tarihi: Ağustos 3, 2008 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.
Rahan Mesaj tarihi: Ağustos 3, 2008 Mesaj tarihi: Ağustos 3, 2008 mirage in yazdığını oku bak, relative path kullanırsan olay çözülüyor sanırsam.
Öne çıkan mesajlar