How can I allow admin, hr, student , teacher from single registration form ?
I need to make a single registration form and allow these 4 designations to reach to their dashboard by the same form filling . How can I do this ?Thanks in advance !!!!!!!!!!!!!!!
View ArticleHosting asp.net core mvc app on azure
I am trying to host a asp.net core mvc app on azure . I am already using my local Db for my app. I am getting internal server Error.I can't find a tutorial online for already existing local db.Kindly...
View ArticleHow to make a HTTP request using c# to asmx web-method which is returning...
I created a web method in asmx web services and it is returning pure JSON using Context.Resopnse.Write.Now the above line will write json data to the connection pipeline of the request but how to...
View ArticleWizard Like Interface with Client and Server validation
I have build a view which acts like a Wizard (Next, Previous, Finish), now I have the need to validate each wizard page not only on the client but also on the server because of some special complex...
View ArticlePublish to Linux web server
I'm interested in developing ASP.NET Core web applications and host them on my Linux-based shared web hosting server with Apache httpd. I know the technical details of setting up an http proxy to...
View ArticleHow do I set AllowOnlyAlphanumericUserNames to false in ASP.Net Identity Core?
I see the examples all over in previous versions of Identity. But these properties do not seem to exist in Core: 1) AllowOnlyAlphanumericUserNames 2) UserValidator - off of UserManagerI am trying to...
View ArticleAspNetCore AzureAppServicesIntegration not compatible with netcoreapp1.1
I have a web.api project targeting netcoreapp1.1, when I try to:Install-Package Microsoft.AspNetCore.AzureAppServicesIntegration I get an the error:Install-Package : One or more packages are...
View ArticleOn Cascade Delete Disable
Sorry, I know this has been asked quite a few times. I have looked at the answers and keep thinking I have understood it only to run smack bang into the same issue every version I try.First the...
View ArticleCoded UI Testing VS2017
Hi,I am working on Dotnet core project and recently upgraded to VS2017. I would like to perfom coded ui testing using vs2017.but i did not found any useful links or materials available in any forums....
View Articleasp.net core 1.0.1 and reporting services report viewer
Has anyone successfully integrated SQL 2016 SSRS reportviewer? If so, can you point me in the direction for a sample?
View ArticleReceived error message "Package 'Microsoft.EntityFrameworkCore.Tools.DotNet...
I am trying to follow this tutorial on creating an ASP.NET Core MVC and Entity Framework Core app, and I tried installing the NuGet package Microsoft.EntityFrameworkCore.Tools.DotNet, as the topic...
View ArticleASP.NET Core with EF6 Multiple Databases
I am currently trying to implement a solution with ASP.NET Core and Oracle EF 6. We currently have a single code base and database schema, but with 4 databases (one for each country).I have genereated...
View ArticleIIS 8.5 : I can not open a site's home page published ...
Hello everyone, after you publish asite on aWindowsServer2012 andIIS8.5 andfollowsthe indications of aprevious postwhen I try toopen thehome pagehttp://sitovirtuale:2134I get the followingerror:HTTP...
View ArticleMissing dnvm installation script on github
I have an internal project that uses dnvm. As part of our build process a docker container is created and dnvm is installed. IT has been relying on the dnvm install script that was found in a multitude...
View ArticleHTTP Error 500.19
My first time trying to implement an ASP.NET Core Application to Hosted IIS Server.There is a web.config and I believe the issue could have to do with a malformed XML Attribute of the...
View ArticleLooking for Help good people I am modifying a website here so "...
/* Copyright 2002-2011 Corey Trager Distributed under the terms of the GNU General Public License */using System; using System.Data; using System.Data.SqlClient; using System.Text;namespace btnet {...
View ArticleDynamic Model Binding with Repeating Inputs
Is there a "proper" way to setup model binding for dynamically adding, editing, and deleting elements in .NET Core? I came across this article...
View ArticleCalling method in startup.cs configure
what is the best way to call an method in startup.cs configure(). I can't find something on the internet. is it possible?I need this to create routes out of the database and want to keep my code so...
View Articleinstall Microsoft.Extensions.Logging.AzureAppServices
in the official document, it says the Microsoft.Extensions.Logging.AzureAppServices provider only available for apps that target ASP.NET Core 1.1.0 or higher.The...
View ArticleAzure log service
in the official document, it says the Microsoft.Extensions.Logging.AzureAppServices provider only available for apps that target ASP.NET Core 1.1.0 or higher.The...
View Article