2010
11.05

Called Chris from IT Conference Room around 2:30 Friday, November 5th.

Here we go:

Remove webSnap on test first to ensure no DLLs are referenced

With Umbraco …

any pg= or websnap page then websnap dll took over

umbraco = .net 3.5

websnap = .net 1.1

not supposed to run both in same pool

umbraco pages – dynamic

static pages – students

asp pages

should not interfere with Umbraco

load balancing –

.net 3.5 on iis 6 was a factor

iis 7.5 handles requests differently

handlers are integrated in

os 2003 – 2008 rs w/ iis 7.x

http://www.microsoft.com/windowsserver2008/en/us/default.aspx

orig used san shared urc location

load balancing … copy the orig to multiple locations

connection issues between servers — timeouts due to security timeouts?

example: bufiles timeouts when we tried storing files there

2003  – 2008 (bufiles) talking between two an issue according to craig

system watcher/monitor would timeout when on bufiles OR toad (not as bad)

even with beefed up server, still need to allow for load balancing

4 servers minimum – load bal two that sync content on defined time interval

one on the backend for publishing

toad behind firewall as your content box, allow people publish their content

still will pub to sql live, then let robocop run and monitor changes to system and then syncs with additional servers.  no admin on front end boxes.

distinquish content from applications, uploaded files to buconnection would ul to front end servers but not to back, would wipe out update on next sync

step 1 = move stuff to test server

long term move content portion to server, move apps to diff server

examples: boa, etc. (apps.butler.edu)

umbraco app pool no longer needed

file copy umbraco first, then patch for upgrade

web extensibility needs to be plugged in

umbraco in classic mode on iis 6

default upgrade will be “integrated mode”

ii7 = url rewriting embedded in, even to different domains

apps on diff server then create redirects for del content through proxy

caching levels more granular

4.6 Umbraco

Comments are closed.