5

I think I've looked through all the menus and control panel and I can't find anything to configure IIS.

I feel like IIS is already installed because SQL Server Reporting services has a webpage running and a virtual directory.

Greg_the_Ant
  • 489
  • 7
  • 25

4 Answers4

5

Check Server Manager -> Roles and verify if you have Web Server (IIS) installed. If yes, make sure you have IIS Management Console installed.

Vivek Kumbhar
  • 3,063
  • 1
  • 17
  • 13
1

type IIS in the search bar it should bring you to the internet services manager, or you can click start, programs, admnistrative tools and the IIS maanger should be listed

Jim B
  • 23,938
  • 4
  • 35
  • 58
1

SSRS 2008 does not require IIS to be installed, therefore the SSRS Virtual Directories will not show up in IIS configuration tools anyway!

http://blogs.msdn.com/b/bwelcker/archive/2007/12/04/everybody-why-leave-iis.aspx

Rob
  • 111
  • 3
1

Use ServerManagerCmd to change Windows 2008 Roles. Examples:

ServerManagerCmd.exe -query

ServerManagerCmd.exe -install Web-Server -resultPath installResult.xml

ServerManagerCmd.exe -inputPath install.xml -whatIf
Noam Manos
  • 287
  • 1
  • 2
  • 7