Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
4k views

Mailbox unavailable. The server response was: 5.7.1 Unable to relay for abc@xyz.com

I am getting "Mailbox unavailable. The server response was: 5.7.1 Unable to relay for abc@xyz.com" when I try to send the mail using ASP.NET. The site is deployed on IIS7, Windows 2008 server. The ...
9
votes
7answers
20k views

Solving SharePoint Server 2010 - 503. The service is unavailable, After installation

Installed: SharePoint Server 2010 for Internet Enterprise Beta (x64) On: Windows Server 2008 Standard (x64) on 64 bit hardware Attempts to access the Central Administration console led to IIS ...
2
votes
2answers
39 views

Appropriate HTTP code for an unavailable download?

Which HTTP response code is appropriate for a download that is not available on the system but it will be available in the future. If a browser/download manager asks for a file that is not available ...
2
votes
5answers
3k views

Are Flex charts available in the free Flex SDK?

Hmmmm... It appears that charts are only available through the Flex SDK that comes built-in with Flex Builder. This is a problem, since I want to use Flex 3.3, and Flex Builder came with 3.2. Eclipse ...
2
votes
3answers
7k views

c# HttpWebRequest Server Unavailable 503 problem

I originally used WebRequest and WebResponse to sent Http Post Messages. Always I got a response of "OK". The message I post is an XML signed with a certificate in the xml. The composition is this: ...
2
votes
2answers
513 views

You Log to Your DB, Where Do You Log When Your DB is Down?

I'm working with logging in PHP with Pear, and I get into a standard problem: can I use file-based logging when the DB is not available? I don't mind if it's slow due to concurrency issues, but it ...
0
votes
0answers
28 views

How to resolve 'The requested resource <static resource> is not available' in Tomcat 6.0?

here it is my configuration: Apache Tomcat/6.0.33 struts-2.2.3.1 Eclipse Indigo I'm having a problem with statit resources in Tomcat, it says: "The requested resource is not available". ...
0
votes
2answers
16 views

Service Unavailable Page

Is it possible to display a static HTML page when a web service becomes unavailable because of uncertain reasons. For e.g., an outage caused due to power failure in its data center? If so, can I know ...
0
votes
5answers
2k views

Service Unavailable in IIS

When I access a wrong call to a sql server data into my application in classical ASP I get this message in my entire site: Service Unavailable. It stopped. My site is in a remote host. Don“t know what ...