css - Update Embedded Resource at runtime -
css - Update Embedded Resource at runtime -
in asp.net mvc application, want update css file or js file contents embedded within dll dynamically @ runtime without restarting application.
the reason application huge 1 take more time restart. in development phase changes in js or css don't want rerun application , wait minutes.
please provide solution asap.
embedded resources compiled item within assembly , cannot modified in run time @ all. same cannot modify bytes (compiled source code) within assembly in run time. may need think different architecture application wont need update embedded resource @ runtime.
by way, may find link useful: programmically embed resources in .net assembly
css asp.net asp.net-mvc embedded-resource
Comments
Post a Comment