861 Topics

Member Avatar for
Member Avatar for sarabjeet singh

To join a computer running Windows Server 2008 as a member server to the Windows SBS network 1.Physically connect the computer running Windows Server 2008 to the Windows SBS network. 2.Log on to the computer that is running Windows Server 2008 by using the local administrator account. 3.Click Start, right-click …

0
102
Member Avatar for reborn2010

I'm new in VPS and need your help how to install WordPress in VPS Window Server 2008 R2. I tried webmatrix but I can't connect mysql. Any recommended software to install some wordpress blogs in VPS window server 2008R2? I'm familiar with cpanel, any ideas for this? Thanks and kind …

0
123
Member Avatar for Akriel

Hi Everyone I am having a problem with a server that is running windows server 2008. I just started working at a company and we were having a vpn connection issue, however before I even got a chance to look at it one of the guys went in and restarted …

Member Avatar for birellar
0
236
Member Avatar for troverman

We run Exchange 2003 e-mail system, and need to be able to store e-mails for a period of 3 years. However, the system needs to store all e-mails that are sent or received without allowing users to be able to delete them (from the server). Right now, if a user …

Member Avatar for jlego
0
177
Member Avatar for baby_c

[B]hi friends.. I got some problem with my new laptop... I tried to partition my hard's free space and by mistake a have mark a drive as the active.And when I try to restart the laptop it says "boot-mgr is missing".Can anyone explain how to fix this using a usb …

Member Avatar for Rik_
0
184
Member Avatar for TheJohnSpecko

Hello everyone, I am using [CODE]ExecuteNonQuery()[/CODE] to execute a SQL command that inserts data into a SQL Server 2005 Database. I want to return the number of rows affected. I've read that this method returns the value, but I can't figure out how to access it. Help is very much …

Member Avatar for Mitja Bonca
0
182
Member Avatar for troverman

One of our salespeople routinely receives e-mail messages from a certain customer, but cannot reply or send new messages to this address. We use Exchange 2003, and I see the messages he sends or replies to just sit in the queue until they eventually time out and a NDR is …

Member Avatar for troverman
0
489
Member Avatar for VasquezPL

Hi guys! I have a code: [CODE] String Lastlogon(string username, string domain) { try { { DirectoryContext context = new DirectoryContext(DirectoryContextType.Domain,domain); DateTime latestLogon = DateTime.MinValue; string servername = null; DomainControllerCollection dcc = DomainController.FindAll(context); foreach (DomainController dc in dcc) { DirectorySearcher ds; using (dc) using (ds = dc.GetDirectorySearcher()) { ds.Filter = …

Member Avatar for VasquezPL
0
1K
Member Avatar for Formby

I have a Windows Server 2008 RC server running at the moment and want to know if it's a good idea to create a non-administrator user account to access the server for things like FTP. It is only myself and another person who will be accessing the server via FTP, …

Member Avatar for jlego
0
247
Member Avatar for Fresco Vivir

Greetings everyone i make a website with some php files on my computer i use Xampp as my apache server what i want to know is how can i access this web site that i make from other machines located in my LAN for example my ipad or my laptop …

Member Avatar for tje210
0
272
Member Avatar for VasquezPL
Member Avatar for VasquezPL
0
2K
Member Avatar for SBA-CDeCinko

With our sites running IIS prior to 7, if someone hits a site with no SSL cert installed via https, they would see the same web page as someone hitting it via http. In IIS 7.5 that changed with bindings so now, under the same conditions, the https request gets …

Member Avatar for SBA-CDeCinko
0
183
Member Avatar for J90

Hi all, I've got a total n00b question to ask. I need to install Windows Server 2008 R2 but I [I]think[/I] I need to run in it in a virtual machine (or as a dual boot maybe?) as I need to run Windows 7 too. I had a look at …

Member Avatar for J90
0
183
Member Avatar for dvr

not sure if I'am in the right area but here it goes. is it possible to have a exchange server like a blackberry server for the droid x? meaning my company does not want to open up ports for our exchange server to the internet. but if there is a …

Member Avatar for DimaYasny
0
128
Member Avatar for mah300274

I was looking at building and desinging people there own websites. But when I was thining about it... they would / or I would have to upload it to a server well... what if they dont want to or know how to or want cheaper rates.... well why dont I …

Member Avatar for jlego
0
234
Member Avatar for vs49688

I have a domain called "OMNIA" on Server 2008 R2, in which the domain users are created by a script. The script creates a folder for that user and assigns them full access at both a folder and network level. However, whenever I log on as a created user and …

Member Avatar for vs49688
0
146
Member Avatar for workingMan

Greetings to all! With regards to the title, I don't have much experience and knowledge in using/configuring terminal server. I just got some questions that I hope I can discuss it here. [B][U]Case Scenario[/U][/B] We got a terminal server hosted in UK (Windows Server 2003 Standard SP1) and we have …

Member Avatar for zelkea
0
205
Member Avatar for sourav_kings

Hello experts, My doubt is pretty simple, I suppose. But still I need assistance. I have a registration form as ASP.NET web form. There are 5-6 fields in it (username, password, email id, sex, country etc. ). I want to enter all the data, entered by a new user in …

Member Avatar for Wegginho
0
130
Member Avatar for Pytho

Hi all I'd like to enable authentication on one of my websites under IIS 7.5. There is some authentication levels, Anonymous authentication, basic, digest and Windows. All of them requires Windows user to login. I need/miss/or-what-ever-it-is something like htaccess. It doesn't requires Windows authentication, I just can write username and …

Member Avatar for jlego
0
95
Member Avatar for jober

Hi, I'm a newbie for configuring a server. The server is RAID5. My problem is I can't find the "RAID" option at the BIOS menu.

Member Avatar for jober
0
1K
Member Avatar for erum

i m facing problem while conencting with sql server mangemnet studio A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. …

Member Avatar for hchf
0
228
Member Avatar for zahnsoftware

What are some ways to connect to one computer from another other than using VPN or a Static IP? Let's say, for example, one computer is hosting a web service and another computer that's not part of the network wants to call that web service. Would it be possible without …

Member Avatar for lasitha2005d
0
333
Member Avatar for Techdavid

Every 2 hours my server will power down. I just recently installed the 2003 OS. I only used the first disc for the installation. There are no scheduled tasks and the power management settings are fine. Its not a heat issue because it will reboot immediately afterward. I would think …

Member Avatar for lasitha2005d
0
466
Member Avatar for axman1000

I have an XLS file. Let's assume that it has 1000 rows in all, with 10 columns. I would like to import rows 5 through 995 (say), and columns 1 though 7 and 10. How can I do this using an SQL query, either though OPENROWSET or BULK INSERT? I …

Member Avatar for Momerath
0
134
Member Avatar for ccdsystems

We have a Delphi app that performs user authentication using the activeds.dll library. However, when running on a 64-bit server, even though the WOW64 processing thunks the library to use the psuedo-32-bit version, we're consistently getting an app crash when attempting to use the library. Any helpful suggestions? Thanks

0
119
Member Avatar for heals1ic

While logged into my sbs 2008 using the domain administrator account I keep getting this error when changing folder security to folders and children. [CODE]error applying security An error occurred while applying security information to: c:\folder\file.doc access denied[/CODE] All of the files and subfolders in this folder have full permissions …

Member Avatar for ComputerCharmer
0
870
Member Avatar for cyiu1110

My aim is getting client's AD login ID for authentication. I tried to use <%String remoteUser=request.getRemoteUser();%> but it returned null value. Actually, I have found a way to solve it from the internet. And it is about doing something on tomcat's file "\conf\server.xml". However, there is no clear step describing …

0
102
Member Avatar for mdm7923

So, I have a Windows Server 2008 R2 Server for my home network that I am upgrading the storage on from a 2 disks of 250 GB RAID1 array to a 4 Disks of 500GB RAID5 or RAID10 Array. RAID 10 will yeild about 1TB of storage. RAID5 will yield …

Member Avatar for tje210
0
91
Member Avatar for vihag

I'm in the process of finding a D2D2T backup solution and I am wondering what you all are using? I haven't had much luck finding a turnkey solution, so I am thinking I will build my own with an HP ML-150 G6 server with 4TB of storage and an LTO …

Member Avatar for zelkea
0
69
Member Avatar for solomonski

I have an SBS 2008 server that controls pretty much everything in our small business enviroment however every once a week at some point it fails to resolve dns querys. The lose of the internet is soon resolved by restarting the dns service however ideally id like to create another …

Member Avatar for zelkea
0
90

The End.