File or Directory not found when trying to launch Umbraco user interface
I successfully installed Umbraco on Server 2008, but I'm unable to get into the UI.
If I surf to xyz.myhost.com (where xyz is the name of the site and myhost.com is my Server 2008 box) I the following 404 error:
Server Error
Interestingly, if I surf to xyz.myhost.com/umbraco/umbraco.aspx I >>do<< get into the UI...but I never have to log in. Which is convenient, but makes me wonder about site security :).
I was able to get things to work by setting the ApplicationPool to run in "Classic" mode, rather than "Integrated" mode.
But I don't know enough about IIS to understand why I had to do that. It looks like, from an error message I got, that Integrated mode requires part of Umbraco's Web.config file to be moved into the machine config file.
File or Directory not found when trying to launch Umbraco user interface
I successfully installed Umbraco on Server 2008, but I'm unable to get into the UI.
If I surf to xyz.myhost.com (where xyz is the name of the site and myhost.com is my Server 2008 box) I the following 404 error:
Server Error
Interestingly, if I surf to xyz.myhost.com/umbraco/umbraco.aspx I >>do<< get into the UI...but I never have to log in. Which is convenient, but makes me wonder about site security :).
How do I resolve this?
- Mark
Something's obviously wrong.
Check that you didn't install Umbraco into a virtual directory (this is not currently supported)
Otherwise, I'm sure someone else will be able to help.
Rich
I'm 99% sure I didn't install it into a virtual directory. I used the Web Application Installer approach, and told it to create a brand new website.
- Mark
Hmm, I only tried the Web Application Installer once and it wasn't too successful.
You could always download and install in manually, lots of info here http://our.umbraco.org/wiki/install-and-setup
I was able to get things to work by setting the ApplicationPool to run in "Classic" mode, rather than "Integrated" mode.
But I don't know enough about IIS to understand why I had to do that. It looks like, from an error message I got, that Integrated mode requires part of Umbraco's Web.config file to be moved into the machine config file.
- Mark
is working on a reply...