Rohith's blog
All about full stack development ...
docker: Error response from daemon: driver failed programming external connectivity on endpoint
This one is going to be quick post where I ran into following error with docker while trying to...
Date: 04/09/2018
Curious case of IISExpress error "Failed to register URL" when working with OWINHost
when working with an application using a bunch of micro services , ran into this error with...
Date: 03/28/2018
Starting a fresh Progressive Web App project from scratch with ReactJs,Redux ,Typescript ,TDD and VSCode Debugging
If you are going to start a new React Project from scratch,You may want to have many feature sets...
Date: 03/21/2018
ASP.NET MVC 5 with BDD ,Onion/Clean Architecture, Living documentation and a CI/CD pipeline from scratch
To give you a little background, I was toying with an idea for a startup and wrote a quick...
Date: 03/15/2018
500.19 error or 502.5 error when hosting asp.net core 2 application inside IIS
While deploying asp.net core 2 to IIS, you may get one of these errors or both :) 500.19 Internal...
Date: 03/13/2018
Quick Reference : ASP.NET and Windows Authentication
Authentication is a process by which the system validates a user's logon or sign-in information. A...
Date: 10/18/2017
Quick Reference : IIS Application Pool
What is IIS Application Pool? IIS runs any website you configure in a process named w3wp.exe. IIS...
Date: 10/08/2017
How to fix the error "port is currently used by another application"
I bet you may have seen this error at least once If you are a web developer :) Different error from...
Date: 08/27/2017
When and how does asp.net runtime load dlls ?
Let's look at when and how asp.net runtime loads a particular dll. Your asp.net code needs to load...
Date: 06/29/2017
Part 2- demystifying the file upload process in asp.net
This is a continuation of the blog post...
Date: 01/22/2013
large file uploads in asp.net -part 1
Uploading large files in asp.net requires a bit of configuration changes and met with certain...
Date: 01/22/2013