开发者

Integrated Authentication on dynamic/embedded Webresource.axd under IIS6

开发者 https://www.devze.com 2023-03-25 05:25 出处:网络
Is it possible to force Integrated Authentication on a dynamically created embedded resource under IIS6?

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 ref开发者_如何学Goerence the resource using this syntax under your AssemblyInfo class.

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消