No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
i am developing a control panel project with vb.net i finished how to create a site from scratch but i wanna add a sub site (sub domain)under the domain of my site how can i do that ? need help whatever the language is. many thanks in advance | |
i wanna know how to add a host header to the sirt already created in fact i created the site programmtically and i used that code to add host header on that site during creation : DirectoryEntry site = (DirectoryEntry)objIISRoot.Invoke("Create", "IIsWebServer", siteID); object[] hosts = {this.Server_IP + ":80:" + webSiteName, … | |
plz u know that the syntax validation on mail address is not enough so, i wanna know how can i check the availabilty of mail address it's valid or not (i don't mean syntax i mean it's right mail or not). thanks in advance | |
am devloping a control panel program by which u can create a site and u can make a subsite (subdomain) under the site u created . for example if i created site names [url]www.test.com[/url] i can add subdmain names subtest [url]www.subtest.test.com[/url] i added a record on dns and added cname … | |
i wanna know how to add a host header to the sirt already created in fact i created the site programmtically and i used that code to add host header on that site during creation : DirectoryEntry site = (DirectoryEntry)objIISRoot.Invoke("Create", "IIsWebServer", siteID); object[] hosts = {this.Server_IP + ":80:" + webSiteName, … | |
hi all , plz i wanna help ! i can't browse the secured site althought i installed ssl certification , i can access the any secured sites on wan but locally i can't. i modified iis ip configuration and i typed in ssl port :443 but with no sucess . … |
The End.