Link to home
Start Free TrialLog in
Avatar of spincaster
spincaster

asked on

Custom CompanyWeb Pages on SBS2008

Hi there,

I have a windows application (Vb.Net) that I run internally that saves to an SQL Server Db. I would like to do 2 things on my SBS 2008 Box:

Customize the company Calendar in "CompanyWeb" to show items from the DB
Create additional custom ASP pages within that site

I can not seem to find anywhere I can do this. I do not want to make this open to the outside, just internally within the company web.

Thank you
Avatar of Jeffrey Kane - TechSoEasy
Jeffrey Kane - TechSoEasy
Flag of United States of America image

If you use SharePoint Designer 2007 you can create any type of page you like in SharePoint (CompanyWeb).

It's a free download:  http://www.microsoft.com/downloads/en/details.aspx?FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42&displaylang=en


You'll find pretty good documentation on SharePoint here:
http://msdn.microsoft.com/en-us/library/bb931737(v=office.12).aspx

As for connecting your DB to the calendar:  Calendars are merely LISTS in sharepoint.  You can create a custom list that uses the data from your DB and then is displayed as a calendar view.

I've never done this specifically, but I am confident it is possible.
Refer to this question for http:Q_24624707.html

Jeff
TechSoEasy

ASKER CERTIFIED SOLUTION
Avatar of spincaster
spincaster

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of spincaster
spincaster

ASKER

Will post back once I have tested the other solution
???? weird that you selected your own non-answer as the solution.