Hello everybody,
I'm new to the IIS topic, so this question may be a basic one.
I cannot call any site (not even the default one) on my IIS Server. Anytime I try to do it I get "Service Unavailable". The log file displays following line:
... 80 HTTP/1.1 GET /dtm 503 1 AppOffline DefaultAppPool...
Hi there,
I need to call a .exe in the DOS-Command Window and display the return codes. I have the following code for this:
Private Const WIN32_API_INFINITE = -1&
Private Const WIN32_API_SYNCHRONIZE = &H100000
Private Const WIN32_API_PROCESS_QUERY_INFORMATION = &H400
Private Const...
Another question to Tomcat 4.1.12: I deploy and run successfully a web application. After restarting the server it's not available anymore(error message "the requested resource is not available")
The Tomcat Web Application Manager shows that my application exists but is not running...
Hi all,
how can I use multiple JavaScript files in an HTML page? I tried this but it's not working:
<script language="JavaScript" src="File1.js" type="text/javascript"> </script>
<script language="JavaScript" src="File2.js"...
Hi all,
I can't use JavaBeans in my .jsp files. When I inlcude something like
<%@ page import="SafetyPatterns.Preferences" %> in a jsp file and try to show it in the browser I get the following error:
org.apache.jasper.JasperException: Unable to compile class for JSP...
Hi all,
could anybody tell my why this code is not working?
var Element1 = "ClassesRadio" + 1 + "[" + 0 + "]"
var Element = window.document.forms[0].Element1
Element.disabled=true
ClassesRadio1 is a group of radio buttons in my website.
I keep getting the message...
I have a table containing information that can be chosen using checkboxes. On submitting the form that includes the table I mark the selected row (by changing the background color) and disable the checkbox. Is there any possibility (in JavaScript)to keep these changes when loading the website...
Hi all,
I have a problem with Windows 98. It crashes after the computer is started. The error message is that it can't load system configuration. After pressing any key, the computer turns automatically off. If I turn it on again, I can choose to operate the system in safe mode. The fact that I...
I thought that the Data Source must be a string. If I provide the Data Source name manually I enter the location of my database and this is a string!!!
Hi all,
I would like to connect to a Access2000 database using a DSN-less connection and I don't understand why I keep getting some errors.
Everything works fine if I provide the absolute path to my database like in the snippet:
Set myConn = Server.CreateObject("ADODB.Connection")...
Hi all,
I'm working with Access2000 and have a database that uses tables form an ODBC database. I would like to import some tables from this ODBC database using TransferDatabase. To do this I wrote the following code line:
DoCmd.TransferDatabase acImport, "ODBC Database"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.