Proper setup of project.json for just .Net Core in RC2?
With the release of .Net Core RC2 I have started rebuilding my website with it and after creating a web application I opened the `project.json` file so I could remove references to the older .Net...
View ArticleAzure Webapp:The specified CGI application encountered an error and the...
Should RC2 already work as Azure WebApp? I seem to be able to publish just fine, and project runs on my development machine. However when I deploy to Azure, only thing I'm getting is "The specified CGI...
View ArticleASP.NET Core RC2 migration - Error while loading views
Having problems with the views since the migration: info on stackoverflowhttp://stackoverflow.com/questions/37390702/asp-net-core-rc2-migration-error-while-loading-viewsAny help is appreciated. Seem to...
View ArticleConnection string is not recognized when publishing to Microsoft Azure
I've got the following appsetings.json file:{"ConnectionStrings": {"DefaultConnection": "Server=JUNGLE\\SQL2014DEV;Database=Bonus;Trusted_Connection=True;MultipleActiveResultSets=true","BonusContext":...
View ArticlePublished "free" Azure app is blank in browser
I have created test dummy ASP.NET Core app and published it to "free" Azure app, but browser show blank screen.
View ArticleWindows Printers
Hi,Is there a way to get the Windows printers installed on the server, under ASP.NET Core RC1?
View ArticleSlow first response when using Views
It seems that the first view load takes noticeably more time than when the controller does not use view and just return something like Content("<html>....</html>").[Route("/with_view")]...
View ArticleCreation of the project "ASP.NET Core Web Application"
Hi!How to correct an error during creation of the project "ASP.NET Core Web Application"?
View ArticleWhere are the Linux downloads?
A few days ago I found a website that offers an NGINX module for running ASP.NET Core, and a note just below that that says Apache isn't currently supported. Did anybody see that web page recently? I...
View ArticleIIS AspNetCore Module cannot be found
Hi, I just removed DNVM/DNX/DNU stuff and installed Core RC2: DotNetCore.1.0.0.RC2-SDK.Preview1-x64 and DotNetCore.1.0.0.RC2-VS2015Tools.Preview1.I created a few projects based on new templates, but I...
View ArticlePondering Possible Pitfalls of Policy Parameterization
I have spent the last couple weeks reading up and experimenting with ASP.NET Core (Got started just in time to have to migrate from RC1 to RC2). One of the changes that is of particular interest to me...
View ArticleAdding references to .NET Core projects
Hi. Below is a copy of the question I initially posted on MSDN and, as suggested there, asking here.Can anyone explain "reference adding strategy" for .NET Core projects?Here is what I'm trying to do...
View ArticleAD update using LDAP for role,department,email changes as batch
Hi Team,I want to update AD using LDAP .Fields for Update are : Name,email,Role,Department and locationIt should be a script task in ssis.I am newbie to AD Services. Coding samples and way of handling...
View ArticleCannot enable CORS ASP.NET 5
I'm making a web application with CORS enabled. I've made 2 projects : Cors and CorsSource (https://github.com/redplane/Cors)I've followed this tutorialBut, when I sent request from Cors to CorsSource...
View ArticleProblem with publishing to IIS - getting HTTP Error 502.3 - Bad Gateway
I am failing to get a web service written in ASP.Net Core RC2 running using IIS. I've set up everything as per the supplied instructions and have deployed the service using publish from VS 2105. When...
View ArticleWhere Do I Start?
I was closely following the development up-until RC1. For the most part I felt fairly comfortable with most things, in so much as I could build projects. I've been away from it all for a few months....
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 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 ArticleHow specify kestrel port or unix socket name?
Docs "deploying on production linux machine" seems not to be about RC2. When I try to run:dotnet assembly.dll --server.urls http://unix:/var/aspnet/HelloMVC/kestrel.sockApplication binds to...
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 Article