Is it possible to force Integrated Authentication on a dynamically created embedded resource under IIS6?

For those of you who don't know what a Webresource.axd is...it's the dynamically created resource from when you choose embedded "Embedded Resource" under build action in Visual Studio and then reference the resource using this syntax under your AssemblyInfo class.

[assembly: WebResource("namespace.fileName.png", "image/png")]

link|improve this question

feedback

1 Answer

Unless someone has a better answer, I'm thinking it is NO.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.