English 中文(简体)
Umbraco server error after install
原标题:

I downloaded umbraco and used the web platform installer. Everything went though okay and it installed SQL Express 2008 and a new directory under the default website in IIS. However when I launch the website I m redirected a dead page as below.

What do I do next?

Thanks!!


http://localhost/install/default.aspx?redir=true&url=/test1/default.aspx


Server Error in / Application.

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /install/default.aspx

Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

最佳回答

Umbraco must be installed as a root website, It cannot be installed as a sub directory or virtual directory under a website.

There are plans to support this in future although I m not sure if a date has been given.

For more info see this post on our.umbraco.org

问题回答

In the install wizard. When you are asked to type in new web application and web site name, just leave them empty.

See this install guide http://www.youtube.com/watch?v=wEeC4Bd-QZg

I just made a fresh and plain installing with the follow requisites and solved this problem:

  • Add and configured the website in IIS port 80
  • Pointed physical path to wwwroot
  • Configured the authentication
  • Unziped the Umbraco files in the root of server (wwwroot)

This solved but I don t exactly why.





相关问题
Correct place to install demostration projects?

With the new Windows 7 restrictions (well, new to Windows Vista anyways), we can no longer install demo projects to %ProgramFilesFolder%OurApplicationdemo since restricted users will not be able to ...

.deb package conffiles problem

I am distributing one of my applications using a .deb package, but have a problem relating to one of the files. The distribution includes a database file which is constantly updated by the app, on a ...

Closing an application using WiX

In creating my WiX installer I have run into an issue when trying to close an application before installing the upgrade. Below is an example of how I am attempting to do this. <util:...

VS 2005 Setup - HKCU

I am trying to fix an existing application that uses a Visual Studio 2005 setup project. We are requiring it to work on limited user accounts for XP, our app is written in C# for .Net 2.0. It writes ...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

configsource and installer

I have an project csproj, with app.config file, and logging Ent.Library section using configsource attribute. The logging section is in ahother file Configloggingconfiguration.config. I have a ...

热门标签