Click here to Skip to main content
15,887,027 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: WinForms DataGridView RowDataBound Pin
Abhinav S27-May-10 2:43
Abhinav S27-May-10 2:43 
QuestionWindow1.xaml -> Window1.xaml.cs - how do I get this hierarchially ordered Pin
Krischu26-May-10 4:59
Krischu26-May-10 4:59 
AnswerRe: Window1.xaml -> Window1.xaml.cs - how do I get this hierarchially ordered Pin
Abhinav S26-May-10 5:05
Abhinav S26-May-10 5:05 
AnswerRe: Window1.xaml -> Window1.xaml.cs - how do I get this hierarchially ordered Pin
Simon P Stevens26-May-10 5:51
Simon P Stevens26-May-10 5:51 
QuestionWhen is web.config called? Pin
Tripathi Swati26-May-10 0:16
Tripathi Swati26-May-10 0:16 
AnswerRe: When is web.config called? Pin
JHizzle26-May-10 0:23
JHizzle26-May-10 0:23 
GeneralRe: When is web.config called? Pin
Tripathi Swati26-May-10 0:34
Tripathi Swati26-May-10 0:34 
GeneralRe: When is web.config called? Pin
JHizzle26-May-10 0:51
JHizzle26-May-10 0:51 
Because as far as I know, you cannot stop a web application from checking web.config. Just because it's empty is no reason for it not to still read it into memory. This is inbuilt behaviour as far as I know.

I also wouldn't use machine.config to hold settings for you. If you are concerned about security, you can encrypt sections of the web.config and the .NET service will decrypt it automatically for you so you don't even need to chagne your code.
GeneralRe: When is web.config called? Pin
Tripathi Swati26-May-10 0:54
Tripathi Swati26-May-10 0:54 
GeneralRe: When is web.config called? Pin
Not Active26-May-10 2:29
mentorNot Active26-May-10 2:29 
AnswerRe: When is web.config called? Pin
PIEBALDconsult27-May-10 2:29
mvePIEBALDconsult27-May-10 2:29 
QuestionOpening webpage having stylesheets in masterpage contentplaceholder Pin
mominafiz25-May-10 21:19
mominafiz25-May-10 21:19 
AnswerRe: Opening webpage having stylesheets in masterpage contentplaceholder Pin
Richard MacCutchan25-May-10 22:27
mveRichard MacCutchan25-May-10 22:27 
AnswerRe: Opening webpage having stylesheets in masterpage contentplaceholder Pin
T M Gray26-May-10 8:03
T M Gray26-May-10 8:03 
QuestionNarayanan [modified] Pin
Narayanan chidambaram25-May-10 20:26
Narayanan chidambaram25-May-10 20:26 
AnswerRe: Narayanan Pin
Hristo-Bojilov25-May-10 20:40
Hristo-Bojilov25-May-10 20:40 
AnswerRe: Narayanan Pin
Abhinav S25-May-10 20:46
Abhinav S25-May-10 20:46 
AnswerRe: Narayanan Pin
Dave Kreskowiak26-May-10 2:09
mveDave Kreskowiak26-May-10 2:09 
AnswerRe: Narayanan Pin
LloydA11130-May-10 11:26
LloydA11130-May-10 11:26 
QuestionNET Framework 3.5 Configuration tool in VISTA Pin
NarVish25-May-10 19:34
NarVish25-May-10 19:34 
AnswerRe: NET Framework 3.5 Configuration tool in VISTA Pin
Hristo-Bojilov25-May-10 20:37
Hristo-Bojilov25-May-10 20:37 
QuestionHow to handle windows message in my .NET layer? Pin
cmartono25-May-10 17:06
cmartono25-May-10 17:06 
AnswerRe: How to handle windows message in my .NET layer? Pin
Luc Pattyn25-May-10 17:23
sitebuilderLuc Pattyn25-May-10 17:23 
GeneralRe: How to handle windows message in my .NET layer? Pin
cmartono25-May-10 17:59
cmartono25-May-10 17:59 
GeneralRe: How to handle windows message in my .NET layer? Pin
Luc Pattyn25-May-10 18:06
sitebuilderLuc Pattyn25-May-10 18:06 

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.