View new team project in eScrum
This is the forth post in eScrum series.To read to previous posts:
- Introduction to eScrum.
- Synchronization between VSTS and eScrum web client.
- The product issue in eScrum.
After creating new project you should do few things to see it in eScrum web client: (http://localhost/escrum)
Update RegisterGroups.xml file with your project:
In IIS Manager right click on eScrum website, open.
open “RegisterGroups.xml” file and Add this:
<Server Name="server name" Uri="server uri">
<Group Name="team project name" />
</Server>
.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, "Courier New", courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
background-color: #f4f4f4;
width: 100%;
margin: 0em;
}
.csharpcode .lnum { color: #606060; }
still don’t see your new projects in eScrum?, try this:
- In IIS, “Application pools”, right click on eScrumAppPool, recycle.
- Delete eScrum cache.(c:\windows\temp\eScrumCache).