Monthly Archives: March 2010

Manually start Visual Studio dev. web server

I needed to manually start the Visual Studio dev. web server for profililng purposes… The web server is located here: C:\Program Files (x86)\Common Files\microsoft shared\DevServer\9.0\WebDev.WebServer.EXE Arguments /port:<port number> Optional, an unused port number between 1 and 65535. /path:<physical path> A … Continue reading

Posted in Development, Software | Tagged , , | Leave a comment

Google Sitemap .NET links

Some links with information about creating a Google Sitemap either directly in XML or via some .NET code. http://gerardmcgarry.com/blog/creating-a-google-sitemap-aspnet-website http://www.codeproject.com/KB/aspnet/GoogleSiteMapProvider.aspx

Posted in Development, Personal | Tagged , , , , | Leave a comment