| bio | website | foodgun.com |
|---|---|---|
| location | Houston, TX | |
| age | 42 | |
| visits | member for | 4 years |
| seen | Apr 5 at 14:46 | |
| stats | profile views | 87 |
C# developer
SharePoint Jack-of-all-Trades
Enthusiastic tinkerer
Twitter: @velliott
|
Apr 14 |
comment |
Can you use SBS 2011 Sharepoint Foundation to collaborate with external users? Indeed - right above it in the bullets: "Server plus CAL" (license). |
|
Apr 13 |
comment |
Can you use SBS 2011 Sharepoint Foundation to collaborate with external users? As long as they're "countable" users, you can use server + CAL licensing: Can also be used for external users if they are countable and CALs can be assigned to specific people. |
|
Feb 22 |
comment |
IIS6 site using integrated authentication (NTLM) fails when accessed with Win7 / IE8 hangs head in shame for not reading more completely and skips the basic auth answer as it's also in a comment above |
|
Feb 1 |
comment |
How do I get Bugzilla to authenticate with Active Directory LDAP? Might want to fix your link, it looks like you've pasted a DN in there. |
|
May 5 |
comment |
SharePoint 2007: Moving main site, to be a subsite - How can urls be redirected/changed? Neat. I missed that one. |
|
Apr 2 |
comment |
SharePoint threw “Unknown SQL Exception 206 occured.” Anyone familiar with this? Can we see the rest of your query? That's the kind of error SQL throws if you do something like ORDER BY CASE or SELECT CASE WHEN and have different return data types for which implicit conversion isn't supported (See, msdn.microsoft.com/en-us/library/ms190309.aspx). |
|
Mar 31 |
comment |
In SharePoint, why can I “multiple document upload” a 47,297 byte file, but not a 47,298 byte file? Maybe someone has edited the "AspMaxRequestEntityAllowed" in the metabase? |
|
Jan 13 |
comment |
Licencing relating to a standby Sharepoint stack Incidentally, warm/cold can matter (download.microsoft.com/download/8/7/3/…). That said, please heed the advice in bold above. A licensing specialist is your best bet to get properly licensed. |
|
Dec 7 |
comment |
can not find list control in SharePoint 2007 You'd create the data view web part on your child site. You'll establish a data connection to the list on the parent site. Here's a pretty good overview, along with a video demo: msdn.microsoft.com/en-us/library/cc300164.aspx |
|
Nov 12 |
comment |
Sharepoint 2007 Event ID 6482 Hmm. Anything interesting under the CA location below? Central Administration > Application Management > Check Services Enabled in this Farm |
|
Nov 12 |
comment |
Sharepoint Document Library - Change .Zip to .Junk I figured, ya. Just meant that I think you need a dedicated mime type for the extension you've chosen. Do you get the same result with other browsers (chrome, firefox, etc.)? |
|
Oct 9 |
comment |
How to change SharePoint database authentication Ah - misunderstood. I don't think what you're after is possible (though I'd love to be wrong). Maybe a site collection export/import into a new content DB could serve as a workaround? |
|
May 20 |
comment |
How do I get Sharepoint to retrieve data from another database? +1. Totally spaced on the web service idea. |