Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support multiple websites in project #42

Closed
zmikes opened this issue Jul 2, 2018 · 3 comments · Fixed by #286
Closed

support multiple websites in project #42

zmikes opened this issue Jul 2, 2018 · 3 comments · Fixed by #286

Comments

@zmikes
Copy link

zmikes commented Jul 2, 2018

Would it be possible to start more than one website at the same time such as the API and the front end when set up separately within the same project. Perhaps by repeating the block of settings in iisexpress.json

{
    "port": 44301,
    "path": "c:\\devGit\\Project\\SiteOne\\",
    "clr": "v4.0",
    "protocol": "https"
},
{
    "port": 44302,
    "path": "c:\\devGit\\Project\\SiteTwo\\",
    "clr": "v4.0",
    "protocol": "https"
}
@rezaGIS
Copy link

rezaGIS commented Sep 21, 2018

Did you ever find a solution to this ? I need something similar

@orjhor
Copy link

orjhor commented Oct 11, 2018

+1

@orjhor
Copy link

orjhor commented Oct 12, 2018

Pull request for this here: #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants