Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

[Announcement] The Kestrel package/namespace has been renamed to Microsoft.AspNet.Server.Kestrel #159

Closed
victorhurdugaci opened this issue Aug 11, 2015 · 11 comments
Labels
Milestone

Comments

@victorhurdugaci
Copy link
Contributor

Discussions for aspnet/Announcements#53

@Mike-E-angelo
Copy link

That namespace looks awesome. :) I have been impressed with the organization and namespaces I have seen so far. 👍

Quick question from a newb: is "Kestrel" also the same as references to "K" that have been used throughout the history of this project? Is there a link/backstory behind this for the curious?

@halter73
Copy link
Member

"Project K" was the old code name for ASP.NET 5 as a whole. The k command was what is now dnx.

The fact that Kestrel happens to start K is a happy coincidence as far as I know. @lodejard or @davidfowl probably know whether or not this was intentional.

@davidfowl
Copy link
Member

We like birds

@NeelBhatt
Copy link

awesome! Use of "Kerstel" is limited to local development or it would be used in production in future?

@Eilon
Copy link
Member

Eilon commented Aug 12, 2015

@NeelBhatt the goal is both.

@DamianEdwards DamianEdwards modified the milestones: Discussion, 1.0.0-beta7 Aug 14, 2015
@developer1998
Copy link

I've noticed that --config option to store settings in another file is no longer supported.
like
Server = Microsoft.AspNet.Server.Kestrel
Server.Urls = http://191.145.10.145:5000

"Microsoft.AspNet.Server.Kestrel --config hosting_local.ini"

@Tratcher
Copy link
Member

Tratcher commented Nov 1, 2015

@developer1998 --config is still supported, but the file format was changed to json. If you don't specify the --config option RC1 will look in hosting.json by default.

@developer1998
Copy link

@Tratcher thanks, do you have a link to schema to see what is supported, or give me a sample... Thanks

@developer1998
Copy link

I've figured out the JSON

{
    "server": "Microsoft.AspNet.Server.Kestrel",
    "server.urls": "http://196.145.2.133:5000"
}

@Tratcher
Copy link
Member

Tratcher commented Nov 1, 2015

FYI: aspnet/Hosting#453

@muratg
Copy link
Contributor

muratg commented May 12, 2017

We are closing this issue because no further action is planned for this issue. If you still have any issues or questions, please log a new issue with any additional details that you have.

@muratg muratg closed this as completed May 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

10 participants