Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fandrei committed Dec 6, 2011
1 parent d18f59d commit 2dad3b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Documentation/TECHNICAL_NOTES.md
@@ -1,11 +1,13 @@
#Authentication

Using Basic authentication at this moment.
http://www.samuelotter.com/blog/2010/07/big-gotcha-with-custom-http-basic-authentication-in-wcf-services/
http://weblogs.asp.net/srkirkland/archive/2008/02/20/wcf-bindings-needed-for-https.aspx

#Deployment

Web deployment methods http://msdn.microsoft.com/en-us/library/ff356104.aspx
Using Web Deploy Remote Service as more powerful.

Scripts generated by VS2010 SP1 have a bug in handling of quote chars, preventing passing command line options to AppMetrics.Deploy.cmd.
http://stackoverflow.com/questions/5539968/msdeploy-batch-file-does-not-handle-quotes-anymore
Expand All @@ -18,7 +20,8 @@ command line key "-setParam:name='IIS Web Application Name',value='Default Web S
Skipping the folder containing logs:
command line key "skip:objectname='dirPath',absolutepath='App_Data'"

#Continuous integration: build and deployment
#Continuous integration: build, deployment and testing

Steps:
1. run script to build binaries and deployment package
2. Jenkins deploys it to the live server, in the temporary versioned location
Expand Down

0 comments on commit 2dad3b5

Please sign in to comment.