View previous topic :: View next topic |
Author |
Message |
ntotre -
Joined: 28 Jan 2010 Posts: 1
|
Posted: Thu Jan 28, 2010 4:22 pm Post subject: ASP.Net on Vista not working |
|
|
I was excited to find an server that would allow me to run my ASP.Net pages to test them, but my excitement died really quickly when I found out the Abyss server does not work on my machine. I have spent the past two days looking for a webserver, I stuggled and gave up on Tomcat (I was willing to learn JSP sothat I could get my app out), so I really need Abyss to work. Please help. I am running Abyss X1 v2.6 and .Net Framework is installed no errors from Abyss config, it just does not work. |
|
Back to top |
|
|
Kobo -
Joined: 28 Apr 2010 Posts: 5
|
|
Back to top |
|
|
aprelium-support -
Joined: 20 Feb 2009 Posts: 356
|
Posted: Mon May 03, 2010 11:05 am Post subject: Re: ASP.Net on Vista not working |
|
|
ntotre wrote: | I was excited to find an server that would allow me to run my ASP.Net pages to test them, but my excitement died really quickly when I found out the Abyss server does not work on my machine. I have spent the past two days looking for a webserver, I stuggled and gave up on Tomcat (I was willing to learn JSP sothat I could get my app out), so I really need Abyss to work. Please help. I am running Abyss X1 v2.6 and .Net Framework is installed no errors from Abyss config, it just does not work. |
ntotre,
Please check again all the instructions to add the ASP.NET support to AWS:
http://www.aprelium.com/abyssws/aspnet/
Then try to run this simple script (test.aspx) to check if ASP.NET is correctly configured:
Code: | <% Response.Write("Hello World") %> |
If you are still experiencing problems, send your abyss.conf to the technical support team:
http://www.aprelium.com/support/email/ _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
|
|