ASP.NET 4 Webforms Bundle error in content pages -


here´s deal. i´m using bundling in webforms site , works charm in master page. when inspect file in browser, shows js , css files minified , bundled.

but when other bundling, return entire site inside bundled file?

something this.

"<%: styles.render("~/bundles-css/master") %>"

"<%: styles.render("~/bundles-css/home") %>"

the first works , second returns whole html page inside of it.

i not post images of code difference :( . help.

dammit! dumb thing confusing bundle name.

i changed "<%: styles.render("~/bundles-css/home") %>" "<%: styles.render("~/bundles-css/intern") %>" , worked! :/.

i believe confusing of aspx files. :/


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -