domain-aliasing

Domain aliasing vs edge side includes for CDN

I'm designing a web application to support use of a CDN in the future. Two options I've considered: Use domain aliasing for static content on the site, including CSS, JS, and some images. Use "edge side includes" to designate static content regions. (1) is simpler and I've implemented it before. For example, we would prefix each IMG...

Change Default Starting Domain For .NET Website Project

I have a Website project that I'm trying to debug using Fiddler. Fiddler doesn't track traffic from localhost, so I created another alias in my hosts file to use instead of localhost. Now I would like to have my project use the fiddler.local.com instead of localhost when I run my project. Is there a way to do this? i.e. http://fiddle...