I got the following on build until recently.
Initializing IIS Web Server…
Successfully created virtual directory ‘ycmbuild’.
Granting IIS read access to the folder ‘C:\Projects\YourClubMatters\Trunk\YCM\WebSite_deploy\Release’.
C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(676,5): error : Some or all identity references could not be translated.
Warning: Unable to grant IIS access to folder ‘C:\Projects\YourClubMatters\Trunk\YCM\WebSite_deploy\Release’.
Done building project “WebSite_deploy.wdproj”.
========== Rebuild All: 7 succeeded, 0 failed, 0 skipped ==========
If you are using the Ajax Calendar Extender it might be worth looking at http://www.dotnetcurry.com/ShowArticle.aspx?ID=149&AspxAutoDetectCookieSupport=1
Its essentially a couple of tips for using it in common situations. One of the handiest for me was the ability to start by selecting the year, which makes much more sense when entering a date of birth.
Up until recently I had been using trac and svn to manage my code base and coordinate updates to the system I’m working on. Then we started requiring FXCop to police coding standards, that’s when we discovered team suite had it inbuilt and hop, skip and a jump and I was looking at the team [...]
I’ve recently started moving a large amount of code on the project I’m working on from the presentation layer into a business logic layer. One of the problems I found was trying to link to other pages on the site without know where the application would be located or if it would be http or [...]
Over the past few months I’ve had to make frequent use of Ireland’s property listing sites. Daft.ie is far and away the best site out there for finding a property but it wouldn’t be that hard to write something better. The most important thing to me is the search function. Here are some important points [...]
If you come across this problem I suggest the First thing you try is to check the intall file integrity.
I came across this problem and couldn’t find any solution to it, turns out I only had the first half of the ISO. The Web Authoring Component is in the latter half.
I only noticed once I [...]
Was trying to get windows ftp to work yesterday for an hour or so. I could connect to the server but could not get a directory listing. I narrowed down the problem to the firewall, I could get a directory listing locally but nothing externally. Turns out its not just sufficient to open port 21 [...]
I used to use unix a lot more than I do these days. One of the little things I miss is being able to check the integrety of a file in a single command. There is very little more annoying than finding out after hours of trying to install a large application that the reason [...]