Monday 15 June 2015

asp.net mvc - Remove cookies from static requests -


I am trying to optimize the performance for my ASP MVC 4 website. One of Google pagespeed's suggestions is to serve my stable files with a single quel domain.

It is possible to achieve this by creating 2 websites from what I've read so far (for your site www .site.com) and for one of their stable files (www.static.site.com) Both point to the same files. Then you should establish a static site to be stateless.

There is no other way to go around it without creating 2 websites in IIS.

It seems that such a large

you deploy this project Why are you Twice? You can deploy it once and map virtual directories from stateless domains / subdomains to your physical directories.


No comments:

Post a Comment