Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
domain 3 level
#1
I am successfully using IntraWeb 15. The domain of the 2nd level works http://region.ru . Question How can I organize the work of another IW application on the 3rd level domain on the same server? For example http://third.region.ru ?

Я успешно использую IntraWeb 15. Рабочий домен 2-го уровня http://region.ru -да . Вопрос Как я могу организовать работу другого приложения IW на домене 3-го уровня на том же сервере? Например: http://third.region.ru -что ?
Reply
#2
Its the same procedure. Each domain or subdomain has a unique IP record and also can be recognized by HTTP header.

The method though depends on which form of deployment. Are you using SA, HTTP.sys, ASPX or ISAPI?
Reply
#3
Прошу прощения, но я абсолютно не понимаю вопроса про форму развертывания. Я просто при создании проекта указываю StandAlone Application. После компиляции проекта запускается exe-файл и сайт работает.... В подробности как это происходит и какая форма развертывания я не вдавался.

I'm sorry, but I absolutely don't understand the question about the deployment form. I just specify a StandAlone Application when creating a project. After compiling the project, the exe file is launched and the site works.... I didn't go into details about how this happens and what form of deployment it takes.
Reply
#4
Your reply provided the answer. You are using SA (StandAlone).

SA is safe for production but generally is geared towards debugging and development. It only binds by IP. Thus if you want to use SA apps on a different domain or sub domain you need to use a different IP or port.

If you dont want to use additional IPs or ports, I suggest deploying as HTTP.sys which can bind by host name and share IP and port combinations across different apps.

https://doc.atozed.com/en/iw15/develop/c...-intraweb/
Reply
#5
(01-20-2020, 04:38 PM)кудзу Wrote: своим ответом предоставил ответ. Вы используете SA (автономный).

SA безопасен для производства, но в целом ориентирован на отладку и разработку. Он только связывает по IP. Таким образом, если вы хотите использовать SA apps на другом домене или суб-домене, вам нужно использовать другой IP или порт.

Если вы не хотите использовать дополнительные IP-адреса или портЫ, я предлагаю развертывание как HTTP.sys, который может связываться по имени хоста и обмениваться комбинациями IP и портов между различными приложениями.

https://doc.atozed.com/en/iw15/develop/c...-intraweb/
Спасибо. Пока ограничился использованием другого порта.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)