View previous topic :: View next topic |
Author |
Message |
Fred Harris -
Joined: 06 Apr 2008 Posts: 2 Location: Shamokin, PA USA
|
Posted: Thu Apr 10, 2008 4:04 pm Post subject: Just want to start with Hello, World in ASP.NET |
|
|
I installed X1 before installing the .net 1.1 framework, but Abyss seems to recognize that I have the 1.1 framework installed now. I'm just trying to start with the most basic hello, world program but can't get Abyss to read it. I made a directory under htdocs named HelloWorld...
C:\Program Files\Abyss Web Server\htdocs\HelloWorld
In that folder I put HelloWorld.aspx. In the console, I clicked on Asp.Net Parameters and in the little blue box 'Asp.Net Parameters' I set Virtual Path to /HelloWorld and .Net Version 1.1 was already there. What else do I need to do to get this to work. So far all I get is Error 404 file not found. My aspx file is in \HelloWorld as described above and I've tried naming it everything I can imagine to get it to work but so far I have not been able to come up with the hidden secret, the magic word, the ultimate combination to get it to work. Here are some of the names I've tried...
HelloWorld.aspx http://localhost/HelloWorld.aspx
default.aspx http://localhost/default.aspx
index.aspx http://localhost/index.aspx
I have another old Microsoft program installed for beginners named the Web Matrix Project. With that comes a little Web Server. With that program I just use http://localhost/HelloWorld.aspx. Could someone give me some pointers on how to get something simple like this to work? |
|
Back to top |
|
 |
rrinc -
Joined: 24 Feb 2006 Posts: 725 Location: Arkansas, USA
|
|
Back to top |
|
 |
Fred Harris -
Joined: 06 Apr 2008 Posts: 2 Location: Shamokin, PA USA
|
Posted: Fri Apr 11, 2008 6:19 pm Post subject: Works Now! |
|
|
Thanks rrinc. Now it seems to be working. I don't know why I couldn't get that to work yesterday, but it works now. I think what it might have been is that if I was in the Abyss Console and there was a :9999 for the port and I didn't remove that and just added...
http://127.0.0.1:9999/HelloWorld/HelloWorld.aspx
like I might have been doing, that :9999 messed things up. Anyway, it works now! Thanks
Fred Harris
Coal Township PA. USA |
|
Back to top |
|
 |
|