https://www.suse.com/c/useful-rpm-commands/
Only one of those is needed, which will depend on whether you are running 32 bit or 64 bit OS.
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Never mind this jesus...
Mobile phones and mobile 'hot spots' already have their UPS built in :)
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Never mind this jesus character, stars had to die for me to live.
Use a cheap mobile phone or a dedicated mobile 'hot spot'
https://www.netgear.co.uk/home/products/mobile-broadband/hotspots/
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Never mind this jesus character...
You need to use root relative addressing when the include file is in the root folder and the requested file is in a subfolder.
<!--#include file="/parahttps.asp" -->
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a...
C.A.I.N.E.
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Never mind this jesus character, stars had to die for me to live.
Right, so you DO NOT check for https BEFORE redirecting but just redirect to https in all cases and THAT is the problem.
<%
If Request.ServerVariables("SERVER_PORT")=80 Then
Dim SSL_URI
SSL_URI = "https://"
SSL_URI = SSL_URI & Request.ServerVariables("SERVER_NAME")...
what is the FULL code of the redirect, given that without that this ISN'T an ASP problem just a browser issue.
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Never mind this jesus character, stars had to die...
The page probably requests other items/elements that are NOT served via HTTPS.
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Never mind this jesus character, stars had to die for me to live.
However;
for MS Outlook specific questions forum68
for mdaemon specific questions forum1204
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Never mind this jesus character, stars had to die for me to live.
https://www.altn.com/Products/Outlook-Connector-for-MDaemon/
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Never mind this jesus character, stars had to die for me to live.
forum329
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Never mind this jesus character, stars had to die for me to live.
Because it has 'interface' to reduce the ambiguities multiple inheritance can create.
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Never mind this jesus character, stars had to die for me to live.
This is what pop-blockers are intended to stop, so no.
Use CSS and trigger the display of an high z-index, absolutely positioned block element.
https://www.w3schools.com/howto/howto_css_modals.asp
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow...
forum1828 or forum68 for OS or MS Office problems.
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Never mind this jesus character, stars had to die for me to live.
response.write("text") sends a text stream to the connected browser, in this case it is sending a line of javascript.
ASP runs on the server so cannot open a browser window directly.
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit...
"window.open('" & url & "');
Is a question for forum216 NOT ASP.
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Never mind this jesus character, stars had to die for me to live.
Depends on how you intend or need to search and sort the data.
_bin collation is a search and sort on the binary value of the character
general_ci uses general language rules and case insensitive comparisons
general_cs uses general language rules and case sensitive comparisons
as an example...
Same as you would with any HTML form, the user presses the submit button your code reads the POSTED data, what your ASP code does first is check that the form HAS been submitted.
thread333-934092
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow...
When you use a different listen port (4443) for a service, the port number HAS to be in the URL for the server to route the request.
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Never mind this jesus...
Your problem is that .cer are MS encoded for IIS you need to convert to .crt for Apache.
use openssl to convert them first.
openssl x509 -inform DER -in certificate.cer -out certificate.crt
or get whomever ordered the certificates to get the correct format.
assuming only one domain being...
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.