netbook Posted April 27, 2017 Posted April 27, 2017 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. Quote
Krydos Posted April 27, 2017 Posted April 27, 2017 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.