domain

Login with Admin user to some domain and copy files client machines with C#

Hi , I have got a project that can copy files to another client's desktops in my domain.There is 300+ client machine.But there is a problem.When i run this project in a non admin user account in my domain.It cant copy files getting error about Access Denied , user restrictions.I wanna do this program like this , in non admin user account...

Validation in a Domain Driven Design

How do you deal with validation on complex aggregates in a domain driven design? Do you consolidate your business rules/validation logic? I understand argument validation. And I understand property validation which can be attached to the models themselves and do things like check that an email address or zipcode is valid or that a first...

How can I diagnose Windows access/permission error

The title says it. I'm looking for a way to determine exactly which file/registry key this executable is attempting to access. I have attempted to use Windows auditing capabilities and Process Monitor to determine where the failure is happening but, this failure does not produce audit failure events or show as access denial in Process Mo...

Does every product need its own domain?

We are starting out a new project where I work and one of the things being talked about is the name of the product. The rest of the company seem to place great importance on the domain name being available eg. [product].com. I am saying that it does not matter as [product].[companydomain] or [companydomain]/[product] are just as good and...

I need a list of computers and/or domains on a subnet programmaticly

Using NetServerEnum (PInvoke of NetServerEnum) I can get every machine in a domain, but what about other domains? The file explorer under "My Network Places|Entire Network|Microsoft Windows Network|" shows a list of domains, so there must be a way to get the list of domains and from there one could use NetServerEnum. How do I get the l...

How To Handle Communication Between the Domain and Database Layers?

I am fairly new to using separate layers for the business logic (Domain) and database access logic, but in the course of working things out I've come across a problem to which I still feel I haven't found a great solution. Clarification My existing solution uses Data Mappers to deal with the database interactions directly. However, as ...

What is the best way with Apache to redirect a blank subdomain to another subdomain?

I want any request to http://example.com/* to be redirected to http://www.example.com/*. Where * is any arbitrary path. ...

Good resources for learning visual studio DSL tools?

Can anyone recommend any good resources (online or books) for learning how to use visual studio's domain specific language tools? I know the msdn site has some pretty good walk-throughs/tutorials but I am looking for something more detailed. ...

Using a non-English ubiquitous language?

While discussing specifications and functional requirements for a recent project, we were talking with the domain experts about accounting terms in Dutch since the whole team and the customers were all native Dutch speakers. When development started, we naturally implemented the domain classes and interfaces in English since we write al...

How to redirect different sub domain requests to different servers

Under my domain, one of the subdomain must be directed to one server that hosts the relevant applications, and the rest must be directed to another server that hosts the relavant applications. So, any requests to the url appa.example.com\* must be directed to one server, and any requests to the url appb.example.com\* must be directed to...

The domain name I want is in "clienthold"; am I likely to be able to get this name?

Before I begin, I guess this may not be strictly programming related but I think it's definitely related to web programming. I'm after a domain for a startup project and I notice that it is currently on "clientHold" registrar status. From the research I've done this suggests that it is in dispute either due to an ownership dispute, a p...

How and where to host applications after getting domain?

I got domain name from google apps. I am using it for some personal stuff. I need a good host provider and that should support linux shell installations, with perl, python, php, My SQL support. ...

What methods should go in my DDD factory class?

I am struggling to understand what my factory class should do in my DDD project. Yes a factory should be used for creating objects, but what exactly should it be doing. Consider the following Factory Class: public class ProductFactory { private static IProductRepository _repository; public static Product Creat...

Can't browse a website hosted at home on local machine

I have an ASP.NET website hosted at home on IIS. Outside my home network i can see the website, but inside the network it gives me a 404 error. I can browse the site as localhost. It seems like a DNS problem, just not sure how to fix it. ...

Why do some websites require "www"?

Why do some websites require the "www" before the rest of the address, while others seem to resolve just as well with the "www" as without it? Is there some compelling reason why you would set up your domain name to work like this? ...

DNS: Do the NS names set for a zone have to match the NS names reported by the upstream TLD servers?

I've noticed that several service providers are operating DNS services for their clients' domains with NS names set for the zone and returned by the authoritative name server (in authority section / NS & SOA records) that don't match the NS names returned by the upstream server (e.g. TLD servers) and which were used for the lookup. Exam...

Is it possible for a django application to know user's windows-domain name?

I need to make a simple knowledge-base type application to use in company internal network. To make it simple and fast to use for end-users I would like to skip all the login in part (as it will be only visible to internal network users who we trust anyway) and automaticly pull the domain user name from the user and put it into the datab...

Non-english domain naming issues in programming

Most programming code, I imagine is written in english. But I'm curious how people handling the issue of naming herein. Alot of programming is done within some bussiness domain, usually with well established terms for certain procedures, items. I'm from Denmark for instance, and something I work alot with has a term called "indblikskod...

Vista Home Premium Joining the Domain - HOW?

I know, that by design Vista home premium cant joining the domain? But perhaps there is a workaround? I AFAIK Home Premium could be upgraded only to Ultimate and there is not a way to Upgrade to Business where Domain joining feature is allowed? ...

Shared network folders usage by PHP scripts - is this possible from outside the domain?

I am having the following difficulties: Three servers A,B,C : A,B in the same network domain; C in another. PHP scripts executing on server A write to a shared folder on server B. The same scripts executing on server C fail to write to server B. PHP looks something like this: oject->Output('\\\\serverB\\sharedfolder\\file.dummy'); Is...