I have website which is around 700 Mb in size.
now when I change something in code behind, then every time to i have to publish website to replace .dll server. because we are using single assembly for single page. now for build and publish consumes around 20 minutes.
I have installed visual studio 2013 for publishing single page. but when I published single page, it just publish .aspx and .aspx.cs page in visual studio.
What do I have to do to only publish single page into dll. so I don't have to publish whole website again and again?