Why Building resources in an ASP.NET project is so slow?

Why Building resources in an ASP.NET project is so slow?

am 27.12.2007 09:10:15 von afshar

Why Building App_LocalResources or other resources in an ASP.NET
project is so slow? (While publishing a website) Is there a way to
speed up it?

Re: Why Building resources in an ASP.NET project is so slow?

am 27.12.2007 20:49:43 von NoSpamMgbworld

Move the resources to their own assembly and compile it separately. That is
the best method of speeding up website publish if the resources are the pain
point.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"Afshar" wrote in message
news:e420b9f8-c302-4270-b5f3-dfec40ca3460@e25g2000prg.google groups.com...
> Why Building App_LocalResources or other resources in an ASP.NET
> project is so slow? (While publishing a website) Is there a way to
> speed up it?