Click here to Skip to main content
15,912,665 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: text in html format Pin
Vasudevan Deepak Kumar10-Nov-06 21:09
Vasudevan Deepak Kumar10-Nov-06 21:09 
Questiondropdown list problem Pin
Deepak the Cool10-Nov-06 19:11
Deepak the Cool10-Nov-06 19:11 
QuestionPage Zooming Pin
kirthikirthi10-Nov-06 17:58
kirthikirthi10-Nov-06 17:58 
AnswerRe: Page Zooming Pin
Vasudevan Deepak Kumar10-Nov-06 21:11
Vasudevan Deepak Kumar10-Nov-06 21:11 
QuestionInvoke EXE from web. Pin
justindhas10-Nov-06 17:04
justindhas10-Nov-06 17:04 
AnswerRe: Invoke EXE from web. Pin
Vasudevan Deepak Kumar10-Nov-06 21:13
Vasudevan Deepak Kumar10-Nov-06 21:13 
QuestionHow to regenerate web.config + Seeking tips and info on web.config! Pin
bluesourcecode10-Nov-06 11:14
bluesourcecode10-Nov-06 11:14 
AnswerRe: How to regenerate web.config + Seeking tips and info on web.config! Pin
aamironline10-Nov-06 16:28
aamironline10-Nov-06 16:28 
On the safer side i would suggest to take latest from VSS and recover your web.config. However i would recommand you to grasp thorough understanding of Web.config. It is must if you are into web delopment with asp.net. Internet is the perfact repository for finding information. At the moment i would just say that Web.Config is an organized configuration file which manages your settings and configration on differenct area of web site development.

Following list tells you about different section of configuration file.

- AppSettings : Handles custom settings in the form of name and value pair.
- SessionState: Session related settings.
- ConnectionStrings: An organized place for putting connection strings.
- CustomErrors: Centralized error manangement settings.
- Trace: Centralized location for application tracing.
- Providers: Different provider related settings like MembershipProvider, RolesProvider etc....
- Configuration and ConfigurationSection : Allow creating custom application specific settings....
- Etc...

One more thing
==============
If you install .Net 2.0, IIS gives you a UI for editing web.config file.

Hope this much information if okay for you to get started with the Web.Config



M Aamir Maniar
aamirOnline.com

Questioncontrols with table Pin
Mohammed Elkholy10-Nov-06 10:25
Mohammed Elkholy10-Nov-06 10:25 
AnswerRe: controls with table Pin
Vasudevan Deepak Kumar10-Nov-06 21:14
Vasudevan Deepak Kumar10-Nov-06 21:14 
QuestionDatasets in ASP.Net Pin
theflux12310-Nov-06 10:06
theflux12310-Nov-06 10:06 
AnswerRe: Datasets in ASP.Net Pin
indianet10-Nov-06 11:22
indianet10-Nov-06 11:22 
Questionhow to make my site reads arabic Pin
karimkamal10-Nov-06 9:45
karimkamal10-Nov-06 9:45 
AnswerRe: how to make my site reads arabic Pin
Vasudevan Deepak Kumar10-Nov-06 21:15
Vasudevan Deepak Kumar10-Nov-06 21:15 
QuestionAccessing Parent Page Property from User Control Pin
GregStevensCA10-Nov-06 9:26
GregStevensCA10-Nov-06 9:26 
AnswerRe: Accessing Parent Page Property from User Control Pin
Guffa10-Nov-06 10:19
Guffa10-Nov-06 10:19 
GeneralRe: Accessing Parent Page Property from User Control Pin
GregStevensCA10-Nov-06 11:20
GregStevensCA10-Nov-06 11:20 
GeneralRe: Accessing Parent Page Property from User Control Pin
indianet10-Nov-06 12:40
indianet10-Nov-06 12:40 
GeneralRe: Accessing Parent Page Property from User Control Pin
Guffa10-Nov-06 12:59
Guffa10-Nov-06 12:59 
QuestionWeird character insertion Pin
Marc Paliotti10-Nov-06 8:35
Marc Paliotti10-Nov-06 8:35 
AnswerRe: Weird character insertion Pin
Marc Paliotti10-Nov-06 9:15
Marc Paliotti10-Nov-06 9:15 
QuestionExtract content from Word Documents Pin
GaryWoodfine 10-Nov-06 8:22
professionalGaryWoodfine 10-Nov-06 8:22 
AnswerRe: Extract content from Word Documents Pin
indianet10-Nov-06 9:13
indianet10-Nov-06 9:13 
GeneralRe: Extract content from Word Documents Pin
GaryWoodfine 10-Nov-06 22:53
professionalGaryWoodfine 10-Nov-06 22:53 
QuestionEnvironment Independent Connection Strings Pin
robert11010-Nov-06 8:09
robert11010-Nov-06 8:09 

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.