Navigation Menu

Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
default aspx as default
Browse files Browse the repository at this point in the history
  • Loading branch information
irony committed Sep 28, 2011
1 parent 1f4d1fa commit a4881f9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MailFeed/Controllers/MailController.cs
Expand Up @@ -22,6 +22,10 @@ static MailController()
private static Logger log = LogManager.GetCurrentClassLogger();


/// <summary>
/// By setting this collection to Observable we can subscribe to the events when adding and removing items in this collection.
/// We will use this to signal changes to the clients via the SignalR Hub.
/// </summary>
public static ObservableCollection<Mail> Inbox
{
get;
Expand Down
5 changes: 5 additions & 0 deletions MailFeed/Web.config
Expand Up @@ -48,6 +48,11 @@
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules runAllManagedModulesForAllRequests="true"/>
<defaultDocument>
<files>
<add value="default.aspx" />
</files>
</defaultDocument>
</system.webServer>

<runtime>
Expand Down
Binary file modified MailFeed/bin/MailFeed.dll
Binary file not shown.
Binary file modified MailFeed/bin/MailFeed.pdb
Binary file not shown.
Binary file modified MailFeed/obj/Debug/MailFeed.dll
Binary file not shown.
Binary file modified MailFeed/obj/Debug/MailFeed.pdb
Binary file not shown.

0 comments on commit a4881f9

Please sign in to comment.