1

Closed

After deployment on remote server, Oxite throws 404 errors

description

Hi there,
 
I downloaded Oxite and the necessary libraries and installed that on my local machine. After opening VS 2008 and re referenced the DLL's, I could build and Debug Oxite on my local machine. So far, so good.
On my hosted environment I installed the same files, generated my MSSQL database true the SQL installation scripts, uploaded the published (oxitesite project) files and run the installation the first time to setup my Oxite environment. That went well...
 
It's shows the first page http://www.mss2010.nl/ but every link I follow ends up in a HTML 404 error. I'm going bananas over here, because I can't reproduce it on my development machine...
No logs shows up in IIS.
Closed Jul 22, 2009 at 5:17 PM by ErikPorter

comments

ErikPorter wrote Jul 22, 2009 at 5:16 PM

If you're running IIS 6, which I would guess you are, you need to either setup a wildcard so all ASP.NET requests go through Oxite or you need to set the route prefix in the site settings to something like "oxite.aspx" (so .aspx is in all urls).

In the future, please start a discussion for this type of question. We use the Issue Tracker to keep track of bugs and yours appears to be a setup/deployment problem. Thanks!