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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...