Tagged Questions
3
votes
2answers
578 views
Programmatically modifying an embedded resource before registering/referencing it on the page
Firstly, "Modifying" may be the wrong term, I see a few people have posted online just asking whether they can actually modify an embedded resource. What I am wanting to to, is use a resource in my ...
3
votes
1answer
1k views
ILMerge and Web Resources
We're attemtping to merge our DLL's into one for deployment, thus ILMerge. Almost everything seems to work great. We have a couple web controls that use ClientScript.RegisterClientScriptResource and ...
2
votes
2answers
244 views
Equivalent of http://www.cplusplus.com/ for C# .net
I've read through a lot of the "Learn C# .Net" questions just to see if this question was answered already (directly or indirectly).
I program mostly in C++ so I find the website ...
1
vote
1answer
22 views
WebResource is not working on the host
I have a class library project which contains a java script file "libscript.js" which is located in the library/Resources/Scripts folder.
I marked "libscript.js" file as an Embedded Resource from ...
0
votes
1answer
63 views
Integrated Authentication on dynamic/embedded Webresource.axd 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 ...
0
votes
1answer
41 views
Exclude webresources from obfuscating with babel?
I'm obfuscating a DLL which contains an embedded webresource, however when I try to add it to the page using ScriptManager.RegisterClientScriptResource I get a YSOD
Web resource ...
0
votes
1answer
137 views
Embedding a Bitmap in ASP.NET's WebResource
I am generating a System.Drawing.Bitmap on the fly in an ASP.NET Custom Web Server Control, and then I want to serve this bitmap as part of the WebResource, because I do not want to save it on the ...