asp.net mvc 4 - IIS Express re-compiling on almost every call after load of NuGet package -


my web application has been working fine. recently, began trying add twitter bootstrap project using nuget (it doesn't appear nuget issue because same thing happens if add tb manually). after doing so, noticed app misbehaving ... items displaying page server-side cache missing.

as dug this, realized app being re-loaded on every call. placed break point in bundleconfig , sure enough ... every call, i'm hitting break point.

if uninstall package, things start working fine again.

furthermore, doesn't seem twitter bootstrap. seems if install new packages system, starts happening ... if i'm pushing iis express on sort of memory boundary?

i've tried verify of normal iisexpress issues re-compiling ... things being written bin, etc. don't see activity on front (and i'm not explicitly writing there). i'm not writing web.config in code or either.

last bit of information -- if publish non-working app qa server, works fine. qa server full-blown iis -- not express. further confirms nothing being written bin or messing web.config.

edit when added twitter bootstrap, mean did add project. haven't referenced in pages. haven't included in bundling/minification, etc. it's sitting there unused still causes app recycle/recompile.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -