Configuring - Other web.config settings
Categories: State handling
|
Tags: Architects, Developers, XML, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
Revision:
1
Posted:
20/Sep/2009
Updated:
24/May/2010
Status:
Publish
Types: Reference
|
OverviewThis article is a part of articles on Configuring Visual WebGui application.
In this part you will find information on other web.config settings that are not part of the Visual WebGui inegration Tabs, but still affect your application and provide extra features or flexibility. Settings | Default value | web.config | Description |
|---|
Session state
| InProc
| <system.web>
<sessionState mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;
Trusted_Connection=yes"
cookieless="false"
timeout="20" />
</system.web>
|
|
This part of the article has not been completed yet.
See alsoForum discussions
| Default value | web.config | Description |
|---|
Custom errors
| RemoteOnly
| <system.web>
<customErrors mode="RemoteOnly" />
</system.web>
|
|
This part of the article has not been completed yet.
| Default value | web.config | Description |
|---|
Custom HTTP handlers
|
|
|
|
This part of the article has not been completed yet.
About the author
Related Articles
|
State handling
|
|
|
Tags:
Developers, Navigation, 2. Intermediate, 3. Advanced, ASP.NET, Pre v6.3, v6.3, v6.4 and Later
|
|
|
This article explains how to configure a Visual WebGui application to work without using cookies.
Tags:
Developers, XML, 1. Beginner, 2. Intermediate, 3. Advanced, ASP.NET, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags:
Architects, Developers, XML, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
|