Can someone give me some advice on way to keep track of what is connected to what in a network.
I use a spreadsheet now, but it is very inefficient. like this:
-Switch1-FE1 -> PatchPanel1-1 -> room 1 -> Jack 1
-Server1 -> Switch2-FE1
Thanks
I am testing out wse policies on a test web service. User/Certificate authentication is being bypassed.
Thanks
WebService.asmx:
using System;
using System.Web;
using System.Collections;
using System.Web.Services;
using System.Web.Services.Protocols;
[WebService(Namespace =...
is it true that gridview/objectdatasources can not update/delete complex custom business objects?
like:
public class Order
{
private int _orderid;
private string _somestring;
private Customer _customer;
public Order()
{
_orderid = 0;
_somestring = "";
customer = new Customer ();
}
//...get/set...
We are running low on router memory and need to decide whether to buy more memory or ask one of our ISPs(ISPB) to send only partial routes (their routes and directly connected routes).
We have 2 routers , each going to a seperate ISP. ISPA(connected to router1) is sending us only a default...
Can someone help me convert this SQL server SP to ORACLE. I am mostly interested in the "WITH a AS" and "OVER (ORDER BY..." statements.
Thanks
ALTER PROCEDURE [dbo].[GetAccountsSubset]
@startRowIndex int,
@maximumRows int,
@sortExpression nvarchar(100) = null
AS
WITH a AS
(...
This question is not specific to .net; just some theory...
Lets say I wanted to authenticate users against an LDAP directory such as Acitvie Directory. The directory also has other attributes for each user such as fname, lname, etc, etc. Would it be "better" to grab that data and store it in...
This question is for PIX and/or ASA firewalls:
I am planning to implement a network like the one below. It has an Active/Standby firewall config and BGP enabled edge routers. Firewall1 is the active firewall with the default gateway set to Router1. If Router1 fails, how can I tell Firewall1 to...
We would like to upgrade our network that supports our server farm(about 25 servers made). Mostly web and SQL databases.
Currently we have 2 2811 routers running BGP. Each is connected to a different ISP; one via T1, the other via FastEthernet 100Mb.
The routers are then connected to an...
We would like to upgrade our network that supports our server farm(about 25 servers made). Mostly web and SQL databases.
Currently we have 2 2811 routers running BGP. Each is connected to a different ISP; one via T1, the other via FastEthernet 100Mb.
The routers are then connected to an...
I am using the latest versions of Jboss(4.0.5.GA) and Lomboz(R-3.2-200610201336) along with SQL Server 2005 and Microsoft's SQL Server 2005 JDBC driver.
Lomboz used xdoclet to create the java files based on the SQL table but it did not put anything in the DoctorBean.java file telling it that...
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.