how to setup email system .net 2012 with c# framwork 4.5
how to link mailing system in webpage.
View ArticleI can not make the deployment of the ASP.NET core project ...
Hi to all,I'm developingwith ASP.NETcore1.0.1 and i have a problemwhen I try topublish acoreASP.NETMVCprojecton a"test remote server", below arelistedthe errors generated:Executing command ["C:\Program...
View ArticleHow to create a nested array of objects(folder name, level) from the...
Hello everyone, I have the need to provide "Bootstrap TreeView" a nested array of objects (javascript) representing the hierarchical folders structure located on the site server.
View ArticleAsp.net identity: and after?
Hi,From a basic web project, I've added a folder for member space, asp.net membership on sql server as well as account creation and login pages. J'ai paramétré asp.net avec son outil d'administration...
View ArticleXmlDocument().Load(requestUrl)
In earlier version of asp.net have this code to load a xml string from internet: Now I get an compiler error on the LOAD(requestURL) saying "Can not convert from string to system.io.stream. Any ide...
View ArticleNeed to improve the application's loading time faster
HI,I am developing an application (MVC Core) in Angular2 (with typescript). I don't know why its loading time is slow ?I am using like this .<!DOCTYPE html><html><head...
View ArticleHow to import file csv in Sql Server with ASP.NET Core 1.1 MVC ...
Hello everyone, I am developing with ASP.NET MVC 1.1 Core and I need to import csv files into SQL Server, it would seem that ADO.NET can not use more or better data structures like "DataTable" and...
View ArticleBuilding Navigation Rules
I'm going to use the default ASP.NET Core web application _Layout.cshtml as my example. It creates the following navigation bar:<ul class="nav navbar-nav"><li><a asp-area=""...
View ArticleAsp.Net Core Identity or IdentityServer4 with Bearer Token Authentication
I'm creating an application with generator-aspnetcore-spa and I would like to add identity.I would like to implement Bearer Token Authentication. I've read that Asp.Net Core Identity and...
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 ArticleAuto migration in EF Core in three tier application
i have three tier application in Asp.net Mvc Core and use EF core, now i want create auto migration ,i have DAL layer that my context available herepublic class AdminContext : DbContext { public...
View Articlehow to implement three tier architecture in login page with stored procedure
in asp.net c#. Suppose I am making login page with three tier architecture and a login template form ... How to do this, applying client side validation ? Thanks
View ArticleHow to use React in Typescript
Hi,I try to build my first React project. I created an asp.core project and using npm I installed react typescript and typings of react and react.dom.I created under my project root folder a folder...
View ArticleTo detect whether the request has come from mobile device or not in Asp.Net...
HiIt it possible in Asp.Net core based Webapi project to detect if the user is on a mobile device?In previous version of Asp dotnet MVC it could be done like this:Request.Browser.IsMobileDevice.Thanks...
View ArticleUser.Identity.IsAuthenticated always false
Hi,I start to test Identity with web api in .net core. I done a method that get the current user, but I obtain a bad request because this User.Identity.IsAuthenticated is always false.I don't undestand...
View ArticleConnecton string when connecting to sql server
I am trying to connect to a sql database in an aspnet .identity web forms project. The original sql express used<add name="DefaultConnection" connectionString="Data...
View ArticleHosting asp.net core online
Hi I am trying to host asp.net core blog online.This is my first time hosting website online.Can anybody provide me documentation including step by step process how to host it other than on...
View ArticleWhat is the best way to use connection string ?
I declared my connection string in webconfig like this , <configuration> <connectionStrings> <add name="Dbconnection" connectionString="Server=USER-PC\SHUKLAJI;...
View Articlehow to make a common class for connection (written in c#) and call that...
Make a common class for connection which you are written in your C# code & call the connection from this common class & make sure that connection will close as well as dispose properly. how to...
View ArticleDoubts about the access from the WAN on site asp.net core ...
Hello to all, Icreated a websitewithasp.net1.1coreMVCI havemade all the necessaryconfigurations, i can connecttothe home pageonly ifI map"127.0.0.1"or "public IP"withvirtual sitename in the hosts...
View Article