Running wondows 2000 any version. In the past 60 days I've noticed that the network connection intermittently disconnects. goes Network Cable Unplugged for a few seconds and then comes back in.
aint gone work, Its a nice solution but I have an include File which is outside of the page code. It's global code and operates independent of the page code. Technically I could use what you have but the question is still there...
What do I need to do to write functions and subs between <% ...
I'm trying to migrate to .NET it would seem that the books I have have left out some of the fundamental structures.
I have the traditional .NET event driven <scipt> blocks and the page load event. What I have done is write some global security proceedures in an .NET include file using <% ...
DNS - DNS. I just completed months of troubleshooting. I set the LAN DHCP to point to an outside DNS.
Because Win2K Servers have NetBios Helper it worked but then we added an XP Laptop and no connecto.
The resoution was to revert to Domain Controller DNS for DHCP. WinXP pro >requires< DNS...
This may sound rudimentary but....
Make sure the SMTP service is running in the services under adminitrative tools advanced in the control panel. In addition to that make sure the SMTP server is running and properly configured under the IIS MMC.
We had this same problem. We're running a Win2K domain and LAN/DMZ/WAN Firewall with private & public servers.
Read this:
http://support.microsoft.com/default.aspx?scid=kb;en-us;315978
It's CRAZY to think WIN XP can have it's netbios packets blocked on it's own segment but...
Enabling NetBios...
Its not an error per se, just functionality that no longer works.
Lets say there are 30 files in the directory. The for next would loop 3 times and fcount would end up with a value of 30. Now it ends up with a value of 1 and the code didn't change. Some different behavior in VBScript I suppose.
Had a line running for better than a year. It loops though the files collection and sets a counter to the number of files it finds:
Set fsf = fs.GetFolder(thstring)
For each file in fsf.files
fcount = fcount + 1
next
Then I come into work today and find it doesn't work. Noone changed the...
> var address1 = "<%=Trim(l_objQuoteSummary.Address1)%>";
Problem is that l_objQuoteSummary.Address1 probably has the carriage return but you can apply the solution to any of the three. I use replace to strip out unwanted characters:
var address1 =...
I've got a table that holds paragraphs of a master document. The column graph_text varchar(8000) gets truncated to NULL when doing 100% object/data DTS.
I've tried MDAC 2.7 and it didn't help. I know it's a bad datatype design but redesignating it will be a killer. Anyone have any ideas on...
Well I'd go into Query Analyzer(MS SQL program) which is where I've done my printing.
Open Query Analyzer, then connect using the same settings you would in EntManager.
Select the correct database in the dropdown.
Type: SELECT * FROM [tablename]
You can view result in text or grid (toolbar)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.