Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
Update static-files.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis authored Nov 4, 2016
1 parent b638573 commit e3c4eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/asp.net/getting-started/static-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace ConsoleApplication
}
```

With this in place, you should be able to run the app and see the favicon image displayed. If it's not displayed, you can also verify it's being served by requesting it directly (e.g. http://localhost:5000/favicon.ico).
With this in place, you should be able to run the app and see the favicon image displayed. If it's not displayed, you can also verify it's being served by requesting it directly (e.g. http://localhost:5000/favicon.ico). Note the " icon to the left of the URL in the browser tab below:

![Browser with favicon](images/browser-favicon.png)

Expand All @@ -61,4 +61,4 @@ You can add other kinds of files to the *wwwroot* folder. The most common are HT

## Next Steps

Try adding a static HTML file to the *wwwroot* folder. You should be able to request it by name. Add support for default files and name your HTML file *defult.html*. Confirm that the file is served when you navigate to the root of your app.
Try adding a static HTML file to the *wwwroot* folder. You should be able to request it by name. Add support for default files and name your HTML file *defult.html*. Confirm that the file is served when you navigate to the root of your app.

0 comments on commit e3c4eaf

Please sign in to comment.