1
vote
4answers
573 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
2k 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
158 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
6answers
725 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 …
