Click here to Skip to main content
15,914,071 members
Home / Discussions / C#
   

C#

 
GeneralRe: Save and Get image data from database Pin
Heath Stewart13-Feb-05 7:16
protectorHeath Stewart13-Feb-05 7:16 
GeneralRe: Save and Get image data from database Pin
Sasuko13-Feb-05 11:27
Sasuko13-Feb-05 11:27 
Generalwhidbey - where is Global.asax codebehind file Pin
abcxyz8213-Feb-05 2:35
abcxyz8213-Feb-05 2:35 
GeneralRe: whidbey - where is Global.asax codebehind file Pin
Heath Stewart13-Feb-05 7:15
protectorHeath Stewart13-Feb-05 7:15 
GeneralRe: whidbey - where is Global.asax codebehind file Pin
abcxyz8214-Feb-05 3:28
abcxyz8214-Feb-05 3:28 
GeneralRe: whidbey - where is Global.asax codebehind file Pin
Heath Stewart14-Feb-05 8:27
protectorHeath Stewart14-Feb-05 8:27 
GeneralRe: whidbey - where is Global.asax codebehind file Pin
abcxyz8214-Feb-05 21:40
abcxyz8214-Feb-05 21:40 
GeneralRe: whidbey - where is Global.asax codebehind file Pin
Heath Stewart15-Feb-05 5:57
protectorHeath Stewart15-Feb-05 5:57 
"MySite.Application" is what you're supposed to replace. If you read the documentation for the @Application element, the Inherits attribute is the namespace + class name. Whatever namespace you use for your code you must add before Application, as you've defined your class.

I still recommend you use the file itself. You still get IntelliSense and you can compile the entire site using the links I gave you. If it's a matter of protecting your code 1) a developer could easily use something like ildasm.exe or ".NET Reflector" or any other disassembler or decompiler to see your code, or 2) simply change the Inherits attribute to point to a different type if you're concerned about security (and remember that security through obscurity is no security at all).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: whidbey - where is Global.asax codebehind file Pin
abcxyz8215-Feb-05 6:47
abcxyz8215-Feb-05 6:47 
GeneralRe: whidbey - where is Global.asax codebehind file Pin
abcxyz8215-Feb-05 6:55
abcxyz8215-Feb-05 6:55 
GeneralRe: whidbey - where is Global.asax codebehind file Pin
Heath Stewart15-Feb-05 7:28
protectorHeath Stewart15-Feb-05 7:28 
GeneralMSpaint TextBox.. Pin
jk chan12-Feb-05 20:43
jk chan12-Feb-05 20:43 
GeneralRe: MSpaint TextBox.. Pin
Heath Stewart13-Feb-05 7:09
protectorHeath Stewart13-Feb-05 7:09 
GeneralRe: MSpaint TextBox.. Pin
jk chan13-Feb-05 16:19
jk chan13-Feb-05 16:19 
GeneralRe: MSpaint TextBox.. Pin
Luis Alonso Ramos13-Feb-05 18:56
Luis Alonso Ramos13-Feb-05 18:56 
QuestionBest Practices? Pin
12-Feb-05 19:34
suss12-Feb-05 19:34 
AnswerRe: Best Practices? Pin
jlach0112-Feb-05 19:38
jlach0112-Feb-05 19:38 
AnswerRe: Best Practices? Pin
leppie12-Feb-05 22:02
leppie12-Feb-05 22:02 
AnswerRe: Best Practices? Pin
jlach0113-Feb-05 5:05
jlach0113-Feb-05 5:05 
GeneralRe: Best Practices? Pin
Heath Stewart13-Feb-05 7:00
protectorHeath Stewart13-Feb-05 7:00 
GeneralRe: Best Practices? Pin
jlach0113-Feb-05 7:07
jlach0113-Feb-05 7:07 
GeneralRe: Best Practices? Pin
Heath Stewart13-Feb-05 7:12
protectorHeath Stewart13-Feb-05 7:12 
GeneralRe: Best Practices? Pin
jlach0113-Feb-05 7:22
jlach0113-Feb-05 7:22 
GeneralRe: Best Practices? Pin
Heath Stewart13-Feb-05 21:37
protectorHeath Stewart13-Feb-05 21:37 
QuestionHow to assign an icon to a file format Pin
oohungoo12-Feb-05 16:49
oohungoo12-Feb-05 16:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.