Configuring - Other web.config settings
From Visual WebGui Wiki
Contents |
Overview
This 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
| This part of the article has not been completed yet. Please feel free to contribute and add contents to the Wiki |
See also
Forum discussions
- To enable SQL server as stateserver in pre 6.4 versions - set cookieless to true
- SQL server session state available in 6.4 but not in all earlier versions
Custom errors
| 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. Please feel free to contribute and add contents to the Wiki |
Custom HTTP handlers | Default value | web.config | Description |
|---|---|---|---|
| Custom HTTP handlers | | | |
| This part of the article has not been completed yet. Please feel free to contribute and add contents to the Wiki |
