• 14-02-2009, 11:40:35
    #1
    Üyeliği durduruldu
    arkkadaşlar aspx bir şey yazdım hostuma attıgımda bu hatayı alıyorum
    Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
    Line 2:
    Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    çözümü nedir acaba
  • 14-02-2009, 22:07:48
    #2
    Üyeliği durduruldu
    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: Could not load type '_Default'.

    Source Error:

    Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
    Line 2:
    Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


    Source File: e:\DZHosts\LocalUser\aspxx\aspxx.somee.com\WebSite 1\default.aspx Line: 1

    Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
  • 18-02-2009, 12:27:13
    #3
    bu hatanın sebebi framework versiyonu 1.1 den 2.0 ayarlarsan gidermiş olursun iis den yapabilirsin
  • 19-02-2009, 16:20:39
    #4
    Üyeliği durduruldu
    teşekkürler arkadaşlar