Jump to content

Recommended Posts

Posted

Anyone know how to use ASP.Net in heliohost? In which folder do I host the files? Which page does it start? I usually use "home.aspx" on my computer with IIS server. Thank you

Posted

Put your .aspx file(s) in /home/username/public_html/home.aspx for example. If you're on Johnny every account comes with ASP.net from creation. On Tommy you have to request ASP.net access.

Posted

Coloque seus arquivos .aspx em /home/username/public_html/home.aspx, por exemplo. Se você está em Johnny cada conta vem com ASP.net da criação. Em Tommy você tem que pedir acesso ASP.net.

Thanks for the tip, but the site is already in this directory and with home.aspx, but when I call the site http://valdir.heliohost.org, I append the list of files in the directory, if I use http: //valdir.heliohost. Org / home.aspx appears my code, I am learning Asp.net, I usually use PHP, and when this happens, I know it means that the apache server is not working, what to do to run my code, I created a MIMe with text / X-generic = aspx, is this correct? What other action should I take?

Posted

The reason your url shows the code instead of executing the aspx script is because you have an .htaccess file saying to treat it as a text/generic mime type (which means just display the contents in the browser.) I renamed your .htaccess file and now .aspx files execute as expected. http://valdir.heliohost.org/test.aspx

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...