HelioHost Posted June 20, 2017 Posted June 20, 2017 Dear HelioHost,I added an ASP.NET file to the location: http://vegapunk.heliohost.org/hello.aspxWhich has the following code: private void convertoupper(object sender, EventArgs e) { string str = mytext.Value; changed_text.InnerHtml = str.ToUpper(); } Change to Upper Case Conversion to Upper Case Results: But instead of executing the code on this page, it redirects to index.php file on the same root directory of my site.. Awaiting clarification about this behavior,Kind Regards.Antonio Rotundo
Krydos Posted June 21, 2017 Posted June 21, 2017 Do you have an .htaccess file redirecting traffic to the index.php?
HelioHost Posted June 21, 2017 Author Posted June 21, 2017 I subsequently realized that the ASP.NET support is not automatically activated with the webspace on the Tommy server, but that you have to submit a request to the forum, as written in this article on your wiki: http://wiki.helionet.org/ASP.NETThen, I ask you to enable this feature on my personal web space: http://vegapunk.heliohost.orgThanks. Il Mercoledi 21 Giugno 2017 5:20, Heliohost Support ha scritto: Do you have an .htaccess file redirecting traffic to the index.php? You may view the status of your ticket by visiting: http://www.helionet.org/index/index.php?showtopic=28491 Thank you,Heliohost supporthttp://www.heliohost.org/http://www.helionet.org/
Krydos Posted June 22, 2017 Posted June 22, 2017 There you go http://vegapunk.heliohost.org/test.aspx
Recommended Posts