0

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")]

farina
  • 3,486
  • 6
  • 32
  • 44

1 Answers1

0

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

farina
  • 3,486
  • 6
  • 32
  • 44