Click here to Skip to main content
15,914,070 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Assembly.Load() Pin
Gerben Jongerius31-Dec-05 1:21
Gerben Jongerius31-Dec-05 1:21 
GeneralRe: Assembly.Load() Pin
HakunaMatada31-Dec-05 1:39
HakunaMatada31-Dec-05 1:39 
QuestionGiving UIPermissions to the .Net applet Pin
TheDen30-Dec-05 5:29
TheDen30-Dec-05 5:29 
AnswerRe: Giving UIPermissions to the .Net applet Pin
mikailcetinkaya2-Jan-06 21:36
mikailcetinkaya2-Jan-06 21:36 
GeneralRe: Giving UIPermissions to the .Net applet Pin
TheDen2-Jan-06 23:02
TheDen2-Jan-06 23:02 
Questionhow to override the button draw event? Pin
Sasuko29-Dec-05 23:37
Sasuko29-Dec-05 23:37 
QuestionProtecting Controls Pin
ProffK29-Dec-05 23:30
ProffK29-Dec-05 23:30 
QuestionInvalid DNS records Pin
fegf29-Dec-05 22:45
fegf29-Dec-05 22:45 
Hi there,

I had been for over 3 days trying to solve this problem and I have no clue of what's wrong.
I'm trying to create a Dynamic DNS service using only one DNS Server (dns.firmaware.com), but created a second NS record (dns2.firmaware.com) with the same IP address.

First of all I've created a small app in VB .net that updates (using WMI) Microsoft DNS Server whenever an IP change was reported.
It creates different zones for each sub-domain and adds NS records, updates SOA record to change the TTL and MinimumTTL and finally adds/updates the A record.

I know that zone creation/update is working fine because I tested my VB .net several times and checked that Microsoft DNS entries were created/updated.

After checking all that I created a record like “test.gimmeall.com” and resolved it from my home PC. Using “ipconfig /displaydns” I checked that “test.gimmeall.com” had the following values:
localhost
----------------------------------------
Record data . . . . . : test.gimmeall.com
Record type . . . . . : 1
TTL . . . . . . . . . . . : 60
Data length. . . : 4
Section. . . . . . . . . . : Answer
A record (host) . . : 213.13.100.111

So, TTL was fine, if I changed test.gimmeall.com’s A record, after 60 seconds it would be updated, BUT that’s not happening because, after my update, when I ping the same host again it returns the same IP address and when I type “ipconfig /displaydns” it returns the following result:
----------------------------------------
Record data . . . . . : test.gimmeall.com
Record type . . . . . : 1
TTL . . . . . . . . . . . : 85823
Data length. . . : 4
Section. . . . . . . . . . : Answer
A record (host) . . : 213.13.100.111

It looks like that ISP or something else is caching “test.gimmeall.com” with invalid values, but it’s not an ISP problem because tried from different ISP companies and always had the same result.

Can you help me please?

I would be very thankful.

Regards,
Filipe Freire

QuestionDon't need to appear Installer dialog window while installing/uninstalling windows application Pin
harikrishna_mit29-Dec-05 19:36
harikrishna_mit29-Dec-05 19:36 
AnswerRe: Don't need to appear Installer dialog window while installing/uninstalling windows application Pin
S. Akif Kamal30-Dec-05 21:30
S. Akif Kamal30-Dec-05 21:30 
QuestionOLEDB connection pooling Pin
faviochilo29-Dec-05 12:04
faviochilo29-Dec-05 12:04 
QuestionThreadStart Wrappers vs. State Pin
ProffK29-Dec-05 3:31
ProffK29-Dec-05 3:31 
AnswerRe: ThreadStart Wrappers vs. State Pin
S. Senthil Kumar2-Jan-06 5:13
S. Senthil Kumar2-Jan-06 5:13 
QuestionAborting thread in ThreadPool Class Pin
munshisoft29-Dec-05 0:46
munshisoft29-Dec-05 0:46 
AnswerRe: Aborting thread in ThreadPool Class Pin
mikailcetinkaya3-Jan-06 20:35
mikailcetinkaya3-Jan-06 20:35 
Questionwriting windows service Pin
pankaj b28-Dec-05 21:40
pankaj b28-Dec-05 21:40 
AnswerRe: writing windows service Pin
Colin Angus Mackay29-Dec-05 0:26
Colin Angus Mackay29-Dec-05 0:26 
QuestionFundamentals Pin
HakunaMatada28-Dec-05 19:38
HakunaMatada28-Dec-05 19:38 
AnswerRe: Fundamentals Pin
MF28-Dec-05 19:47
MF28-Dec-05 19:47 
AnswerRe: Fundamentals Pin
Colin Angus Mackay29-Dec-05 0:20
Colin Angus Mackay29-Dec-05 0:20 
GeneralRe: Fundamentals Pin
ProffK29-Dec-05 4:46
ProffK29-Dec-05 4:46 
QuestionIs there an Event Fired when a Disk is inserted Pin
fabertroll28-Dec-05 18:26
fabertroll28-Dec-05 18:26 
AnswerRe: Is there an Event Fired when a Disk is inserted Pin
Dave Kreskowiak29-Dec-05 5:34
mveDave Kreskowiak29-Dec-05 5:34 
GeneralRe: Is there an Event Fired when a Disk is inserted Pin
fabertroll29-Dec-05 5:42
fabertroll29-Dec-05 5:42 
QuestionManaged File Writing and Classes Pin
YouGetThat28-Dec-05 17:34
YouGetThat28-Dec-05 17:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.