Jump to content

MrKepler

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by MrKepler

  1. Linux servers don't support ASP sites. Try this script posted by Mr admin. <%@ Page Language="C#" %> <% HelloWorldLabel.Text = "ASP.NET is working."; %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR...ransitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> </head> <body> <form id="form1" runat="server"> <div> <asp:Label runat="server" id="HelloWorldLabel"></asp:Label> </div> </form> </body> </html> If this doesn't seem to work, then your server is not compatible with ASP. Tell me what is the name of your server. A server name is like "Johnny", "Jimmy", "Tommy", etc so that I can further assist you. Regards, Volunteer.
×
×
  • Create New...