Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.

Does anyone know why my website isnt working? ASP.NET...?

Hiya, please look here:

http://antrex.streamlinenettrial.co.uk/a/

Can anyone tell me what is going on?

Thanks, Ant...

2 Antworten

Relevanz
  • vor 1 Jahrzehnt
    Beste Antwort

    To resolve this problem, verify that the file requested in the browser's URL exists on the IIS computer and that it is in the correct location.

    Use the IIS Microsoft Management Console (MMC) snap-in to determine where the file requested must exist in the IIS computer's file system.

    This is particularly important if the Web site uses a virtual directory (VDIR). A VDIR is a directory that is not contained in the home directory of the Web site, but appears to client browser as though it does. This virtual directory must be mapped to a subfolder on a drive or reference the files by name.

    For example, assume that the URL that caused the 404 error is http://microsoft.com/Test/File1.htm, and the IIS snap-in shows that for Microsoft.Com Web site, the /Test/ directory is actually a virtual directory that maps to the location of c:\Information on the IIS computer. This means that you must verify that the File1.htm file is located in the c:\Information directory (and that the file name is spelled correctly).

  • vor 1 Jahrzehnt

    doesnt work

    Line 5: <system.web>

    Line 6: <customErrors mode="Off"/>

    Line 7: <authentication mode="Forms">

    Line 8: <forms loginUrl="Login.aspx" defaultUrl="Default.aspx"/>

    Line 9: </authentication>

    line 7 is wrong but sorry im no asp.net expert so i cant help u.

Haben Sie noch Fragen? Jetzt beantworten lassen.