PDA

View Full Version : HTTP 404 in SpringAir when launching start page


scottnelsonsmith
12-15-2005, 05:43 PM
I've installed and set up SpringAir to the point that I can successfully load the "Home.aspx" page in my browser.

However, I cannot get to the TripForm.aspx page w/ any of the following URLs:

http://localhost/SpringAir/
http://localhost/SpringAir/TripForm.aspx
http://localhost/SpringAir/BookTrip/TripForm.aspx

It's as though the URL mapping isn't getting loaded.

Anyone help? Thanks in advance.

Scott

Bruno Baia
12-15-2005, 07:20 PM
Hi Scott,

try this one :
http://localhost/SpringAir/Web/BookTrip/TripForm.aspx


In order to be able to run SpringAir you will need to create SpringAir virtual
directory using IIS Administrator and point it to

examples\Spring\SpringAir\src\SpringAir.Web

Set your startup project as SpringAir and the start page to .\Web\BookTrip\TripForm.aspx


Bruno.

scottnelsonsmith
12-15-2005, 09:05 PM
Thanks Bruno (your English is fine! :)

The readme.txt file that I downloaded last night says:

In order to be able to run SpringAir you will need to create SpringAir virtual
directory using IIS Administrator and point it to

examples\Spring\SpringAir\src\SpringAir.Web

Set your startup project as SpringAir and the start page to .\Web\TripForm.aspx

The "start page" is wrong, and it would helpful to have the initial URL to go to. Hence, I changed it to read:

In order to be able to run SpringAir you will need to create SpringAir virtual
directory using IIS Administrator and point it to

examples\Spring\SpringAir\src\SpringAir.Web

Set your startup project as SpringAir and the start page to .\Web\BookTrip\TripForm.aspx

The URL to start should be: http://localhost/SpringAir/Web/BookTrip/TripForm.aspx



The change is that I corrected the "start page" and added the initial URL to go to.

Thanks for the quick response, Bruno; I can now proceed.

Scott

Mark Pollack
12-17-2005, 01:28 PM
Hi,

Rick has added your changes to the readme file. Thanks!

Cheers,
Mark