botframework - BOT Chat Framework error(404 not found) -


i have hosted simple bot chat on iis server, url being http://localhost:3978. when access http://localhost/3978/api/messages. throws error "http error 404.0 - not found". when giving these end point in emulator , s unable connect , same message displayed. please can me on this

you can't conect because need conect http://localhost:3978/api/messages not http://localhost/3978/api/messages, if failed , deploy in iis server, conect http://localhost/api/messages


Comments

Popular posts from this blog

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -