Jump to content

Recommended Posts

Posted

Hello, first, thanks for this great host!.

 

Asp.net is not working, i get everytime the " server error in / application", i tried coding it on net 2.0, still isnt working.

 

Also tried the " <customErrors mode="Off"/> ".

 

any suggestions? Thanks.

 

 

Posted

Aspx is working on Johnny for me:

<%@ Page Language="C#" %>
<%
    HelloWorldLabel.Text = "ASP.NET is working.";
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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>
http://krydos2.heliohost.org/test.aspx

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...