Click here to Skip to main content
15,905,144 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: I have posted an Article in 2nd May but not yet been Publish Pin
Not Active16-May-11 2:13
mentorNot Active16-May-11 2:13 
AnswerRe: I have posted an Article in 2nd May but not yet been Publish Pin
Dalek Dave18-May-11 13:55
professionalDalek Dave18-May-11 13:55 
QuestionWhat is the future of ASP.NET? Pin
supernaturaluser13-May-11 10:27
supernaturaluser13-May-11 10:27 
AnswerRe: What is the future of ASP.NET? Pin
Ravi Sant13-May-11 10:35
Ravi Sant13-May-11 10:35 
JokeRe: What is the future of ASP.NET? Pin
JP_Rocks13-May-11 10:36
JP_Rocks13-May-11 10:36 
GeneralRe: What is the future of ASP.NET? Pin
supernaturaluser13-May-11 11:02
supernaturaluser13-May-11 11:02 
AnswerRe: What is the future of ASP.NET? Pin
Rhuros15-May-11 22:48
professionalRhuros15-May-11 22:48 
AnswerRe: What is the future of ASP.NET? Pin
Prasanta_Prince15-May-11 20:53
Prasanta_Prince15-May-11 20:53 
AnswerRe: What is the future of ASP.NET? Pin
Rhuros15-May-11 22:57
professionalRhuros15-May-11 22:57 
AnswerRe: What is the future of ASP.NET? Pin
Morgs Morgan16-May-11 21:51
Morgs Morgan16-May-11 21:51 
AnswerRe: What is the future of ASP.NET? Pin
Dalek Dave18-May-11 13:56
professionalDalek Dave18-May-11 13:56 
Questionremoting connection with http channel with binary formatter Pin
Tripathi Swati12-May-11 21:03
Tripathi Swati12-May-11 21:03 
AnswerRe: remoting connection with http channel with binary formatter Pin
Ravi Sant13-May-11 10:41
Ravi Sant13-May-11 10:41 
GeneralRe: remoting connection with http channel with binary formatter Pin
Tripathi Swati17-May-11 20:52
Tripathi Swati17-May-11 20:52 
QuestionCan a web application run without Web.Config [modified] Pin
Jagz W12-May-11 18:00
professionalJagz W12-May-11 18:00 
AnswerRe: Can a web application run with Web.Config Pin
m@dhu12-May-11 19:33
m@dhu12-May-11 19:33 
GeneralRe: Can a web application run with Web.Config Pin
Jagz W13-May-11 5:49
professionalJagz W13-May-11 5:49 
AnswerRe: Can a web application run with Web.Config Pin
Prasanta_Prince13-May-11 2:45
Prasanta_Prince13-May-11 2:45 
GeneralRe: Can a web application run with Web.Config Pin
Pete O'Hanlon16-May-11 2:28
mvePete O'Hanlon16-May-11 2:28 
GeneralRe: Can a web application run with Web.Config Pin
Jagz W16-May-11 6:06
professionalJagz W16-May-11 6:06 
GeneralRe: Can a web application run with Web.Config Pin
Pete O'Hanlon16-May-11 7:20
mvePete O'Hanlon16-May-11 7:20 
You don't need to. By default, if a section is present in machine.config, and the same section is not present inside your web.config, the website can read the values it needs from machine.config. The important thing to note is that machine.config is seen by all .NET applications, so you should not look to modify it yourself unless you really know what you are doing.

If settings are present in your web.config, and also present in machine.config, the settings from web.config will be used.

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


AnswerRe: Can a web application run without Web.Config Pin
AspDotNetDev13-May-11 10:33
protectorAspDotNetDev13-May-11 10:33 
AnswerRe: Can a web application run without Web.Config Pin
Ravi Sant13-May-11 10:44
Ravi Sant13-May-11 10:44 
AnswerRe: Can a web application run without Web.Config Pin
Parwej Ahamad15-May-11 17:16
professionalParwej Ahamad15-May-11 17:16 
AnswerRe: Can a web application run without Web.Config Pin
Prasanta_Prince15-May-11 20:54
Prasanta_Prince15-May-11 20:54 

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.