Publish Asp.Net Core to Custom Url on IIS (Windows Server 2012 R2)
Hello Everyone,I love Asp.Net Core.I have not been able to make my application to www.mydomain.com on my Windows Server 2012 R2 work.I have followed the Instructions on...
View Articlednx451 + Middleware + Server Send Events
Hello, im trying to implement simple POC for Server Send Events using middleware in asp.net core... this is what i have so far:Server:using System; using System.IO; using System.Text; using...
View ArticleError on debugging my website
Hallo,when i debug my Website and set a breakpoint i can't watch my local variables. I got the error: error CS0103: The name 'model' does not exist in the current contextHow can i fix this. thxJens
View ArticleRC2 Self Hosted Mvc Sample?
I'm looking for a working RC2 sample of self hosting MVC in a console app, cross platform. I've checked the usual places, but can't find one yet. Can anybody point me to one?Thanks.
View ArticlePublish to IIS: Error 502
I wanted to try out publishing an ASP.NET Core 1.0 RC2 application to an IIS web server. I've just created a new project in Visual Studio 2015 u2 with the latest ASP.NET Core tools installed, with no...
View Articlehow can i create classlibray project based on fullnetframework in vs2015?
how can i create classlibray project based on fullnetframework in vs2015? only net core classlibray project now,but mongodb don‘t support .net core now.
View Articledot not debian x86?
i have been using dnx/dnu on an x86 debian 8 using mono 1.0.0-rc1-update2 and everything works fine.i tried updating to this new-fangled "dotnet" thing, but it seems like all the tooling is native code...
View ArticleFailed to retrieve information from remote source '....'.
turn out i have custom source specify in nuget manager. after removing it project builds.
View ArticleAny linux hostings for asp.net core rc2
Hi everyone,I've tried with some small samples with asp.net core rc2.I wonder if there is any linux hosting for asp.net core rc2 or not, and how to deploy the website.Can anyone help me please?Thank...
View ArticleConfig file (assemblies.dll.config) cannot be read successfully due to...
i'm developing an asp.net website that use 3rd party library(API). the main problem is, when i run the website, the compiler throws this exception and i can't communicate with the API. the full...
View ArticleAsp.NET Core RC2 shared libraries
Hi,My architecture is as follows:Windows Services on the backend to perform High performance core operations. Asp.NET Core RC1 as the front end layerShared class libraries between the front layer and...
View ArticleReturning a file
I am also on MVC6 and have issues with Response.Headers even after adding "Microsoft.Net.Http.Server": "1.0.0-rc1-final". First it wants an instance of Response. Then if you create an instance, it...
View ArticleAfter updating to RC2 500 after deploy
I updated from rc1 to rc2. I am deploying to iis on a windows vps. Web deploy was working fine. The site was working fine. After updating to RC2 and a redeploy I am getting a 500 internal server error....
View ArticleWhy asp.net core didn't support owin 1.0?
why?It's not good for asp.net core development.
View ArticleASP.NET Core RC2 cannot use Class Libraries anymore
In ASP.NET Core RC1 Class Libraries are supported in Razor views - but no longer in RC2!This make it impossible for a non toy project to ubgrade to RC2.Building a NuGet Package from the Class Library...
View ArticleWould RC2 be mature enough to use it in production for small projects?
One of our latest project needed to include a small web API with the possibility to show 2-3 web pages (with static content) that would eventually be ported on Azure. Two weeks ago, I looked into ASP...
View ArticleProblem referencing EntityFrameworkCore.Tools
Hi all,I've installed RC2 and EntityFrameworkCore.Tools, however I'm getting a build error that it cannot find EntityFrameworkCore.Tools.The build is looking at...
View ArticleAchingly slow startup times with RC1
I'm finding incredibly slow start up times when booting our ASP.NET 5 / RC1 projects - both from Visual Studio (using Kestrel directly - the "command prompt" window opens for the DNX process and it...
View ArticleMVC template with select list from parent not working?
Hi!I'm testing RC2 for my project, however can't seem to get default generated edit template work.I have two models Product and ProductVariant. When trying to edit Variants through the generated code...
View ArticleHow to remove RC2?
I installed RC2 to see what is needed to upgrade our RC1 applications to RC2. While I almost got things compiling, there's a number of dependencies that aren't available yet for RC2 so I need to go...
View Article