Erwin's Blog
Developing with .NET
-
How to catch and re-throw exceptions
There are two ways to catch and re-throw an exception, below the two code snippets:
-
Interesting links week #44
Below a list of interesting links that I found this week:
-
Interesting links week #43
Below a list of interesting links that I found this week:
-
Interesting links week #42
Below a list of interesting links that I found this week:
-
Interesting links week #41
Below a list of interesting links that I found this week:
-
Interesting links week #40
Below a list of interesting links that I found this week:
-
Interesting links week #39
Below a list of interesting links that I found this week:
-
Interesting links week #38
Below a list of interesting links that I found this week:
-
Removing the expect http header
When implementing a java axis web service in to a .NET project, it seems that the expect http header provides a wrong response from the axis web service. So we had to remove the expect http header from the web service request.
-
Web setup project multiple default documents
If you want to configure multiple default document in you web setup project, you can do this by separate your default documents by comma and place them in the “DefaultDocument” field of the “Web Application Folder” properties page.