Difference between revisions of "User:Minooz/CanTire"
(→Note) |
|||
Line 22: | Line 22: | ||
: \\PRD422\cl_serv\Net\InTireNet\Development Environment\How to... | : \\PRD422\cl_serv\Net\InTireNet\Development Environment\How to... | ||
− | == Error / Challenge == | + | == Notes / Error / Challenge == |
* [http://planview.corp.ad.ctc/planview/login/body.asp Plan view] still not working | * [http://planview.corp.ad.ctc/planview/login/body.asp Plan view] still not working | ||
− | |||
* stsadm.exe can be found here: | * stsadm.exe can be found here: | ||
: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN | : C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN | ||
Line 46: | Line 45: | ||
: Upload th site template -> ContinueEd.stp | : Upload th site template -> ContinueEd.stp | ||
: Deploy the solution to the Central Admin | : Deploy the solution to the Central Admin | ||
+ | * To add a default item to a list in asp.net | ||
+ | : [http://www.4guysfromrolla.com/webtech/073101-1.shtml use item.Insert(position, value)] | ||
+ | : Do it after DataBind() | ||
== Resources == | == Resources == |
Revision as of 11:24, 10 January 2012
CanTire Internship
TODO
Tutorials
- CSLA
- Continue with Tutorials
- Read Csla.pdf
- csla Definition
- VN Super Alert
- Read the documentation -> TeamSite - SharedDocuments
- Work on the application code from PVCS
- Ladan - CSI
- Documentation -> CSI - TeamSite
- SharePoint
- Tutorial video
- Sharepoint Guide @ \\PRD422\cl_serv\Net\sharepoint 2007\
- Good Videos @ : Good Videos @ http://www.microsoft.com/click/sharepointdeveloper/
- How to create InTireNet in a development environment
- \\PRD422\cl_serv\Net\InTireNet\Development Environment\How to...
Notes / Error / Challenge
- Plan view still not working
- stsadm.exe can be found here:
- C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN
- Added to the PATH using mossAdmin
- DLLs for SharePoint can be found here:(InTireNet)
- E:\Inetpub\WWWRoot\wss\VirtualDirectories\22223\bin
- Create a Web application
- Create an empty site using the given port
- Go to application Managment in 'Central Admin' While the selected web application is yours, then 'Create Site Collection' using any template and use 'mossAdmin' as the admin of the site. (Titles->MyApps, Url->/Sites/VNSuperAlert)
- For deploying a solution again
- Instead of retracting the solution, deletesolution from command line would work with -override option then deploy again
- Applying a change to the solution
- Change something in the code (VS), then build the solution, drag and drop the created .dll file from the /bin to the GAC -> (C:\Windows\Assembly)
- Restart IIS through admin
- When the changes are fine and need to deploy, create the .wsp file again and deploy it
- To Deploy Continuing Education
- Craete a web application -> use default
- Create Site Collection -> name:Home, admin: mossAdmin
- Run the new application -> Create -> Sites -> name:Continuing Education, url:/ContinuingEducation
- Upload th site template -> ContinueEd.stp
- Deploy the solution to the Central Admin
- To add a default item to a list in asp.net
- use item.Insert(position, value)
- Do it after DataBind()
Resources
- Asp.Net
- Custom Controls -> Creating custom web control
- SharePoint
- Tutorial video
- Sharepoint Guide @ \\PRD422\cl_serv\Net\sharepoint 2007\
- Customize -> custom actions
- Good Videos @ http://www.microsoft.com/click/sharepointdeveloper/
- Microsoft book
- how to deploy saved site template
- Team Rules
- CSLA