[ Contents | Search | Post | Reply | Next | Previous | Up ]
From: Dave
Date: 6/27/98
Time: 11:03:47 PM
After mapping a membership server to a website it maps the _mem_bin virtual directory to <drive>:\Microsoft Site Server\bin\P&M\html...
If I want to edit these files, such as formslogin.asp, to match the interface of the site I run into some problems because the site interface uses the global.asa to track the commerce server MSCSSite variable (and some others) in order to show the shopping cart items.
The only way I've managed to do what I want is to delete the virtual directory _mem_bin and create an actual directory _mem_bin. Unfortunately this directory does not show up in InterDev because of the initial underscore so I can't edit the files!
Does anyone know if there is anyway of changing this directory name to not include an underscore? It appears to be hardcoded somewhere. I see it several times in the registry but I don't want to start messing around there unless advised.
...Dave