Well the subject says it all really. I am setting up Windows 2000 server in a small office behind a firewall router and I was wanting to know if I need to configure it as a DNS and/or WINS server now it is a VPN server?
I am developing a site for our company's Intranet.
Part of the site denies anonymous access so that the web pages can pickup the login ID. We are using IIS 5 and IE 6 on Windows 200 so the domain/userID is sent when anonymous access is disabled.
This is ok when the site is placed in a virtual...
I have a dataset that only seems to fill with records on one page only, namely the page I was in when I clicked on "generate dataset". I can put the dataset in another page but after using dataadapter.fill(dataset) the dataset is always empty.
The is 99% the same on both pages, the only...
It was my first real decnt go at using XML and indeed it was the XSD file. After defining a table relationship or so I finally got it to run correctly.
Thanks
Simon
I have read the following xml file into a dataset:
<?xml version="1.0" encoding="utf-8" ?>
<listsource xmlns="http://tempuri.org/listsource.xsd">
<listcount>3</listcount>
<lastUpdated>2004-02-18</lastUpdated>
<listitems>
<item itemID="1"...
--code behind file--
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace...
I have created a new class that inherits from System.Web.UI.Page and then I can alter the web form code behind file to inherit from this new class instead.
This compiles and runs ok but when I try to open the web form in designer view it fails to open with error "An exception occurred...
I have IIS setup to default to inetpup\wwwroot\main\default.htm.
I then have another folder inetpub\login\ which logs users and stores info such as username and email address in a cookie.
The web pages within the login folder can access the cookie, but the main folder cannot, nor can other...
I am wanting to attach tables after a user selects a datbase to source them from.
Last time I wrote anything like this was in Access 97 so I must be doing something wrong and its probably staring me in the face but I still cannot fathom it.
If I use the property dbAttachedTable then I get...
i'm not sure why value works and not text property. text property is used in visual basic and there isn't a value property.
if B1 holds the names of the controls you wish to access then instead of using B1(q) to access the control you should be able to use...
I have some ASP sites that connect to SQL datbases. Is there any short answer on whether it is better to have IIS and SQL server on the same server or separate servers?
In our company one guy proposes the same server to reduce network traffice but others want separate servers as it suppose to...
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.