HelioHost Posted June 21, 2017 Posted June 21, 2017 Dears How can I run my asp.net web sit on your server ?? I am using Visual Studio .net 2013 on windows ... please clear to me how can I run my asp .net site , especially I knew that your server is Linux platform ... thanks ... Khaled Mohamed A.M.SMsc in investment Manager in QA(EGX)
Krydos Posted June 22, 2017 Posted June 22, 2017 Here's a simple aspx script to get you started <%@ 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>
MrKepler Posted June 22, 2017 Posted June 22, 2017 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.
HelioHost Posted June 22, 2017 Author Posted June 22, 2017 Dears=20 My server Called : "Tommy"=20 Khaled Mohamed A.M.SMsc in investment=20Manager in QA(EGX) --------------------------------------------On Thu, 22/6/17, Heliohost Support wrote: Subject: Re: [Hh#15587] How Can I Run My Asp.net Web Sit On Your Server ? To: khaled2607@yahoo.com Date: Thursday, 22 June, 2017, 11:09 AM=20 Linux servers don't support ASP sites.=C2=A0 Try this script posted by Mr admin.=20 =C2=A0=20 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.=20=20 You may view the status of your ticket by visiting:=20 http://www.helionet.org/index/index.php?showtopic=3D28515=20 Thank you, Heliohost support http://www.heliohost.org/ http://www.helionet.org/=20=20
HelioHost Posted June 23, 2017 Author Posted June 23, 2017 still not working ... the server called "Tommy" please help me .. thanks Khaled Mohamed A.M.SMsc in investment=20Manager in QA(EGX) --------------------------------------------On Thu, 22/6/17, Heliohost Support wrote: Subject: Re: [Hh#15587] How Can I Run My Asp.net Web Sit On Your Server ? To: khaled2607@yahoo.com Date: Thursday, 22 June, 2017, 11:09 AM=20 Linux servers don't support ASP sites.=C2=A0 Try this script posted by Mr admin.=20 =C2=A0=20 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.=20=20 You may view the status of your ticket by visiting:=20 http://www.helionet.org/index/index.php?showtopic=3D28515=20 Thank you, Heliohost support http://www.heliohost.org/ http://www.helionet.org/=20=20
Krydos Posted June 23, 2017 Posted June 23, 2017 I tested asp.net on your account and it works http://khaled.heliohost.org/test.aspx
HelioHost Posted June 26, 2017 Author Posted June 26, 2017 Dears I think that is a clasic Asp.net ... I know that my server called Tommy .. my case is : my pateform is windows 7 (64)=20using Visual Studio 2013 for developing web sites and applications (Asp.N=et) when write classic aspx , it is running on your server without problem , B=ut When publish my web sites (that i developed in my Pc - ASP.Net App.) it =is not working and give me error (http://khaled.heliohost.org/Wtest/Mysite/=Default.aspx) Please , what is your investigation for this case ??? Khaled Mohamed A.M.SMsc in investment=20Manager in QA(EGX) --------------------------------------------On Thu, 22/6/17, Heliohost Support wrote: Subject: Re: [Hh#15587] How Can I Run My Asp.net Web Sit On Your Server ? To: khaled2607@yahoo.com Date: Thursday, 22 June, 2017, 11:09 AM=20 Linux servers don't support ASP sites.=C2=A0 Try this script posted by Mr admin.=20 =C2=A0=20 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.=20=20 You may view the status of your ticket by visiting:=20 http://www.helionet.org/index/index.php?showtopic=3D28515=20 Thank you, Heliohost support http://www.heliohost.org/ http://www.helionet.org/=20=20
Krydos Posted June 26, 2017 Posted June 26, 2017 Classic ASP didn't use C# as a language like my example has. Classic ASP only used vbscript, not C# so my example is definitely ASP.NET, but it's a very simple example just to check if the server is processing things correctly. Sorry I've been too busy to troubleshoot your code for you. Thank you for being patient. A couple ideas for you: Have you tried compiling your vb code first before you upload it, or have you tried writing your code in c# instead? I'm not too familiar with vb so I always use c# myself.
HelioHost Posted June 26, 2017 Author Posted June 26, 2017 Thanks I compiled my very simple Asp.Net Web Site , and try it on my PC and it run without problems I think the problem not in the language , but it probably in using windows platform (as I told you I am using windows but i think your server not windows Platform) Best Regards Khaled Mohamed A.M.SMsc in investment Manager in QA(EGX) --------------------------------------------On Mon, 26/6/17, Heliohost Support wrote: Subject: Re: [Hh#15587] How Can I Run My Asp.net Web Sit On Your Server ? To: khaled2607@yahoo.com Date: Monday, 26 June, 2017, 5:21 AM Classic ASP didn't use C# as a language like my example has. Classic ASP only used vbscript, not C# so my example is definitely ASP.NET, but it's a very simple example just to check if the server is processing things correctly.Sorry I've been too busy to troubleshoot your code for you. Thank you for being patient.A couple ideas for you: Have you tried compiling your vb code first before you upload it, or have you tried writing your code in c# instead? I'm not too familiar with vb so I always use c# myself. You may view the status of your ticket by visiting: http://www.helionet.org/index/index.php?showtopic=28515 Thank you, Heliohost support http://www.heliohost.org/ http://www.helionet.org/
Krydos Posted June 26, 2017 Posted June 26, 2017 What happens when you upload the compiled .dlls to the server instead of having the server compile them?
HelioHost Posted June 26, 2017 Author Posted June 26, 2017 The simplest web site that i hosted in your server hasn't Dll files ... Khaled Mohamed A.M.SMsc in investment Manager in QA(EGX) --------------------------------------------On Mon, 26/6/17, Heliohost Support wrote: Subject: Re: [Hh#15587] How Can I Run My Asp.net Web Sit On Your Server ? To: khaled2607@yahoo.com Date: Monday, 26 June, 2017, 6:05 AM What happens when you upload the compiled .dlls to the server instead of having the server compile them? You may view the status of your ticket by visiting: http://www.helionet.org/index/index.php?showtopic=28515 Thank you, Heliohost support http://www.heliohost.org/ http://www.helionet.org/
Recommended Posts