How I Can Enable Or Configure Https
How I can enable or configure https on a certain page(file).
View RepliesHow I can enable or configure https on a certain page(file).
View RepliesI invoke Java Objects through COM inside an ASP page, but i don't find where
to configure the MS JVM. Is it possible to configure it like Sun JVM
(threads, memory min & max, ...) ?
I always get an error message "must use an updatable query" each time I try to delete from or update or even insert into an access database on IIS6 (Win xp), what do I do to change this?
View Replies View RelatedI am learning ASP.NET , I want to send mail from my application so I need to configure IIS.I have written code for it but my mail is in Queue or Droped. I think I have not configured IIS properly.Can anyone tell me in detail how to configure it.
View Replies View RelatedReading te article about sql injections and sanitizing I found that one of great recommendations is to "Configure error reporting" to do not allow public to read the entire sql statement. How can I do this? Can I do this if I keep my websites on hosting company server?
View Replies View Relatedthis isnt really an ASP question but is related: i'm using CDO to send emails from sites but we have a proper mail server and want to send emails through that. is there a way to get the CDO system to use an external SMTP server by default as opposed to the one on the local machine? or do i have to go through all the sites and rewrite them? (not a simple task, we have lots of sites!)
View Replies View RelatedI need to set a session time out for this website that was created by someone else using ePower. How can I configure the global.asa page to set a time out session for the users or do I have to set this in IIS? Code:
View Replies View RelatedI have a pa'gina (view.asp) that he shows the photo that is cited in the data base. The problem that happens is that if I sending the photo well great it appears in view great. I would like to make the following one, to program so that the photo alone appears in a size small e when the user to clicar in top of it, I open one popu with it of the real size that it is. As I can make this I do not know to make. They see my code view.asp that it shows the photo. Code:
View Replies View RelatedI hava a new Windows 2003 box running IIS.When I try and display an asp page it says page not found.but the page is there.I've checked the settings in IIS - I have execute
permissions script only.What do I have to do to allow ASP to run?
I want to display a tool tip for each item in multi select box(list box) in a web page.i want to enable the horizondal scroll for the list box.if any genius knows the solution .
View Replies View RelatedI need to enable a checkbox if text is entered into a text box.My Html is .Code:
<INPUT NAME="txtTextBox" SIZE=8 MAXLENGTH=8 TITLE="Title of text box">
What I am unsure about is the code for the vbscript. I currently have the following which I know is wrong.Code:
<SCRIPT ID=clientEventHandlersVBS LANGUAGE=vbscript>
<!--
Sub txtTextBox_onclick
Document.form.chkCheckBox.enabled = True
End Sub
-->
</SCRIPT>
I have a form called form1, On this form i have 3 textboxes and 2 radio buttons.(called yes and no) If i load the page the 3 textboxes are disabled, Now comes my question. If i check radioButton(yes) i want to enable the 3 textboxes, does anyone nows how to do this?
View Replies View Relatedhow to enable SSL in IIS5?
View Replies View RelatedI have developed an MFC application using VC++ 6.0. The
application has been properly packaged and installed in a
directory. e.g C:NMS
The directory consists of the main executable (NMS.exe)
and ceratin dependent executables (client.exe, server.exe
etc.)
Problem:
I have created a virtual directory for this C:NMS. I have
given a link to the main exe (NMS.exe) in an ASP document.
The main application runs fine, but when it calls
other .exe(s) nothing happens.
I find that all the values of the session variables i have created is empty when i use https. I am sucessfully able to use these session variables in the other pages that does not use https.
While making a shopping cart and using https for checkout process. What is the best method to retrieve cart values like item, total etc. Currently i'm using session to access these values in different pages during checkout but the problem is what i have mentioned above when i use https. What method do u prefer and how does it work?.
I have a question regarding https and SSL between two web
sites. I am not quit understand how asp application can
handle https, encryption and SSL. Here is scenario:
An asp application on my web site requires to get form
data from web client and to convert the data with XML
format and send the data to another web site which only
accepts https protocol.
If my site needs to receive information from the remote
web site, then I know a digital certificate needs to be
installed on my side. and https configuration needs to be
implemented on local web server.
However, if all of local side need to do is to send data
to remote web server with data encrypted, do I still need
to install digital certificate and enable https on local
web server? If not, how can I encrypt data with the the
certificate so it can be accepted by remote server and be
decoded by remote server side?
I'm in a non-secure page (http). When I click on a submit button, I'm about to enter the secure page (https). But I got the popup saying that I'm about to enter a non-sercure page, wanna continue(yes,no).
If I click YES, it take me to "https" page. This doesn't make any sense at all.
I'm working on an e-commerce site and we've just purchased a secure certificate to transmit a shopping cart to the payment gateway without fear of tampering.
Question is, should the whole site be built on https:// or should only the form which posts to the payment gateway be secure?
I need to implement in my site the HTTPS. But I don't know anything about
this. Can someone help me or give me a way to learn about it?
I have a site that has been working for a few years now. the web site
is using a DB Access DLL written in VB. the DB's connection string is
passed to the DLL using the COM+ enable object construction option and
using CreateObject in the ASP code.
we are now trying to install this application on a new server and we
have a very strange problem:
Server info: Win2K SP4. the COM+ package is a server package with
identity set to be the administrator.
When the ASP page is trying to call createobject the call runs fine
even though it is not going through COM+ (if i look at the currently
running objects in my package, the count is 0) and the connection
string is empty since no construction string was passed to the DLL
if i run the same createobject call in a VBS file while logged in as
the administrator, it does go through COM+ and the connection string
is fine.
so obviously it is some kind of permissions problem but i do not know
where. i have tried setting the IIS's site to use the administrators
account for anonymous access but that did not solve the problem.
Does anyone know how to enable ASPX on IIS6?
View Replies View RelatedI have two option button and on combobox,in that combobox i added "all" statically. My need is if i select that first RADIO BUTTON that "all" in the combobox has to be enable and if i select that second RADIOBUTTON the "all" in the my combobox has to be disable.this is my need.
My first radiobutton name is all and second is select. tell me the coding and where i have to write that coding. please answer me becos i am new to this environment.
I create a popup web page using:
newWin = window.open(.....)
In the popup window I have href links. The popup takes a while to load and I don’t want the users to be able to click on a link until the popup information has finished loading. Does anyone know what Visual Basic Script commands I can use to disable then enable the display in the popup window while the text and hyperlinks are loading (preferable I would still be able to see the text in the popup while its disabled.
i just installed .net framework 1.1 from microsoft because i have some .aspx files written. i have windows 2000 server. i can't get the .aspx files to be recognized i guess because they work on another server i tested them on.
Do i need to download anything else. What do i do to get my server to process .aspx files. when i try viewing the .aspx file in mozilla it wants to download the file. in explorer it just doesn't work.
I'm trying to detect if the user is utilizing HTTP or HTTPS in the address
bar. The following code responds true regardless of whether I use HTTP or HTTPS.
What should I be using? In the end, if the user types in HTTP, I will
redirect them to HTTPS.
<%
If Request.Servervariables("https") <> "" Then
Response.Write "this is https...OK!!!"
End If
%>
I have enforced SSL connections on my website to make it secure. My problem is if the users go to http://wesite-url they get an error message saying:The page must be viewed over a secure channel
The page you are trying to view requires the use of "https" in the address.
Instead of showing this error page, I want to automatically redirect them to https://website-url. Is it possible?? Do I need to to program this in gloabal.asa?
I have a site that requires a checkout process. THe checkout process occurs in the secure server. I need to pass session variables from one server to the next.
View Replies View RelatedIn IIS 5, there's seem to be no ODBC loading under the log file format dropdown option. SO if i want to use ODBC enable database connection to store session data how shall i proceed? ODBC connection to store session data able to reduce data traffic on web server?
View Replies View RelatedI have a form called form1, On this form i have 3 textboxes and 2 radio buttons.(called yes and no) If i load the page the 3 textboxes are disabled, If i check radioButton(yes) i want to enable the 3 textboxes, does anyone nows how to do this?
View Replies View RelatedI've integrated a secure certificate into my e-commerce site. However, when I forward people to the account log-in area (https) all of the relative links on the page obviously then point to http://www.mydomain/homepage for example.
How do I do what Dabs do, and redirect these links back to non-secure pages, without hard-coding all links as full URLs?
I am developing an application over the web(intranet app). Now my problem
has to do with secure communication
between browser and webserver. I want to enable secure communication using
https. Are there any alternatives other than buying certificate for virtual
directory ?
I am trying to write a routine that allows users to download files from our secure site, with the code below the file will download and when you click save i get an IE error. However when the page is not https the routine runs just fine. Any Ideas?
View Replies View RelatedI have a login page that's https and after logging in should redirect to the
home page http://www.example.com
<form id="Form1" method="post" runat="server">
No matter what I've tried it tries to redirect to https://www.example.com
(https)
Exact error is:
The page cannot be displayed:
......
500 Internal Server Error - The network logon failed. (1790) Internet Security and Acceleration Server
Does anyone have any clue as to what's going on here, and how to fix it?