The problem i am facing is that whenever i add new item and choose Generic Handler file.The "place code in separate file" option is disabled as a result the handler file appears inside other files. I am using visual studio 10.
So when i see the solution explorer the handler file is inside default.aspx file just like default.aspx.cs file.Here is the picture of it.
See the handler file is inside the Default.aspx file.
What i want is to have this handler file in the root directory just like test.aspx file as in the picture.