attach

Drupal Image Attach only need 2 image sizes for my content type

When I use image attach it's creating too many extra images that I don't need. I created a content type called "content_area_4" with Image Attach allowed. I then created an image size called "content_area_4_thumbnail" with a Scale & Crop of 160 x 130. When I go to create a node type of content_area_4 with Teaser image size: content_area_...

Can't debug ASP.NET in VS2005 won't stop at break point

I have an puzzling problem. I have a new ASP.NET web application in VS2005 that runs fairly well, but I am having a problem and would like to set a break point to see what is going on. I have compiled the project in Debug mode. I have debug=true set in the web.config. But it appears that the IDE is not attaching to the process at all...