Popular Articles
Last viewed:
- Connect to Site to Site VPN with Windows XP
- GridView ObjectDataSource LINQ Paging and Sorting
- Launch URL in Default Browser using C#
- C# Free Component to Generate PDF - Convert HTML to PDF
- Tutorial for Configuring Silverlight 4, Entity Framework and WCF RIA Services in Separate Component Assemblies (DLL’s)
- SQL Server Log File (AKA LDF file) is huge - reduce size
Recent comments
- Awsome!!
7 hours 19 min ago - C# insert image
22 hours 11 min ago - jkll
3 days 10 hours ago - Thank You
4 days 10 hours ago - Another approach
6 days 11 hours ago - Issue
1 week 38 min ago - thanks
1 week 11 hours ago - Calendar date time
1 week 17 hours ago - Nice Explanation
1 week 21 hours ago - ramya
1 week 3 days ago

<compilation debug="true"
<compilation debug="true" defaultLanguage="c#">
<buildProviders>
<!-- So we can map paths correctly in css files -->
<add extension=".css" type="System.Web.Compilation.PageBuildProvider" />
</buildProviders>
...
<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add path="*.css" verb="GET" type="System.Web.UI.PageHandlerFactory" validate="True"/>
...