hosting aspx page as a domain
-
How can i redirect a domain name to .aspx page in asp.net..i.e when i type www.test.come..it should redirect me to my xyz.aspx page...i did try with iis 7 but when i type domain name in browser it shows web page not available.How to overcome this issue. Thanks
-
How can i redirect a domain name to .aspx page in asp.net..i.e when i type www.test.come..it should redirect me to my xyz.aspx page...i did try with iis 7 but when i type domain name in browser it shows web page not available.How to overcome this issue. Thanks
You need to set xyz.aspx as the default page for this domain in IIS.
-
You need to set xyz.aspx as the default page for this domain in IIS.
can u plz explain me step by step process of doing it? Thanks
-
You need to set xyz.aspx as the default page for this domain in IIS.
Thank you sir...i got it worked through your solution..but its only working in LAN not in WAN...though i did port forwarding as well n provided my hosting machine ip address, lan port i.e 8023 and wan port i.e 8080 ...then trying to access my application on different machine in same lan by giving ....url as public ip address/www.xyz.com...but its saying web page cant be displayed on different machines.. Please guide me to overcome this issue as well Thanks