Server Installation: Difference between revisions

From EPOD
No edit summary
No edit summary
Line 3: Line 3:
*Create User - EPOD
*Create User - EPOD
*Restore Default DB
*Restore Default DB
*Enable TCP/IP / PipedNames / Add firewall expections to the programs and ports (1433)
*Enable TCP/IP  
*Enable PipedNames  
*Add firewall expections to the programs and ports (1433)


==ASP. Net==
==ASP. Net==
*Install .Net 3.5 framework
*Create the new .Net website
*Setup application Pool (default if no other applications)
*ASP user permissions to all files in the directory
*ASP user permissions to all files in the directory
*Allow annoymous access
*Add Default document as login.aspx
==Miscellaneous==
*Ensure MS Excel is installed

Revision as of 15:46, 7 September 2011

SQL Server Config

  • Install SQL Express - with Tools
  • Create User - EPOD
  • Restore Default DB
  • Enable TCP/IP
  • Enable PipedNames
  • Add firewall expections to the programs and ports (1433)

ASP. Net

  • Install .Net 3.5 framework
  • Create the new .Net website
  • Setup application Pool (default if no other applications)
  • ASP user permissions to all files in the directory
  • Allow annoymous access
  • Add Default document as login.aspx

Miscellaneous

  • Ensure MS Excel is installed