Windows Server 2008 (sometimes abbreviated as "Win2K8") is one of Microsoft Windows' server line of operating systems. Released to manufacturing on February 4, 2008, and officially released on February 27, 2008, it is the successor to Windows Server 2003, released nearly five years earlier. A second release, named Windows Server 2008 R2, was released to manufacturing on July 22, 2009. Like Win Vista and Win 7, Win Server 2008 is based on Windows NT 6.x.
Questions tagged [windows-server-2008]
2765 questions
0
votes
1 answer
Stuck on Initial SQL Server Configuration
I'm working with a fresh installation of Server 2008 R2. I'm new to all things administration, so this could be a simple issue.
I'm installing SQL Server 2008 R2, and I've reached a point where it's asking me to create Service Accounts. I'm…

RobVious
- 12,685
- 25
- 99
- 181
0
votes
1 answer
MVC2 Custom Routing Breaks when site is located in IIS sub folder
So, I have implemented custom routing in mysite.
routes.MapRoute(
"WithFriendlyNameOnly",
"{friendlyName}",
new { controller = "Home", action = "Redirect", friendlyName = String.Empty, id = UrlParameter.Optional },
new { friendlyName…

Josh
- 16,286
- 25
- 113
- 158
0
votes
1 answer
using Windows Email Server for Heroku Setup
So I have my first ever Ruby website up and running and would like it to send out emails. Unforantately it is hosted on Heroku which doesn't have a email server which is free to use.
What I do have is a windows 2008 virtual server that runs other…

Steve
- 2,971
- 7
- 38
- 63
0
votes
2 answers
Default home page of MVC application is always redirecting to logon screen (IIS7)
I'm having a bit of an issue setting up our test site.
In IIS 7, our app pool for the site is running in integrated mode.
In Authentication, I have Anon enabled and Forms auth enabled.
In Authorization, I have Allow All users.
All pages allow anon…

Josh
- 16,286
- 25
- 113
- 158
0
votes
2 answers
SMTP : error relaying
i am creating an email client that sends e-mail address from server ip instead of SMTP , i wrote that code:
SmtpClient server = new SmtpClient("50.23.128.66");
MailMessage msg = new MailMessage("from@yahoo.com", "tome@yahoo.com", "subject",…

R.Vector
- 1,669
- 9
- 33
- 41
0
votes
2 answers
C# : SMTP error
i am creating an email client that sends e-mail address from server ip instead of SMTP , i wrote the following code:
SmtpClient server = new SmtpClient();
server.Host= "50.23.128.66";
server.Port = 25;
server.Send("from@yahoo.com", "to@yahoo.com",…

R.Vector
- 1,669
- 9
- 33
- 41
0
votes
1 answer
Any existing projects/software for sending hourly status emails
Classic requirement of checking system state and notifying users. Specifically, I'll be hitting the database every x-amount of time, getting some data, then sending out email notifications based on the results. Heck, this service might not even…

taudep
- 2,871
- 5
- 27
- 36
0
votes
1 answer
How to Listen for Socket on high numbered port
My chat server wasn't working on port 6667 (a common irc chat server port), so I switched it to port 844 and it works fine now. I had my firewall disabled, but something was still preventing remote connections to port 6667.... This is on Windows…

Mark Zamoyta
- 1,630
- 1
- 11
- 6
0
votes
0 answers
PHP imap dll making Access Violation Error on Windows server 2008
I am using a PHP script which fetches and downloads mails with POP3 using imap. The script is running as a service in background and works continuously on an infinite loop.
After running successfully for two full days, the execution stops with an…

IvenMS
- 525
- 5
- 19
0
votes
3 answers
.netCART Credit Card Decryption - IIS 7 App Pool and Decryption issue
I've got a site using .netCART. It's running fine in production with Windows Server 2003 and .NET 2.0. On the new server (Windows Server 2008) everything is working except for credit card decryption in the store admin. No errors are being sent, no…

CodeMonkey1313
- 15,717
- 17
- 76
- 109
0
votes
1 answer
Restore roaming profiles on Server 2008
Awhile back our Windows server 2008 Domain Controller crashed. It was restored by an outside IT company, but they did not restore everything they should have like roaming profiles.
Clients still have the the Roaming folder in USERNAME\App Data…

Mark
- 1,368
- 5
- 13
- 26
0
votes
2 answers
Unable to get product Id in windows 2008 server
i want to use ProductId of windows machine so i have written this code
but this code is unable to get the ProductId from the registry when running on windows server 2008
when i have visited registry the ProductId is there in Registry
string[]…

Nitin Bourai
- 430
- 7
- 20
0
votes
1 answer
CruiseControl on 64bit Win Server 2008
I am using Cruise Control on windows server 2008 and I faces next problem - when I am trying to send mail notification I got this error:
2012-01-03 12:25:24,821 [RemoteDelivery-1] ERROR Aspirin - RemoteDelivery (RemoteDelivery-1).deliver():…

unresolved_external
- 1,930
- 5
- 30
- 65
0
votes
2 answers
Installing SQLServer 2008 on WIndows Server Web edition
Have an option to choose either a windows SE or Web Edition to install, for my Web based application built on Asp.Net 3.5 Framework.
Question: Have noticed in some blogs they mentioned that, we cannot install SQL Server 2008 on a WebEdition. Is that…

Suave Nti
- 3,721
- 11
- 54
- 78
0
votes
2 answers
Active Directory LDAP authentication Git Windows Server 2008
I'm trying to setup git through apache on a windows server. I'm using msysgit version 1.7.7.1-preview20111027. I've gotten most of it working but pushing over http and authenticating through Active Directory is an issue.
Here's my…

vanillaike
- 135
- 1
- 8