Why Building resources in an ASP.NET project is so slow?
am 27.12.2007 09:10:15 von afsharWhy 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?
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?
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"
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?