Possible Duplicate:
Is feature activation code allowed in Web Template Project?
I am working on web template (aka site template). It a farm level solution so vs 2010 automatically added a feature scoped to farm. I added a 2nd feature scoped to web. because I want to do bunch of thing using object model when a web (sub site) is provisioned. It runs good, i can click on new site> select my custom template > create a site > it creates the site. I am just adding a dummy list to proof my concept that event receiver will work. I even put a breakpoint in the code and it simply doesnt get fire. What am I doing incorrectly?