I figured as much. Besides, if an attacker can proxy into the network... they can probably sniff out some of the unencrypted credentials floating about the local ether. SSL becomes pretty useless at that point.
Got indemnification? Heh.
I've seen several OEM machines shipping with .NET 1.1 preinstalled, mind you these are all XP Pro systems. I don't know if XP Home systems are getting it or not.
Maybe the next version of Office will have some .NET components. That would probably have the best chance at widespread deployment...
I need a second opinion on this...
I have been designing a web application for a client and the question came up about our implementation of SSL. Normally, when we are designing an app that can potentially be sending secret information about, we recommend the client use SSL. This particular...
I had the opportunity to see a bit of Whidbey in action at Dev Days, and like the guy there said... they are growing apart in some ways, but becoming more alike in others.
For instance, VB is now getting XML commenting like C# has enjoyed since day 1. Both are getting Smart Tags, but only VB...
You have to use SQL Server "Personal Edition" on WinXP. All of the other editions require a server OS.
SQL Server PE usually ships on a CD with the other editions.
Is there any way to get a root element into a FOR XML AUTO query?
For example:
select * from tableA
join tableB on tableA.id = tableB.idA
for xml auto
Each record for tableB is nested properly within the tableA result, but there is no root node above tableA's results.
I've seen examples...
On a lighter note though... more RAM certainly won't hurt, and it's cheap in proportion to the rest of the system. Finding the ins-and-outs of performance issues in database is, unfortunately, a lot more than "get the fastest hardware available".
There are a number of variables there besides simply hard disk configuration. Indexes play a big part in database performance, as well as the arrangement of data on the disk subsystem. An index can have an effect on where data is stored. Small random transactions will naturally be latency...
I qualified my statement with "may". I agreee with you though. Some probably will, but the vast majority will probably blame the creators of whatever product was exploited.
It all depends on context. Sometimes it is easier to design things in VB... sometimes C#. Everybody that works for me has to know both, because we use both. Most of our middle-tier components are designed in C# and most of our GUIs are in VB, but there are exceptions to each of those...
The XMLTextReader would be your best bet, but your sample isn't valid XML. The :'s in the tags will throw exceptions. If you can get rid of those, then you can use the XML text reader... otherwise you will have to design your own custom parser. Second, you will need an opening and closing...
Port 139 is used by Windows Authentication for file sharing, domain login, and all kinds of other "stuff". Check for activity in shared folders or printers. You may also have an application that is negotiating security as well.
From a former singleton development staff: you just have to pick a strategy and play all the parts yourself. I echo the sentiment that it certainly isn't easy, but it is sometimes necessary.
That would greatly depend on your setup. Is the IIS server within your control (i.e., not hosted)
The best method would be to bring the IIS server behind the firewall and open only the ports needed for IIS and forward them to the specific machine. No sense in leaving a whole server outside...
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.