Correct Publishing my Website
Hello,i have some problems to publish my website. I have a asp.core website with angular 2 as frontent. Now i want to publish my website to my IIS. I publish with Web Deploy.At Settings i can config...
View ArticleIntegrating Angular 2 with ASP.Net Core
Overview:ProMatrix put together a series of demonstrations on how to integrate Angular 2 with ASP.Net Core. We call it “Angular2.Net”. Each demo is about 10 minutes, and each one is self-contained.We...
View ArticleRetrieve Access Token
During authentication using external Oauth Provider, the Access Token is saved into AspNetUserTokens table.How can I retrieve it after login ?
View ArticlePublishing of ASP.NET Core to Azure fails due to SQL Script Generation
I had a project that I've published to Azure several times without incidence. Now, the entire project is down and getting CGI errors on the site. I've deleted my publishing profile, recreated it from...
View ArticleOnline Exam Portal
HI there, I am making a web application, on online exam portal , and I want my help on that. There are two modules, the student and the admin module. First ,student module has login and registration...
View ArticleE-Mail confirmation on registration but not logon
I have a website which has a lot of users before implementing e-mail verification. I use ASP.NET Core 1.1 I want new users e-mails to be verified but not previously registered members.... So now if I...
View ArticleUsing HTML templates with asp.net core?
i want to make a site for a particular business market. for sure each client will want a style that suite their personal taste and the color theme of the their company,so i want my site to accept...
View ArticleDependency Injection for ApplicationDbContext
I'm having a problem with socket leaks in Azure....This is the current way I do DI in my controllers:private readonly ApplicationDbContext _context; public SomeController(ApplicationDbContext context)...
View ArticleGetting value of selected Radio Button in ASP.NET MVC Tag helper
In the following ASP.NET MVC Core app how do I get the value of selected Tag Helper Radio Button. When Form is posted the propertySelectedOrderType of viewModel is always capturing the value 1 no...
View Article.NetCore.1.0.1-VS2015Tools.Preview2 installed with wrong templates in Web and...
Hi All.I'm using VS Enterprise 2015 with Update 3 on Windows 7 Enterprise SP1. I installed successful:DotNetCore.1.0.1-VS2015Tools.Preview2.0.3and.NET Core 1.1 SDK (64 bit) But when ran VS and select...
View ArticleASP.NET Core and Modern Front-end Development Workflow
I've recently read many questions regarding integration of ASP.NET Core, Visual Studio and modern front-end development workflow. The questions usually arise around ES6, Babel, WebPack and some of...
View Articlehow to get the particular records of a table by clicking the hyperlink button...
You Guys are simply awesome, very helpful... Say , I want to repeat my question, In my examination portal, I want to get the attempted tests (previous tests),say, date, Subject, max marks obtained ,...
View ArticleCheck if uploaded IFormFile is a valid image
Hi,I'm trying my best to find a solution to this:I need the controller to check if the uploaded file is a valid image (not just extention or contenttype) I need it to validate that it is an image.The...
View ArticleconnectionString is not considered
Hello everyone,I'm still in a phase of preparing a website and I am creating the first tables with Entity Framework 6. I'm developing with Visual Stuido 2015 Community in ASP.NET MVC core upgraded to...
View ArticleHow to make asp.net core 1.1 project in visual studio 2015?
How to make asp.net core 1.1 project in visual studio 2015? I already download the sdk and preview tooling from https://www.microsoft.com/net/download/core, but when i create new asp.net core project,...
View Articlehow to reterive aadhar information throug webservice
hi in my application i am allowing the customer to enter an aadhar number and emailid .based on that i need to reterieve other information like his name address and genderi try to look for the...
View Articlehow to call javascript function on button click event on dropdown selected...
There are two text boxes and dropdown list has 4 options add, multiply, divide and minus. when i select add and click submit button , the numbers should add and display the result below.Please help...
View ArticleHTTP Error 502.5 - Process Failure - ASP.NET Core app deploy
I have a problem when I'm deploying my application to server.I'm getting an error:> HTTP Error 502.5 - Process FailureIn log file I can see:Unhandled Exception: System.IO.FileLoadException: Could...
View ArticleDifference between ASP.NET Web API and Web Service
ASP.NET based Webservice can return data either in XML format or in JSON format. then what is the need of WebAPI.
View ArticleUsing list when build seed data
Hi,I want to builf a seed data for my asp.net core project. I defined 3 objects, A, B & C.A have list of B in its properties (ICollection) and B have list of C in its properties (ICollection) . In...
View Article