Can i develop 3 tier desktop database application wihtout IIS ?
can i develop 3 tier desktop database application without IIS ? i.e. desktop application (e.g. wpf or universal app)<--->whatever layer type ASP.net vNext offers as a stand alone .exe on windows...
View ArticleIncorrect reply URL with OpenId Connect when connecting to Azure AD
In Azure AD, I set up a Reply URL that is different from the Sign-on URL, hoping that the code would return to a different location after user signs in. But I was not able to get it working: the code...
View ArticleChange controller code on IIS without re-publishing
Hi,I've been told that in ASP.NET 5 it's possible to copy changed to code (change to a controller for example) to IIS and the changes will take effect on refresh without having to re-publish.According...
View ArticleHow to render script in the head section in ui-router
How to render script in the head section in ui-router nested state? something like razor sections in mvc?
View ArticleHosting asp.net 5 application on Linux.
Hi, I have been searching a lot about hosting asp.net 5 on Linux, What I found is running asp.net 5 with dnx. But I can only access the application through " localhost:port ". I want a production...
View ArticleHow to inject the interface only with class string name in the runtime
E.g. have an interface IFoo, know that only one class implements IFoo and the classstring name is "AAAA". How to inject this scenario in startup.cs?Seems like we can do...
View ArticleHow to use htmlhelper to create Div contains 'Label' and...
1. Need to get the selected items by http uri, e.g. using ajax in view2. The model key field already has attribute [DataType("DropDownList")] from System.ComponentModel.DataAnnotations3. Need to...
View ArticleProblem publish - Login failed for user
I need help! I am publish project ASP.NET 5 MVC 6 in IIS 8.5 Windows 2012 r2. Configured as https://docs.asp.net/en/latest/publishing/iis.htmlBut so error - A database operation failed while processing...
View ArticleMVC 6 Hosting on PLESK
Hosting Type: Shared Supported: MVC 6 (.Net 4.6) and HTTP Platform Handler supportPublished app working fine on local IIS, On Plesk load published content via FTP (3 folders wwwroot,log,approot) can...
View ArticleProblem with routing MVC 5 on Virtual Directory under IIS 7.5 (Win.Server...
Under IIS 7.5 Default Web Site (mysite.com) I created Virtual Directory (WebStudent)and published MVC 5 application. I started option Browse on Virtual Directory and URL...
View ArticleStrongly typed view won't render, fails silently
Here is what I have in my Configure Method:app.UseIISPlatformHandler(); app.UseMvcWithDefaultRoute(); app.UseStaticFiles(); if(_environment.IsDevelopment()) { app.UseDeveloperExceptionPage(); }I have a...
View ArticleWhich ASP.net to learn in 2016 ?
I am intermediate level in c# and have been developing some small programs in c# winforms and planning to start learning ASP in 2016 -2017 . because i am freelancer i can start fresh independent of any...
View ArticleAzure Media Services
Hi!I cannot add windowsazure.mediaservices.extensions to the project.json. It says, it isn't compatible with DNX Core 5.0. Is there an other way to add this package to the ASP.NET 5 project or I have...
View ArticleUsing API token for auth
I'm needing some direction on setting up custom authentication/authorization using an API-token like system. Basically users will log in with a username and one time password(token). The application...
View ArticlePerformance issues with DNX anyone?
When running on Windows 7,8,10 in VS 2015 using web or iis express, the performance is fine. We have deployed to 2012, 2016 using the same DB server (most recent preview) and Azure apps with azure...
View ArticleAm I the only one feel that asp.net 5 is on the wrong path?
It brings more problems than it has solved.As a developer for a serious web application, I have a few to say:1. Cross platform is overrated. Any decent corporation knows that stability is key to...
View ArticleHow to discover all the Microsoft's extension methods in ASP.NET 5?
Is it possible to generate intellisense list somehow that will list all Microsoft packages extensions for ASP.NET classes? Or something like separate catalogue in Nuget package manager to browse...
View ArticleASP.NET 5 Please help - many-to-many relatnionship
Hi!In ASP.NET you still cannot migrate many-to-many relationship. So I created a join class link. I have an ApplicationUser class, a CloudMusic and the UserCloudMusic join class. I cannot collect the...
View ArticleMasterPage issue...
Hello there.I have one MasterPage and 2 pages(Home.aspx and LogIn.aspx).I set as StartPage the Home.aspx.When i begin the project the debugger first passes by the Page_Load(Home.aspx) and after...
View ArticleWho has a command line building scripts to build an asp.net 5 project on...
Hopefully it should be able to get all the dependencies itself and build it. Assume I already powershell and .net 4.5 installed.I usually don't start develop anything before I can build the project...
View Article