How to configure an ASP .Net site
This is related to Windows Server 2003 but i guess the solution may be the same. I have an ASP .Net site developed in VS 2008.
From the end users end, i would like them to type something like http://intranet.company.com which will work INTERNALLY only.
I would like to host it on our Windows 2003 Server part of a domain (which already has DNS installed). The server i would like to install it on is a member server which already has IIS and ASP installed.
How would i go about configuring this?
Thanks
December 24th, 2008 5:42pm
Hi,
Here is an article describing how to deploy ASP.NET applications on a newly installed server running Internet Information Services (IIS) 6.0.
Deploying ASP.NET Applications in IIS 6.0 (IIS 6.0)
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/848968f3-baa0-46f9-b1e6-ef81dd09b015.mspx?mfr=true
In addition, you need to register an A record for the IIS server in DNS.
If you need further assistance, I suggest that you post it in the IIS forum. The support professionals there are better qualified to assist you.
IIS Discussions
http://forums.iis.net/
Free Windows Admin Tool Kit Click here and download it now
December 26th, 2008 9:54am


