Şimdi Ara

Lütfen Yardım Edin

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
5
Cevap
0
Favori
846
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • Localde sıkıntı yok ama hosta attığımda parse error hatası alıyorum çözemedim bir türlü lütfen yardımcı olabilir misiniz

    Server Error in '/' Application.

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: The file '/MasterPage.master' does not exist.

    Source Error:


    Line 1: <%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
    Line 2:
    Line 3: <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">

    Source File: /kurucumınsaat.com/Default.aspx Line: 1

    Version Information: Microsoft .NET Framework Version:2.0.50727.3649; ASP.NET Version:2.0.50727.3653



    < Bu mesaj bu kişi tarafından değiştirildi azimvecaba -- 4 Şubat 2014; 22:53:33 >







  • Masterpageyi sunucuya atmamissin

    < Bu ileti mobil sürüm kullanılarak atıldı >
  • Yok master page sunucuda var ama olduğu halde bu hatayı veriyor
  • Dosyaları tekrar yükledi şimdide bu hata sayfasını alıyorum


    Server Error in '/' Application.

    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".



    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration>


    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.



    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>




  • Aldigin hatada web configde yapman gereken soylenmis zaten. Onu yapman gerekli. Customerrorsu acmalisin

    < Bu ileti mobil sürüm kullanılarak atıldı >
  • 
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.