Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IIS 7でサイトを設定しましたが、デフォルトのページにリダイレクトされます。
物理パスとフォルダの場所を設定しました。
私が見逃している些細なステップは何ですか?
デフォルトのページの順序を変更すると修正されます。
How can I loop through a List of type Object?
List<object> countries = new List<object>(); countries.Add(new { Name = "United States", Abbr = "US" , Currency = "$"}); countries.Add(new { Name