Skip to content

Populates the list of Innovator links from IIS#7

Open
cgillis-aras wants to merge 1 commit into
ArasLabs:masterfrom
cgillis-aras:master
Open

Populates the list of Innovator links from IIS#7
cgillis-aras wants to merge 1 commit into
ArasLabs:masterfrom
cgillis-aras:master

Conversation

@cgillis-aras

Copy link
Copy Markdown
Member

Because:

  • Links can now be created to instances in different folders
  • This is more adaptable to more people's machines
  • There's no loss of functionality with this approach

Description

I updated the table generation code to use the list of applications accessible through the ServerManager class in the Microsoft.Web.Administration library instead of pointing to a specific folder.

Reason

  • Bug fix
  • Feature enhancement
  • New feature
  • Documentation update
  • Upgrade
  • Other

Are you responding to a filed Issue? (bug report, feature request, documentation request, etc)
#3

Testing

Aras Innovator

All versions

Browsers

  • Internet Explorer 11
  • Firefox ESR
  • Chrome
  • Edge

Does this pull request include known issues?
There are a few dependencies introduced by this project.

  1. The IIS Management Service feature in Windows must now be enabled. (For the Microsoft.Web.Administration library)
  2. The page must be run with Windows Authentication enabled. (To avoid a permissions issue)

Checklist

  • Did you confirm the Install Steps in the README are still correct?
  • If this PR adds or changes functionality, did you update the Usage Steps in the README?
  • Did you add your GitHub user name to the "Credits" section in the README?

Because:
- Links can now be created to instances in different folders
- This is more adaptable to more people's machines
- There's no loss of functionality with this approach

I updated the table generation code to use the list of applications accessible through the ServerManager class in the Microsoft.Web.Administration library instead of pointing to a specific folder.

There are a few dependencies introduced by this project.

1. The IIS Management Service feature in Windows must now be enabled. (For the Microsoft.Web.Administration library)
2. The page must be run with Windows Authentication enabled. (To avoid a permissions issue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant