I have troubles with blowery web and WebResource.axd.
What is WebResource.axd?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
WebResource.axd provides access to embedded resources within a project. It’s a handler that enables control and page developers to download resources that are embedded in an assembly to the end user.
You include WebResources in your AssemblyInfo:
Then you can get an include path for your Page using the following code:
Then to add the above file (which is a CSS file in this case):
Then you’ll end up seeing references within your page source such as the following: