Jump to content

Recommended Posts

Posted

Good Evening

 

I just configured IIS 7 + ISAPI on my pc to run my unigui app, on my PC all work fine in this address http://localhost/mywebapps/RealtyManagementWeb.dll

 

but now i want exposed my app outside to the internet, i used no.ip as DNS i have this domain configured http://dpsoftwares.no-ip.org

 

i try this http://dpsoftwares.no-ip.org/mywebapps/RealtyManagementWeb.dll but dont work

 

what other thing im missing, do i have forward port 80?

 

Regard

post-550-0-83327300-1353978018.jpg

Posted

what other thing im missing, do i have forward port 80?

 

Hi.

Yes , you have to forward port 80 (use NAT) in your router.

Posted

Now i can access to my app from outside with this address http://dpsoftwares.no-ip.org/mywebapps/RealtyManagementWeb.dll

 

Now how can i configure IIS 7 to when i type http://dpsoftwares.no-ip.org/ go directly to http://dpsoftwares.no-ip.org/mywebapps/RealtyManagementWeb.dll

 

in other words i just want type http://dpsoftwares.no-ip.org/ in the address bar.

 

Regards

 

Add RealtyManagementWeb.dll as one of your default documents for IIS

Posted

No. Do not add your DLL as default document. It simply won't work.

 

 

Hi,

 

I cannot argue with the creator of the framework, but for me my suggestion works without any problems.

 

Running Windows Server 2003, with the Standard IIS that comes with it.

 

Regards

Marius

  • Administrators
Posted

Hi,

 

I cannot argue with the creator of the framework, but for me my suggestion works without any problems.

 

Running Windows Server 2003, with the Standard IIS that comes with it.

 

Regards

Marius

 

It may work, but not always. Especially under IIS7.5 it fails. It is better to use URL rewrite rules to achieve this.

Posted

I resolve this editing the isstar.htm of my IIS 7 server, i just edit this file to redirect to my .dll

 

<META HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://http://dpsoftwares.no-ip...nagementWeb.dll">

 

This work fine for me :D

×
×
  • Create New...