Sub Application question

Answered
0
0

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 ?

  • You must to post comments
Best Answer
0
0

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 !

  • You must to post comments
Best Answer
0
0

Here’s a sample that works, based on the instructions here:https://docs.wisej.com/docs/concepts/startup

 

Hope this helps,

Julie

Attachment
  • You must to post comments
0
0

I looked at your files- try “url”: “Admin.html” in Admin.json

That works for me.

 

  • You must to post comments
0
0

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.

Attachment
  • You must to post comments
0
0

 

localhost/admin:5000

gives me:

localhost refused to connect.”

  • You must to post comments
0
0

I get an error when I try localhost:5000/admin:

 

HTTP Error 404.0 – Not Found

The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

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
  • Julie(ITG)
    Can you attach your test case here? Delete the bin and obj folders before uploading it,
  • edmond girardi
    It’s not a test case – its in an application under development – what else can I check ?
  • edmond girardi
    I can email you the application but its a bit large.
  • You must to post comments
0
0

Try http://localhost:5000/admin

  • You must to post comments
Showing 7 results
Your Answer

Please first to submit.