News

Setting up a Self-Hosted ASP.NET Web API Follow along as I create a console application that self-hosts ASP.NET Web API, and can be deployed to machines not running IIS.
Now that you have your Angular 2 application set up, you need to configure TypeScript. To do that, add a tsconfig.json file to your project and put the contents of Listing 3 in it (in the Add New Item ...
Powerful and Performance-Focused Features ASP.NET offers the most advanced feature set for building state of the art web apps.
Take advantage of asynchronous web pages in ASP.Net to improve the responsiveness and scalability of your applications ...
For some time now, I’ve wanted to document how to setup a custom 404 page that can handle link redirection for an ASP.NET web application. In my case, I just needed to customize the 404 behavior ...
Take advantage of Application Insights to monitor performance and detect and diagnose performance issues in your web application.
So how do you set up you local environment for a ASP.NET project?<BR><BR>Do you create a new directory to publish to, or point IIS to your project directory?<BR><BR>Do you set up virtual ...