Date: October 22nd, 2007

Some good news for our industry

22 October, 2007 (17:10) | General | No comments

The Los Angeles times in its Sunday Edition carried a front page article by Peter Pae entitled ” Some Firms Move Jobs Onshore “.
The gist of the article is that numerous large corporations are looking to send jobs to small town USA where overall savings can equal those of sending the work offshore.
This appears […]

When Visual Studio Cannot Publish a Website

22 October, 2007 (06:45) | General | No comments

If you ever come across a situation where VS does not properly publish a site, but also doesn’t give any reason why, it maybe a good idea to go to the command prompt instead of VS. At the command prompt use the following statement
aspnet_compiler -v /MyWebSite -p “{Root}” “{Target}” -errorstack
Root and Target are directory […]