When creating a new version of software in VSS there is a nifty feature called Branching that exposes some cool merging capabilities for retro-fixing issues. Firstly, share the files:Drag and drop the files from VSS UI into the new project folder: The files will appear with a little shortcut icon to show they are shared:... Continue Reading →
ASP.NET Write Permissions
When writing a file from ASP.NET application, the target directory needs to have write permissions set for both the logged in account (maybe IUSER_[name]) and also the IIS_WPG account.For example, writing a file to http://localhost/app/results, where the application root (http://localhost/app/) maps to C:\Inetpub\wwwroot\app\The permissions on the root folder (C:\Inetpub\wwwroot\app\) can be readonly, but the permission... Continue Reading →