Click here to Skip to main content
15,887,267 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
QuestionDynamic Grid Pin
Ramkumar_S12-May-11 15:53
Ramkumar_S12-May-11 15:53 
AnswerRe: Dynamic Grid Pin
Andy_L_J12-May-11 21:33
Andy_L_J12-May-11 21:33 
QuestionHow can my hosted asp.net website access my local machine database Pin
akosidandan12-May-11 14:53
akosidandan12-May-11 14:53 
Questionword document in ASP.Net Pin
jashimu12-May-11 10:15
jashimu12-May-11 10:15 
QuestionDatagrid performance Pin
vanikanc12-May-11 9:56
vanikanc12-May-11 9:56 
AnswerRe: Datagrid performance Pin
David Mujica13-May-11 3:14
David Mujica13-May-11 3:14 
QuestionResizing images from SQL Database Pin
Aptiva Dave12-May-11 6:20
Aptiva Dave12-May-11 6:20 
AnswerRe: Resizing images from SQL Database Pin
AspDotNetDev12-May-11 7:22
protectorAspDotNetDev12-May-11 7:22 
GeneralRe: Resizing images from SQL Database Pin
Aptiva Dave12-May-11 8:00
Aptiva Dave12-May-11 8:00 
GeneralRe: Resizing images from SQL Database Pin
AspDotNetDev12-May-11 8:13
protectorAspDotNetDev12-May-11 8:13 
QuestionHow to get a timer in ASP.NET 2.0 w/o AJAX? Pin
Jun Du12-May-11 3:54
Jun Du12-May-11 3:54 
AnswerRe: How to get a timer in ASP.NET 2.0 w/o AJAX? Pin
Blue_Boy12-May-11 4:21
Blue_Boy12-May-11 4:21 
AnswerRe: How to get a timer in ASP.NET 2.0 w/o AJAX? Pin
AspDotNetDev12-May-11 7:04
protectorAspDotNetDev12-May-11 7:04 

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.