-
Notifications
You must be signed in to change notification settings - Fork 168
ASP.NET Web App Template with Authentication for Beta5 #191
Comments
I tried the content that you provided, after removing browser link I am getting the following error.
|
Here are the changes needed
Package name is Kestrel instead of Microsoft.AspNet.Server.Kestrel The commands section should have
This file should only have the following content
|
Here is an updated zip file with @rustd's changes https://www.dropbox.com/s/lzblz1luwhmkcix/WebApplication_IndividualAuth.zip?dl=0. After this
cc @danroth27 |
@rustd @danroth27 the comment above is not an issue with the template but instead something else related to killing kestrel. When I tested the web empty template when i ran cc @glennc |
I've taken this one. |
Yes, I'll verify it. Thanks a lot |
This commit introduces following changes based on beta5 template: - updated project template structure (no flattened content) - the same structure and filenames for better code structure and code clarity and maintenance - updated syntax from fs-mem module for all I/O operations - simplification project structure and logic by using if/fi syntax to generate Gulp or Grunt related content within configuration files - use simple copy operation whenever possible to avoid complexity in code - all files are covered by Mocha unit tests - updated README.md in project root - no html based readme
Closed it, thanks @peterblazejewicz |
https://onedrive.live.com/redir?resid=43459A6389A804D9!94678&authkey=!AJvRGFbf3ebk55I&ithint=file%2czip
The text was updated successfully, but these errors were encountered: