Re: Question on Sharepoint
Hello there,
So the first question would be, what version of SharePoint are you using?
WSS 3.0? MOSS 2007? SharePoint Server 2010?
If you are using SharePoint as it was intended, then a lot of the functionality that you have described, i.e. Version Control of a Document Library ships out of the box, you don't need to do any custom coding.
I am not going to lie to you, SharePoint is a bit of a beast, and if you haven't used it before, and you are expected to do some work on it, then I would bring that to peoples attention ahead of time.
As for this:
Quote:
Does the Sharepoint Server have to be the same server that the web app is running on. If not - what authentication issues arise and are they easy to deal with?
SharePoint is based on ASP.Net. As soon as you install it, you have an IIS Web Application running, and you will already have a Default Site installed. From there, you get an of the box experience in terms of security, customisation, etc, without the need to even think about creating a custom ASP.Net Application to run within it. I would suggest that you first get to grips with what SharePoint can do for you, without thinking about custom coding anything to start with.
Gary