related sites: <FREE Help> <ASP> <Asp.net> <worldwide> feedback: <lovethat> <hatethat> <thanks> <credits> <contact us>
Database Error Messages <Next>
From: "Ben King" <benk@cyrustech.com> Subject: [asp advanced] Adding DNS records Date: Wed, 13 May 1998 09:29:03 +1000
I need some info on methods available to add DNS records to NT imperticular A records... I think it might involve a registry edit but I can't find info on which keys and how to edit them. If this does involve a registry edit what is the best method to go about this. Would "ASP MagicRegistry": http://www.dana-net.com/products/aspcomponents/magicregistry/ be the best tool for this (assuming it is the registry that needs to be edited).
Ben King - MCP benk@cyrustech.com Cyrus Technologies http://www.cyrustech.com ICQ #10638430
From: "Shahid Iqbal" <siqbal@nexlinx.net.pk> Subject: [asp advanced] Creating Datasources on NT remotly.... Date: Sat, 6 Jun 1998 12:51:14 +0500
does anyone know how to create a datasource on a NT server remotly. I've seen some sort of similar application on the web based adminstrative interface for Cold Fusioon Application Server.., but that can only create System DSN on the server....
does anyone know of any utility which can create all types of dsn on the server.... Your help will great source for me......... Shahid
Date: Sun, 07 Jun 1998 05:41:39 +0200 From: Christoph Wille <Christoph.Wille@softwing.com> Subject: Re: [asp advanced] Creating Datasources on NT remotly....
Go to http://www.softwing.com/iisdev/odbc
You can download a component there that allows you to create a DSN on a server (however, this component works only on the local computer, not on remote ones. If you want to do that, you have to use DCOM with this component).
Chris
From: "Holdich, Kristian" <kristian.holdich@wcom.co.uk> Subject: RE: [asp advanced] Adding DNS records Date: Wed, 13 May 1998 09:13:01 -0000
take a look at c:\winnt\system32\dns and the text files it contains, these hold the settings for the dns in standard format. I'm not sure whether changes made here will update automatically or whether you need to tell the server to reload. You might want to look into running Bind as opposed to the NT DNS service, as it is apparently more stable, more standard in it's configuration and less open to Denial of Service attacks.
From: "Chris Roessler" <chris@dvns.com> Subject: RE: [asp advanced] Creating Datasources on NT remotly.... Date: Sun, 7 Jun 1998 11:57:33 -0500
We use PC Anywhere http://www.symantec.com
From: "Ben King" <benk@cyrustech.com> Subject: Re: [asp advanced] Adding DNS records Date: Fri, 15 May 1998 11:41:45 +1000
Ok the best thing I've been able to find is the ISP Sign-up server in the IIS Resource Kit. Its contains 3 components that lets you setup NT user accounts, Webs, DNS records and Exchange mail accounts. This is available in the latest MSDN.