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

  • Thread starter Thread starter Afshar
  • Start date Start date
A

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?
 
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!
|
*************************************************
 
Back
Top