English 中文(简体)
How can we configure IIS for domain name mapping
原标题:

I would like to configure IIS server at (Windows server 2003) for domain name mapping.

We have purchased domain name for one of our newly created website.

I would like to know how can I configure IIS so that anybody from outside world can reach website by typing URL.

As in: http://example.com/ should redirect to my the home page of my website.

I have made website in using ASP.NET and Oracle.

How can I do this?

问题回答

You need to register your domain on a DNS server, which is different (though could be the same physical box) as your IIS server. Long time since I ve done this myself, as I use a hosting company for this kind of thing, but you will typically need at least two DNS Server IP addresses typically for a domain (primary and secondary DNS servers). There is a DNS Server for the windows server platform, but most people use hosting services to do this thing.

By the way, you might get a better response posting this kind of question on serverfault.com, as it s not really a developer question.





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签