Should Github be used as a CDN for javascript libraries? [closed]

You should not do that for JavaScript files if you care about performance or IE9 compatibility. GitHub doesn’t serve its “raw” files with a far-future expires header. Without the possibility of cross-site caching, you lose the biggest benefit of using a public CDN to host your JavaScript. In fact, using GitHub as a CDN will … Read more

Subdomain on different host [closed]

A sub domain is part of the domain, it’s like subletting a room of an apartment. A records has to be setup on the DNS for the domain e.g mydomain.example has IP 123.456.789.999 and hosted with Godaddy. Now to get the sub domain anothersite.mydomain.example of which the site is actually on another server then login … Read more

ASP MVC in IIS 7 results in: HTTP Error 403.14 – Forbidden

Maybe it’s useful to someone: After converting my app to MVC 4 with .NET framework 4.5 and installing the framework on my server with IIS 7.0 I encountered the same ‘forbidden’ error mentioned in the question. I tried all options described above to no avail, when I noticed the <system.webServer> <modules runAllManagedModulesForAllRequests=”true”/> </system.webServer> was missing … Read more

How many socket connections can a web server handle?

In short: You should be able to achieve in the order of millions of simultaneous active TCP connections and by extension HTTP request(s). This tells you the maximum performance you can expect with the right platform with the right configuration. Today, I was worried whether IIS with ASP.NET would support in the order of 100 … Read more

Where to host an Open Source Project: CodePlex, Google Code, SourceForge? [closed]

Edit 2015-08-01: This answer is still getting views and votes. It’s more than ancient and I’d like to delete it, but since it’s the accepted answer, I can’t do that. Then again, it’s community wiki and the community has kept it up-to-date – thank you for that! SourceForge has crossed over to the dark side, … Read more

HTTP Error 500.30 – ANCM In-Process Start Failure

In ASP.NET Core 2.2, a new Server/ hosting pattern was released with IIS called IIS InProcess hosting. To enable inprocess hosting, the csproj element AspNetCoreHostingModel is added to set the hostingModel to inprocess in the web.config file. Also, the web.config points to a new module called AspNetCoreModuleV2 which is required for inprocess hosting. If the … Read more

Difference between Amazon EC2 and AWS Elastic Beanstalk [closed]

First off, EC2 and Elastic Compute Cloud are the same thing. Next, AWS encompasses the range of Web Services that includes EC2 and Elastic Beanstalk. It also includes many others such as S3, RDS, DynamoDB, and all the others. EC2 EC2 is Amazon’s service that allows you to create a server (AWS calls these instances) … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)