Erwin's Blog

Developing with .NET

Browse by Tags

All Tags » Visual Studio » .NET (RSS)
Interesting links week #32 and #33
Below a list of interesting links that I found this week: Frontend: Websites Shouldn't Look The Same Across Different Browsers…Here Is Why Be Cool and Write Your Own jQuery Selectors 5 Reasons & Resources for Validating Your HTML What is a Supercookie...
DevDays ‘11 The Netherlands day #2
Dag 2 van DevDays 2011, het beloofde weer een dag te worden met veel interessante sessies. De eerste sessie was gelijk een interressante, “HTML 5 - That's What You Need to Know Today!” van Ingo Rammer . Hij gaf een aantal best practices over hoe het beste...
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. Below you will find...
Add Web Reference with certificates on https
Today I was adding a webservice via "Add Web Reference" to my project. The webservice was only accessible on https with a client certificate. When I did "Add Web Reference" I got a "The underlying connection was closed: Could...
One web setup project for deploying on multiple environments
A common task in a project is preparing your for a deployment. The easiest way to do this is making use of a Web Setup Project . But how do we make this Web Setup Project suitable for multiple environments, because it's most likely that there are environments...
More Posts