Installing App On A Different Domain?

Jun 9, 2011

I have an app that I've developed that has a vb.net front end and a SQL Server 2000 database backend. I currently have it running fine on my machine and it also installs fine on all the users that are inside the domain that the app was written in. When I try to install my application on another domain it hangs and doesn't even run the install script.

Has anyone ever experienced problems installing an app accross domains?

Is there something that I need to code differently to make it non-domain specific?

View 5 Replies


ADVERTISEMENT

VS 2005 Installing App On Another Domain?

Nov 8, 2010

I have an app that I've developed that has a vb.net front end and a SQL Server 2000 database backend. I currently have it running fine on my machine and it also installs fine on all the users that are inside the domain that the app was written in. When I try to install my application on another domain it hangs and doesn't even run the install script.

Has anyone ever experienced problems installing an app accross domains?

Is there something that I need to code differently to make it non-domain specific?

View 2 Replies

Adding Active Directory Sub Domain User To Main Domain Group?

Sep 22, 2010

I have a function that works perfectly when I attempt to add a user from the same domain into a group of the same domain.

Function AddUserToGroup(ByVal strUserDN As String, ByVal strGroupDN As String, ByVal strGRPDC As String, ByVal strUserDC As String) As Boolean
Dim oUser As DirectoryEntry

[Code]....

The error is actually being thrown on the Invoke line, but as I said earlier, if the user is in the same domain, this works perfectly.

View 1 Replies

How To Publish A Program Which On Installing On A Computer Asks For The Drive For Installing?

Sep 9, 2009

I created a program and published it using the wizard through the "Property" in menu.

When I used the Published program to Install it in my same computer it got installed in "StartMenu".

I didn't get the option to select the Drive for Installing it like what we get when installing other program.

how to make that option to appear on installing the program?

View 8 Replies

Get Domain Name By Ip?

Jun 1, 2009

How do i retrieve the domain name by its IP, I already have the code to get the host name, but i couldn't find a way to get the Domain Name by its IP

View 10 Replies

Get All Users And Domain Name?

Mar 27, 2010

i am trying to get a list of domains' and users' name on a computer so that users can select to run a program in other identity, but I can only find the current user and I can't find any post about getting these. Is there any post or any Identity classes that can help me to get all users and domains?

View 3 Replies

Have Two .NET Projects In The Same Domain?

Sep 8, 2009

I have two .NET projects in the same domain. The first project I create long time ago in VB.NET. Now I create another project that I built in C#. How can I set up my new project in the same domain so I can access the new forms that I built in C#. Do I need to submit the whole folder from the project? Do I need to change anything in the web.config? Right now I am getting this error. [PhoneControl] is the new project in C#. [URL]

View 2 Replies

Error While Installing App

Jan 7, 2012

While installing the application that i build on Visual Basic VS 2010, the following error occurs.

"Unable to install or run the application. The application requires that assembly stdole Version 7.0.3300.0 be installed in the Global Assembly Cache (GAC) first. "

View 1 Replies

Installing A Sql File

Nov 13, 2010

I have a sql file that i need to use with Visual Basic, im assuming i have to install it as i had to do that with a different sql file, the only difference between the sql file i have now and the other one i had is that the one i need to use with VB has only an sql file and does not have a database file that goes with it, this one is only an sql file. I have opened the file in SQL server management studio express and executed it over and over and it says (1 row(s) affected) (I have attached a screenshot) but nothing happens. If you look in the screenshot, on the left hand side you can see the "Pubs" database, that was the other sql file i had that had a database with it and it installed fine. Im really not sure what else to do with this.

[Code]...

View 14 Replies

Installing On New Client

Jan 31, 2011

I get the following message when trying to install on some computers:

[Code]...

View 5 Replies

Api To Check Domain Availability?

Jan 19, 2011

Is there any API to check domain availability?? I would like to include it in my vb .net application.

View 1 Replies

Ask For Login At A Network Domain?

Feb 4, 2011

When my system grants access to a user, it checks that the user is enrolled in a articular network domain. Once it is verified that the user is enrolled in that particular Domain, it takes his username to verify if he has a profile inside this system.This policy is very useful, because it exploits the security of the network domain, and the user does not have to memorize additional passwords.The problem is that this forbid access to the equipment that is not enrolled in the domain, which will be the case, if the equipment is Home Edition" or a user which try to get access from his home and a personal equipment.

View 3 Replies

Asp.net - Get Domain Whatever Local Or Webserver?

Mar 31, 2011

I wrote an ASP.NET web application. My application created a request with returning URL other e-commerce server. I want to get this.

[URL]

I used Request.Url.AbsoluteUri. But it's not OK for typing address by user.

View 1 Replies

Asp.net - Stripping Domain Name From LoggedInTemplate?

Feb 17, 2011

I have a .Net 4 web app that uses Windows authentication and all works well however there is one trivial bug that is driving me nuts!

Visual Studio puts together the following for displaying who is logged in

<LoggedInTemplate>
Welcome <span class="bold"><asp:LoginName ID="HeadLoginName" runat="server" /></span>!

[Code]....

The problem is though that this is displaying as <domain>/user rather than just the username which I am assuming it is pulling this value from

System.Threading.Thread.CurrentPrincipal.Identity.Name

However I can't see anyway programtically to amend this?

View 2 Replies

C# - Pass A Variable From One App Domain To Another

Aug 9, 2009

I'd like to know, if I have a variable,for example, a string, how to pass its value to my new app domain:

static string _str;
static void Main(string[] args) {
_str = "abc";

[Code].....

View 2 Replies

Configuring ASP.NET Site Map URL Domain

Jun 2, 2010

I have a site map configured as such:

[Code]....

For some reason, even though in the sitemap, the url is defined as "[URL]" or "home.aspx", the currentNode.URL always has the domain attached to the URL, creating bad urls like "[URL]" I've tried to figure out where [URL] was coming from by search my project and inside of my web.config file, but I can't seem to find it.

View 1 Replies

Connecting To SQL Server From Outside The Domain?

Jun 21, 2010

I'm building an application that connects to a SQL Server 2008 database via connection string. The thing is, since the computer loading the app (or the user, in either case) is outside the Active Directory domain, I can't use Windows Authentication to connect to the DB. But when I include the database credentials, it won't let me connect either, telling me that since the computer logging in is from an untrusted domain, access is denied.

The connection string goes like this:
connectionString = "Data Source=" + ServerName + ";Initial Catalog=" + DatabaseName + _
";Integrated Security=SSPI;User ID=" + UserID + ";Password=" + Pwd

[code]......

View 3 Replies

Declare A Domain Up Down Box As An Integer?

Dec 3, 2008

How do a declare a domain up down box as an integer

View 5 Replies

Displaying Current AD Domain?

Jul 28, 2011

i am trying to display the current domain name on my VB app. When a system running the VB app is connected to AD domain controller, it works fine..but when i run this VB when not connected to the domain, it crashes with error below. all i want to do is if appication cannot talk to a domain controller, display an error message."An error occurred creating the form. See Exception.InnerException for details. The error is: The specified domain either does not exist or could not be contacted."

---------------
Dim RootDSE As New DirectoryServices.DirectoryEntry("LDAP://RootDSE")
Dim DomainDistinguishedName As String = RootDSE.Properties("DefaultNamingContext").Value

[code]....

View 6 Replies

How To Resolve The Domain Server Name From .NET

Oct 28, 2010

In a single server Windows domain, does anyone know how to get the servername.For example, in my test environment, we have a single Windows Small Business Server 2008 called horatio, it is the domain controller for longtest.local.[code]However, I cannot seem to grab the servername, I need a function like :GetDomainServer() that will return horatio (from the example above.

View 2 Replies

No SQL-DB Access With Domain-User

Apr 22, 2009

I use a simple application on a client in our domain. When i open the application as admin-user all works fine.When a domain-user with no special rights open the application theres is the following error message[code]...

View 1 Replies

Recent Users In A Domain?

Jul 6, 2009

I am good in excel and access coding but preety new in VB.net, I wish to prepare an application which will pull details of all the recent users logged in under a particualr domain along with the computer name. I this possible?I did a lot of google and got ActiveDs.IADsContainer and ActiveDs.IADsUser.

View 1 Replies

Rename PC And Join Domain?

Sep 10, 2009

I am utilizing the following code to rename a computer and join it to a domain

[code]...

View 2 Replies

Retrieve Domain User Name

Mar 11, 2010

I have a users domain and user id. I would like to retrieve the full user name. The data is coming from a SQL table for display onto an asp.net page. Anyone know how to get the users name for someone other then the user who is using the asp.net application?

View 2 Replies

Users Currently Logged In To A Domain

Apr 13, 2010

I am trying to get a VB.net app I wrote to query the domain (Active directory) for all currently logged in users to the network.

View 2 Replies

VS 2010 How To Obtain From Url Only The Domain Name

Mar 28, 2011

I have a listbox with urls. For example

View 5 Replies

Write The Cookie For Another Domain?

Mar 15, 2010

How can I write the cookie for another domain in classic asp

View 4 Replies

Installing Application After Publishing

May 30, 2009

i can publish my app fine.it creates the setup and the rest of the files, whatever they are.on my operating system, the setup runs fine.when trying to install it on another system, it asks for the microsoft 3.5.net.this update can take quite a while.how can i publish my app, in such a way that it can run from the files in the setup and not have to have any other addons, as .net framework. i know it's possible, since i was able to install other software before i had the .net framework.

View 19 Replies

.net Windows Service Not Installing?

Aug 27, 2009

I have created a Windows Service in VB.net for building xML from a database. I need to install it in my machine. I have followed all the steps as shown in [URL] When I right click on setup project and click install it opens the installation wizard and after hitting the next buttons it promptly says that the Service is installed successfully.When I go to Services I don't see the service. I refreshed the list and rebooted my machine n times.

View 2 Replies

Add A Folder When Installing Programme

Nov 6, 2009

When I test run my programme (F5) it automatically saves files in a folder that is within the test project.I'd like to create a folder that is created when the programme is first installed (My Documents or in within the programme folder). How do I do this? I also want to give it a specific name instead of a name being given to it automatically. I know how to create a folder and save files in it during the test runs when I press F5 (If directory.exists etc etc etc) but that is during the runtime - how do I make a folder already available that is created during installtion.

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved