Ever had trouble embedding resources to your ASP.Net Project? This is all you need to do ... Let's assume, that we had an image that we wanted to embed. Step 1 Add the resource file to your project. Step 2 Set the Build Action of your resource file to "Embedded Resource". Step 3 In your...