Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNX: ${aspnet-request:serverVariable} is unsupported #44

Closed
304NotModified opened this issue Apr 4, 2016 · 3 comments
Closed

DNX: ${aspnet-request:serverVariable} is unsupported #44

304NotModified opened this issue Apr 4, 2016 · 3 comments
Labels
Milestone

Comments

@304NotModified
Copy link
Member

Because Request.ServerVariables has been removed (without replacement) in DNX.

As of today (ASP.NET 5 RC1), there is no replacement.

@vivaunix
Copy link

Will this work?
Request.HttpContext.Connection.RemoteIpAddress
etc...

@304NotModified
Copy link
Member Author

Well not as drop-in replacement for ${aspnet-request:serverVariable}

But we like to include this in #45

@304NotModified
Copy link
Member Author

Replaced by the new renderers in #54

@304NotModified 304NotModified added this to the 4.3 milestone Jul 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants