3
3P
Hi.
I'm working on big solution. It's WebSite project with around 50 projects
in it.
Whenever I make any change in project referenced from WebSite and compile
that project
it takes about 20 minutes before I can use the website. I navigate to
localhost IIS address
and have to wait 20 minutes before it's usable. Looks like it is
recompiling everything.
I don't have to say that it makes our work almost impossible. If I make
mistake then that
20 minutes is lost. I edit the error and again have to wait 20 minutes.
That can't be normal
thing. What happens then?
My first thought was it's because of WebSite Project not WebApplication.
But one of coowerkers
said he converted it do WebApplication and it didn't change anything (I
didn't see it, so I don't
know if I shoud believe it). My other thougt was that we have to many
projects or some too complicate
dependencies between projects. Build is very very slow.
Do You have any ideas? Anyone with experience at working with so big
solutions in ASP.NET?
3P
I'm working on big solution. It's WebSite project with around 50 projects
in it.
Whenever I make any change in project referenced from WebSite and compile
that project
it takes about 20 minutes before I can use the website. I navigate to
localhost IIS address
and have to wait 20 minutes before it's usable. Looks like it is
recompiling everything.
I don't have to say that it makes our work almost impossible. If I make
mistake then that
20 minutes is lost. I edit the error and again have to wait 20 minutes.
That can't be normal
thing. What happens then?
My first thought was it's because of WebSite Project not WebApplication.
But one of coowerkers
said he converted it do WebApplication and it didn't change anything (I
didn't see it, so I don't
know if I shoud believe it). My other thougt was that we have to many
projects or some too complicate
dependencies between projects. Build is very very slow.
Do You have any ideas? Anyone with experience at working with so big
solutions in ASP.NET?
3P