The trouble is Application_Start in global.asax is protected. In C# the default for methods/fields is private and for fields (method variables) is private. Can Application_Start be declared public and members public as well?
--- In [email protected], "scaevola637" <[EMAIL PROTECTED]> wrote: > > Where is the best place to set application variables? > > What about variables that only exist inside a subdirectory? > > ie mysite/thislibrary/start.aspx > > I only need the variables set if inside thislibrary subdirectory Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
