Jump to content

Asp.net Not Working On Jhonny


netbook

Recommended Posts

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.

 

 

Link to comment
Share on other sites

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...