Categories

How to customize the style drop down in FCKEditor

Share

One of my clients wanted to use the same CSS classes which were being used on the public website in the FCKEditor so that he could apply the classes in one go while writing the content. Now the Style drop down is populated through the fckstyles.xml in FCKEditor directory root. Its basically an XML [...]

Rebuild indexes in SQL Server 2005

Share

If you have a database with millions of records on which you provide search facility to customers then you will need to maintain indexes so that the visitor experience is enhanced.

SQL Server 2005 allows you to create indexes. Its up to you to decide which columns should be indexed. Most probably those [...]

What to do if you get “It is an error to use a section registered as allowDefinition=’MachineToApplication’ beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS”

Share

Please view the following URL for cause and resolution of this problem http://forums.asp.net/t/769696.aspx

Most of the times this occurs if you have a more than web.config defined in your sub folders.

Tweet