Thanks for reply..
I couldnt use following codes in web.config file.
<configuration>
<system.web>
<httpModules>
<add name="CuteEditor.UploadModule" type="CuteEditor.UploadModule,CuteEditor"/>
</httpModules>
</system.web>
</configuration>
After adding this code it gave 505 error while browsing.. So i deleted the code.. Is ther any solution ? Plse reply..