Questions tagged [cross-domain]

55 questions
1
vote
1 answer

How do you set up the crossdomain.xml for site whose URL is the machine name?

I'm working on a Silverlight app hosted on IIS 6 (Windows Server 2003), which talks to a web service on a JBoss app server (JBoss 4.2.2 also on Windows Server 2003). The Silverlight app is only used on the LAN, so it's addressed with a URL like so:…
Dov
  • 117
  • 1
  • 7
1
vote
2 answers

Creating security permissions for a non-domain-member user in Windows Server 2008

I apologize in advance for incorrect use of terminology, as I'm not an IT person by trade. I'm doing some remote work via a VPN for a client and I need to add some DCOM Service security permissions for my remote user. Even though I'm on the VPN,…
1
vote
1 answer

Forest or Domain for a DMZ

I am designing an Active Directory with multiple domains. At this point I am trying to decide if our DMZ should be in a separate forest or in a separate domain. I recognize that some of this discussion is based on opinion, there are pluses and…
Tom Seibert
  • 189
  • 1
  • 10
1
vote
1 answer

how to setup irc domain on another server?

like i have the site on one server but irc (the site uses) should be hosted on another hosting provider. i have domain set up for the site. should get another one for the irc hosting and do cname to it? what should i do?
CareOn
1
vote
0 answers

How to confgure multi realm Kerberos

Intention I want to set up 2 Kerberos realms where one can authenticate the users in the other. Current Setup I have 2 Kerberos Servers (ad.somedomain.com and kerb.foo.bar) I have my users on kerb.foo.bar User user1 alice bob I can…
0
votes
1 answer

Command line argument to change security settings for running IE-instance only

Just curious to know: How to Enable ->Access data sources across domain<- in IE, using CMD only and NOT by changing the registry or group-policy. I know that the following command works for the Google-Chrome-Browser: chrome.exe…
0
votes
0 answers

show external site with own domain

Is it possible to map part of my own domain to an external domain: mydomain.com/blog/articles/2 Should open blog.com/articles/2 The url shown to the user should still be: mydomain.com/blog/articles/2
Chris
  • 173
  • 1
  • 5
0
votes
2 answers

Connecting to SQL Server outside the domain with SQL Authentication

I have a C# application that connects to a SQL server with SQL authentication, but the machines that are to be using it aren't on the domain. I've been trying to solve this for several days now. On my development machine the connection string works…
N Nooblet
  • 1
  • 3
0
votes
0 answers

Out of domain development, C#/.net error: “The user name or password is incorrect.”

I am developing on a machine that is not connected to the company's domain. I am connected to the company VPN When debugging/running the project from Visual Studio 2015, most things work fine. The error I'm running into is that on a remote server…
0
votes
1 answer

Cross domain Hyper-V Replication on HV 12r2

I have to get virtual machines replicating across the internet, from a Hyper-V Core 2012 R2 machine on one domain (lets call this Primary.Domain1.local) to our replica machine here (Lets call this Replica.Domain2.local) We have set up a VPN between…
0
votes
1 answer

Anyone using RTMP on CloudFront? I can't specify a crossdomain.xml file

I'm using a streaming distribution on CloudFront to serve media via RTMP. Obviously I want to restrict the crossdomain.xml file but CloudFront is only serving it's default one. The docs give instruction on how to overwrite their default -> I have…
0
votes
2 answers

Cookie not send in IE, when used in an IFrame from another domain

IE 8 and 9 does not send the cookie on the next request. It works in Chrome 14 and FF 6. In my case I've got an ASP.NET 3.5 web app running that uses cookies for authentication. If the cookie is not present, the user gets redirected to the login…
derSteve
  • 141
  • 1
  • 5
0
votes
1 answer

application trying to use net.exe to map shared folder on different domain

I am a c# developer running in to issues with a program of mine that tries to transfer files on to a shared folder on a computer which is on a different domain. i.e my windows service sits on domain 'X' and the shared folder is on domain 'Y'. I am…
0
votes
1 answer

GPO Proxy Settings for IE yielding "Processing of this Wininet.dll connection settings failed"

I have two forests/domains A and B with a non-transitive trust and cross-forest user GPOs enabled. I am enforcing IE proxy settings via a user GPO linked to a server OU in Domain B. It actually works when a user from Domain A logs in to Server 1…
0
votes
1 answer

Security token between domains for WCF service

I have a WCF service on machine domain1\server1 that is accessible from a client on the machine domain2\clientA but not from machine domain2\clientB. From B I receive the error "the caller was not authenticated by the service (mscorlib,…
Gerard
  • 101
  • 2