C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
4
Reply
What is the use of Web.config file?
Sanjay Dixit
12y
2.3k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
The web.config file contains information about Server side configuration like Connection String, Application details, Caching information, Authentication Information. You can also define the user roles and profile in Web.config file.
Amit Tiwari
12y
1
For storing connection string
Mukesh Kumar
8y
0
The web.config file contains information that control module loading, security configuration, session state configuration, and application language and compilation settings. Web.config files can also contain application specific items such as database connection strings.
Satish
12y
0
The web.config file contains information that control module loading. security configuration and application language and compilation setting.web.config files can also contain application specific items such as Data base connection strings.
Sharad Rathore
12y
0
What are the options in ASP.NET to maintain state?
What is asynchronous post back? How does it happens?
Message