|
13
|
|
|
What are the ones that you know? Update: So, I am asking for features that are not typically taught by the text books. Further Update: There have been some pretty neat answers so far.Leave a comment if you guys think I should summarize them as part of the question. Summary of Answers:Here's a list based on the answers put in by everyone so far: Use of HttpContext.Items for caching request level items.Using HttpContext.IsCustomErrorEnabledUse of HttpModules.Enabling Trace from code based on QueryString Parameters and using Single Code Behinds for multiple ASPX Pages: Link to answer for code samplesFor testing, you can send emails to a folder rather than a SMTP server with a simple change in the web.config: Link to answer for code sampleIn ASP.Net 3.5 SP1, customErrors has a redirectMode attribute which allows showing error pages without changing the URL. Also, the form tag now recognizes the action attribute. Great for when you're using URL rewriting.Setting Server Control Properties based on Target Browser: articleyou can put an asp.net app offline simply by placing a file called app_offline.htm in What are the root. All new requests redirect to this file.ones that you can throw an HttpException which will be caught by Asp.Net and the corresponding customError Page will be shown. Link to answer for code sampleknow?
|
|
|
|
12
|
|
edited Oct 2 '08 at 19:11
|
|
|
|
|
|
11
|
|
edited Sep 23 '08 at 21:56
|
What are the hidden features Hidden Features of Asp.Net?ASP.NET
|
|
|
|
10
|
|
edited Sep 23 '08 at 20:17
|
|
|
|
|
|
9
|
|
edited Sep 23 '08 at 14:07
|
|
|
|
|
|
8
|
|
edited Sep 19 '08 at 9:45
|
|
|
|
|
|
7
|
|
edited Sep 18 '08 at 17:40
|
There are always features that would be useful in fringe scenarios, but for that very reason most people don't know them.
What are the ones that you know?
Update: So, I am asking for features that are not typically taught by the text books.
Further Update: There have been some pretty neat answers so far. Leave a comment if you guys think I should summarize them as part of the question.
Summary of Answers:
Here's a list based on the answers put in by everyone so far:
- Use of HttpContext.Items for caching request level items.
- Using HttpContext.IsCustomErrorEnabled
- Use of HttpModules.
- Enabling Trace from code based on QueryString Parameters and using Single Code Behinds for multiple ASPX Pages: Link to answer for code samples
- For testing, you can send emails to a folder rather than a SMTP server with a simple change in the web.config: Link to answer for code sample
- In ASP.Net 3.5 SP1, customErrors has a redirectMode attribute which allows showing error pages without changing the URL. Also, the form tag now recognizes the action attribute. Great for when you're using URL rewriting.
- Setting Server Control Properties based on Target Browser: article
- you can put an asp.net app offline simply by placing a file called app_offline.htm in the root. All new requests redirect to this file.
- you can throw an HttpException which will be caught by Asp.Net and the corresponding customError Page will be shown. Link to answer for code sample
And more in the answers.
|
|
|
|
6
|
|
edited Sep 18 '08 at 17:01
|
There are always features that would be useful in fringe scenarios, but for that very reason most people don't know them.
What are the ones that you know?
Update: So, I am asking for features that are not typically taught by the text books.
Further Update: There have been some pretty neat answers so far. Leave a comment if you guys think I should summarize them as part of the question.
Summary of Answers:
Here's a list based on the answers put in by everyone so far:
- Use of HttpContext.Items for caching request level items.
- Using HttpContext.IsCustomErrorEnabled
- Use of HttpModules.
- Enabling Trace from code based on QueryString Parameters and using Single Code Behinds for multiple ASPX Pages: Link to answer for code samples
- For testing, you can send emails to a folder rather than a SMTP server with a simple change in the web.config: Link to answer for code sample
- In ASP.Net 3.5 SP1, customErrors has a redirectMode attribute which allows showing error pages without changing the URL. Also, the form tag now recognizes the action attribute. Great for when you're using URL rewriting.
- Setting Server Control Properties based on Target Browser: article
- you can put an asp.net app offline simply by placing a file called app_offline.htm in the root. All new requests redirect to this file.
- you can throw an HttpException which will be caught by Asp.Net and the corresponding customError Page will be shown. Link to answer for code sample
And more in the answers.
|
|
|
|
5
|
|
edited Sep 18 '08 at 7:50
|
There are always features that would be useful in fringe scenarios, but for that very reason most people don't know them.
What are the ones that you know?
Update: So, I am asking for features that are not typically taught by the text books.
Further Update: There have been some pretty neat answers so far. Leave a comment if you guys think I should summarize them as part of the question.
Summary of Answers:
Here's a list based on the answers put in by everyone so far:
- Use of HttpContext.Items for caching request level items.
- Using HttpContext.IsCustomErrorEnabled
- Use of HttpModules.
- Enabling Trace from code based on QueryString Parameters and using Single Code Behinds for multiple ASPX Pages: Link to answer for code samples
- For testing, you can send emails to a folder rather than a SMTP server with a simple change in the web.config: Link to answer for code sample
- In ASP.Net 3.5 SP1, customErrors has a redirectMode attribute which allows showing error pages without changing the URL. Also, the form tag now recognizes the action attribute. Great for when you're using URL rewriting.
- Setting Server Control Properties based on Target Browser: article
- you can put an asp.net app offline simply by placing a file called app_offline.htm in the root. All new requests redirect to this file.
And more in the answers.
|
|
|
| |
|
Post Made Community Wiki by Community♦
|
occurred Sep 18 '08 at 7:50
|
|
|
|
|
|
4
|
|
edited Sep 14 '08 at 0:03
|
There are always features that would be useful in fringe scenarios, but for that very reason most people don't know them.
What are the ones that you know?
Update: So, I am asking for features that are not typically taught by the text books.
Further Update: There have been some pretty neat answers so far. Leave a comment if you guys think I should summarize them as part of the question.
|
|
|
|
3
|
|
edited Sep 11 '08 at 14:11
|
There are always features that would be useful in fringe scenarios, but for that very reason most people don't know them.
What are the ones that you know?
Update: So, I am asking for features that are not typically taught by the text books.
Further Update: There have been some pretty neat answers so far. Leave a comment if you guys think I should summarize them as part of the question.
|
|
|
|
2
|
|
edited Sep 10 '08 at 18:26
|
There are always features that would be useful in fringe scenarios, but for that very reason most people don't know them.
What are the ones that you know?
Update: So, I am asking for features that are not typically taught by the text books.
|
|
|
|
1
|
|
asked Sep 10 '08 at 18:20
|
What are the hidden features of Asp.Net?
There are always features that would be useful in fringe scenarios, but for that very reason most people don't know them.
What are the ones that you know?
|
|
|