Could not load file or assembly 'dnx.clr.managed' or one of its...
Hi developer, I am using ASP.Net 5 and behind a proxy. I created dnx.exe.config (for with proxy) in...
View ArticleCan I change the wwwroot folder at runtime?
Lets say we have an application that returns different content for different domain names.And we want to handle static files: css files, robots.txt etc.We can have subfolders in wwwrot: site1 and...
View ArticleCannot compile with System.Runtime.Serialization.Formatters.Binary
I am working on an ASP.NET MVC 5 project in Visual Studio 2015. I am unable to build the project because I am getting the error "The type or namespace Binary does not exist in the namespace...
View ArticleCreating HttpContext instances and passing into pipeline
Suppose that I created a WebApi project using the latest ASP.NET 5 WebApi Visual Studio template. Now let's say that I create my own middleware class which creates its own HttpContext instances in...
View ArticleOAuthBearer Authentication 1.0.0-beta7 in ASP.NET 5 (vNext)
I'm working with ASP.NET 5 (vNext) application. I'm trying to implement Token Based Authentication but can not figure out how to use new Security System for my case. I went through examples but they...
View ArticleHow to send email using ASP.NET 5 MVC 6?
System.Net.Mail isn't supported in ASP.NET 5. I'm using DNX Core 5.0. How do I send email?
View ArticleSystem.Linq.Dynamic.Library for .Net Core
Hi,I was using System.Linq.Dynamic library with dnx 4.5.1 but when I started using dnx core 5, it is not recognising System.Linq.Dynamic.Library.Is there any solution for that or .Net Core 5 doesn't...
View ArticleBower install is not working
Hi Developer,I am using ASP.net 5. I am having problem with bower. After install the bower, I am getting error message as below:I am using behind a proxy. lets suppose that my proxy is abc-xyz.net and...
View ArticleDeploy to IIS with Authentication/SQL Server
So,I am a PHP guy with little to no .NET background. ASP Classic- sure, a bit, but pretty green when it comes to .NET/C#. But I really want to learn. With that in mind, can anyone give me some advice...
View ArticleCould not install package. You are trying to install this package into a...
Hi,I created class library in Asp.Net 5.0. I used classic dnx451 framework. Then I published it with "dnu publish -o d:\publish --no-source" and then copied it to the NuGet packages repository. After...
View ArticleIIS integration
In the September 8th ASP.NET 5 Community Standup it was mentioned that Kestrel will be the one and only server that Microsoft is going to ship and DNX is the one and only host that Microsoft will ship....
View ArticleHow to detect the session timeout in MVC 6, Asp.net 5?
Hi,How can the session time out be detected so that user can be redirected to login page on expiry?regardsPiyush
View ArticleAzure Storage Emulator with Asp.net 5 website
I was looking if there was a way to start the azure storage emulator when an asp.net 5 website is starting ? (using IISExpress)
View ArticleUK ASP.NET MVC 5 Hosting ? - suggestions from those who know in UK
Hi,I have developed a simple site for a client using MVC 5, I wish for the client to have the url and webspace on their credit card, not mine as had problems in the past with clients so dumped them,...
View ArticleWeb Form to coexist with ASP.NET 5?
I have a RFP to respond, in which client has existing application built using webform. Now they want to rebuild the application using latest technologies(so we are proposing ASP.NET 5 with MVC 6), its...
View ArticleIs the project developed in Asp.net 5 beta 5 version is safe to take to...
Is the project developed in Asp.net 5 beta 5 version is safe to take to production or is there any security breach will be there
View ArticleUsing VNext project with Service Fabric
Any plans to add support for this in the near future? I can get current Web Api to work in a stateless service, but would like to get some working examples using the new platform.Service Fabric seems...
View ArticleGetting Started on ASP.NET 5 with EF 7.0.0-beta7
I'm starting to explore VS 2015 using the new asp.net 5 and ef. I'm following the documentation provided at: http://ef.readthedocs.org/en/latest/getting-started/aspnet5.htmlRunning into a problem...
View ArticleCreating Menu Builder like wordpress
HiHow can i make a ASP.net C# menu like as http://scriptsell.net/plugins/ubermenu-v3-2-0-1-wordpress-mega-menu-plugin/OR http://shop.scriptsell.net/product/slideout-next-generation-menu.html
View ArticleCould not load file or assembly 'dnx.clr.managed' or one of its...
Hi developer, I am using ASP.Net 5 and behind a proxy. I created dnx.exe.config (for with proxy) in...
View Article