views:

18

answers:

0

Hi all

i have currently got an asp.net website that has had all its code behind files taken out and a separate assembly is used to hold the functionality. This was done as we have a team of designers who continually add new controls and scripts and styles to the site. As a website is not pre-compiled this is not a problem. the trouble is the site builds very slow on our CI server and local machines as its a website and not a web app

I want to be able to update this to a webapp as it will be much faster. The trouble is that im worried about the flexibility of the design team being able to add files to the solution and then needing to precompile the webapp.

Is there any advice that anyone can offer about whether the webapp can work in the same way as the old website or will converting to a webapp take away the flexibility that i currently have

thanks

paul