dison Posted November 27, 2012 Posted November 27, 2012 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
lema Posted November 27, 2012 Posted November 27, 2012 what other thing im missing, do i have forward port 80? Hi. Yes , you have to forward port 80 (use NAT) in your router.
dison Posted November 27, 2012 Author Posted November 27, 2012 I just configured my router to forward all http trafic (80) to my IIS server and the problem persist
jlrozano Posted November 27, 2012 Posted November 27, 2012 when you type http://dpsoftwares.n...nagementWeb.dll on iis server machine, iss show a error page with many information about it.
dison Posted November 27, 2012 Author Posted November 27, 2012 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
MariusTurnkey Posted November 27, 2012 Posted November 27, 2012 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
Administrators Farshad Mohajeri Posted November 29, 2012 Administrators Posted November 29, 2012 Add RealtyManagementWeb.dll as one of your default documents for IIS No. Do not add your DLL as default document. It simply won't work.
MariusTurnkey Posted November 29, 2012 Posted November 29, 2012 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
MariusTurnkey Posted November 29, 2012 Posted November 29, 2012 Forgot to add the picture and also to say this is with version 0.89, don't know if that will make a difference.
Administrators Farshad Mohajeri Posted November 29, 2012 Administrators Posted November 29, 2012 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.
dison Posted November 30, 2012 Author Posted November 30, 2012 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
Recommended Posts