1

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

4

3 に答える 3

2

Umbraco はルート Web サイトとしてインストールする必要があります。Web サイトの下のサブ ディレクトリまたは仮想ディレクトリとしてインストールすることはできません。

日付が指定されているかどうかはわかりませんが、将来これをサポートする計画があります。

詳細については、 our.umbraco.org のこの投稿を参照してください。

于 2009-11-23T10:05:47.247 に答える
0

次の要件を使用して、新しくて簡単なインストールを行い、この問題を解決しました。

  • IIS ポート 80 で Web サイトを追加して構成する
  • wwwroot への物理パスを指す
  • 認証を設定しました
  • サーバーのルート (wwwroot) で Umbraco ファイルを解凍します。

これで解決しましたが、正確な理由はわかりません。

于 2016-02-11T14:03:24.550 に答える