From: JB on 4 Aug 2010 22:47 Hello Community After an ASP.net application using C# and SqlServer is completed and in IIS as a virtual directory what is necessary for it to discontinue using the project name and use a url to access the website like "www.somename.com" for example? Jeff -- JB
From: csharper on 5 Aug 2010 00:52 On Aug 4, 10:47 pm, JB <J...(a)discussions.microsoft.com> wrote: > Hello Community > > After an ASP.net application using C# and SqlServer > is completed and in IIS as a virtual directory what is necessary > for it to discontinue using the project name and use a url to access > the website like "www.somename.com" for example? > > Jeff > -- > JB If your host machine of your application doesn't already have a domain name, you need to register a domain name and points your domain name to the IP of your host computer. You can do this in your account with the domain name provider.
From: Brian Cryer on 5 Aug 2010 07:45 "csharper" <gnewsgroup(a)gmail.com> wrote in message news:c8562c39-52a5-4171-a2fa-9fd65afcd3ca(a)i24g2000yqa.googlegroups.com... > On Aug 4, 10:47 pm, JB <J...(a)discussions.microsoft.com> wrote: > > Hello Community > > > > After an ASP.net application using C# and SqlServer > > is completed and in IIS as a virtual directory what is necessary > > for it to discontinue using the project name and use a url to access > > the website like "www.somename.com" for example? > > If your host machine of your application doesn't already have a domain > name, you need to register a domain name and points your domain name > to the IP of your host computer. You can do this in your account with > the domain name provider. Then (assuming you are hosting more than one domain name), when you set the site up in IIS add the domain name in the site bindings. That way you can host multiple sites with different names. -- Brian Cryer http://www.cryer.co.uk/brian
|
Pages: 1 Prev: Including and Executing JS and CSS from an ASPX within a Master Pa Next: vs 2010 Premium |