Can anyone give me a technical reason to deploy on a IIS and ASP platform instead of Apache/Nginx and one of the dozens of open source solutions for deploying a web application? From where I'm sitting, it seems to me the reasoning is "I drank the Microsoft Kool-Aid". Surely there's a better reason than that.
Mass Infection of IIS/ASP Sites
11–20 of 42 posts
Re: Mass Infection of IIS/ASP Sites
#12Earlier quoted context omitted.
More like: "Management Drank the MS Kool-Aid" If your boss says you must use IIS then not much you can do.
If management drinks the MS Kool-Aid, they're probably hiring people who drink the MS Kool-Aid.
Re: Mass Infection of IIS/ASP Sites
#13Earlier quoted context omitted.
By using SPs you more or less double the effort to port your application away from whatever database you are using. Better to use an ORM.
You mean, except for the part where ORM-based applications are usually still injectable.
Re: Mass Infection of IIS/ASP Sites
#14Can anyone give me a technical reason to deploy on a IIS and ASP platform instead of Apache/Nginx and one of the dozens of open source solutions for deploying a web application? From where I'm sitting, it seems to me the reasoning is "I drank the Microsoft Kool-Aid". Surely there's a better reason than that.
Re: Mass Infection of IIS/ASP Sites
#15Earlier quoted context omitted.
By using SPs you more or less double the effort to port your application away from whatever database you are using. Better to use an ORM.
You mean, except for the part where ORM-based applications are usually still injectable.
Re: Mass Infection of IIS/ASP Sites
#16Earlier quoted context omitted.
By using SPs you more or less double the effort to port your application away from whatever database you are using. Better to use an ORM.
You mean, except for the part where ORM-based applications are usually still injectable.
Re: Mass Infection of IIS/ASP Sites
#17Can anyone give me a technical reason to deploy on a IIS and ASP platform instead of Apache/Nginx and one of the dozens of open source solutions for deploying a web application? From where I'm sitting, it seems to me the reasoning is "I drank the Microsoft Kool-Aid". Surely there's a better reason than that.
Re: Mass Infection of IIS/ASP Sites
#18Earlier quoted context omitted.
You mean, except for the part where ORM-based applications are usually still injectable.
Same can be said for sprocs. Any popular ORM will have proper handling for parameters. In both cases you can't rely on the tool, you have to know what you're doing.
Re: Mass Infection of IIS/ASP Sites
#19Earlier quoted context omitted.
More like: "Management Drank the MS Kool-Aid" If your boss says you must use IIS then not much you can do.
If management drinks the MS Kool-Aid, they're probably hiring people who drink the MS Kool-Aid.
Re: Mass Infection of IIS/ASP Sites
#20Earlier quoted context omitted.
You mean, except for the part where ORM-based applications are usually still injectable.
Don't ORMs use parameterized queries by default?