Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is site.css specified?
Message
From
13/11/2013 09:52:13
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01587781
Message ID:
01587898
Views:
31
Bundles are a good thing. In a web application, if you list each css file separately, each must be loaded separately. That means for each file, you have to contact the server, establish a connection, download the content, the disconnect. With a bundle, multiple files are automatically combined. So if you have three files in the bundle, the browser connects to the server one time, which speeds up page load.


>
> <webopt:BundleReference runat="server" Path="~/Content/css" />  
>
>
>This is how they (VS) load all CSS.
>Thank you.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform