Guest Posted September 23, 2010 Posted September 23, 2010 Message from: "Massimo Caroccia" Hi Farshad, first of all you are the best...your components are wonderful and will surely have success. I try it and it's work fine in my simple tests. Now I want to create a site (mysite.mydomain.com) and use it without specifying a port (mysite.mydomain.com: 8077), how I can do that? Thank you so much. . Quote
Guest Posted September 23, 2010 Author Posted September 23, 2010 Message from: "Farshad Mohajeri" Hi Massimo, > Hi Farshad, > first of all you are the best...your components are wonderful and will > surely have success. > Thanks for kind words. > I try it and it's work fine in my simple tests. Now I want to create a > site (mysite.mydomain.com) and use it without specifying a port > (mysite.mydomain.com: 8077), how I can do that? > You can simply change the port number to 80 from ServerModule. Of course, you must be sure that IIS (or any other webserver that listens port 80) is not running. Another method is to deploy your project as an ISAPI module to IIS or Apache and call it using this format: http://mysite.mydomain.com/mymodule.dll Regards, Farshad Mohajeri . Quote
Guest Posted September 23, 2010 Author Posted September 23, 2010 Message from: "Massimo Caroccia" "Farshad Mohajeri" ha scritto nel messaggio news:1KKdA7zWLHA.2104@anaxagvs227... > Hi Massimo, > >> Hi Farshad, >> first of all you are the best...your components are wonderful and will >> surely have success. >> > > Thanks for kind words. > >> I try it and it's work fine in my simple tests. Now I want to create a >> site (mysite.mydomain.com) and use it without specifying a port >> (mysite.mydomain.com: 8077), how I can do that? >> > > You can simply change the port number to 80 from ServerModule. Of course, > you must be sure that IIS (or any other webserver that listens port 80) > is not running. > Yes, I tried it and it works fine, but on my web server, there are more websites listening on port 80, this is my problem I want to create a subdomain, such mytest.mysite.com, that can point exclusively to my program even on port 80. > Another method is to deploy your project as an ISAPI module to IIS or > Apache and call it using this format: > > http://mysite.mydomain.com/mymodule.dll This is a good solution... > > Regards, > Farshad Mohajeri > Regards . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.