4
votes
High Profile ASP.NET websites
One of the most profitable online stores...
Costco
I don't know if you consider all of these to be high-profile sites but here are …
5
votes
What does “Object reference not set to an instance of an object” mean?
Not to be blunt but it means exactly what it says. One of your object references is NULL. You'll see this when you try and access the property or method of a NULL'd object.
…
0
votes
Don’t publish particular folder in ASP.NET
There are probably much better ways to solve this problem but when we publish a build for our dev servers, we'll run a batch file when the build is complete to remove the un-needed folders and web. …
