I created a sub application inside my main project called “Admin” -following a example forum post.
I edited Admin.json and changed the url:”url” : “/admin”
My main project launches as http://localhost:5000
But when I run my project and try to do http://localhost/admin:5000 – it does not work – cant find the page.
What am I missing ?
I figured it out. The forum post i was referencing said to change the Admin.json url to be “/admin” – when i changed it back to “Admin.html” it started working. Thanks !
Here’s a sample that works, based on the instructions here:https://docs.wisej.com/docs/concepts/startup
Hope this helps,
Julie
I looked at your files- try “url”: “Admin.html” in Admin.json
That works for me.
Attached are the new files added for Admin sub-application.
I even put a breakpoint in the Main method of the Admin.cs file and no matter what I do it never gets in there.
localhost/admin:5000
gives me:
“localhost refused to connect.”
I get an error when I try localhost:5000/admin:
Requested URL | http://localhost:5000/admin |
---|---|
Physical Path | C:\Client Projects\S-Logic\SWID Portal\Portal\SIWDRemoteApplication\SIWDRemoteApplication\admin |
Logon Method | Anonymous |
Logon User | Anonymous |
Try http://localhost:5000/admin
Please login first to submit.