Enable ASP On A W2K3 Box

I 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?

View Replies


ADVERTISEMENT

No Asmx In W2K3?

I just setup a 2003 ent server. How do I get .Net installed so I can run asmx, aspx, asax, etc?

View Replies View Related

DB Locks On Srv W2k3

I have a very simple database call running on a W2K3 server. I moved it over from a W2K box. However, when it is run on the 2K3 server, it leaves a lock on. It is an ASP page and not and ASPX page. It works perfect on the W2K box.

Anyone else have this probelm or better yet a cure for this problem? I do not have the time to convert it to ASP.NET yet. The ODBC driver is a bit different. One is V 4.00.6205 dated 3/2003 the one on the W2K box is version 4.00.6200 dated 6/2003.

View Replies View Related

Word Automation W2K3 IIS 6.0

I've develop a simply exe app that merge two or more document in one using MsWord automation.

I call this exe from an asp page (giving authorization to IAWM IUSR...). This run ok on a web server with Xp and IIS 5.1 but don't work on W2K3 and IIS 6.0.

View Replies View Related

W2K3 Server Permissions

I just finished writing an app for an ASP.NET website which uses SQL, C# ASP.NET and web services on my development box. Ported the app over to the Web Server(running W2K3, IIS 6, SQL2K), created the website on IIS, setup the appropriate SQL db, and loaded VS.NET 2K3 to compile the app. However,the app will not compile due to ASPNET and Network Service not having the specific permissions.

Are ASPNET and Network Service both process accounts? And, which directories should permissions be granted for compiling and running the app? One way (which was suggested by a supervisor) to go around this (and compromise security, I think) is to use the Local System process account. I created the app on a W2K box with IIS 5 and SQL2K, and I have had no problems debugging it to where it's ready for production testing.

View Replies View Related

CDOSYS AND CDONTS On W2K3 Machine

I have both cdosys.dll and cdonts.dll on my W2K3 server. We have been told by our web authors that their asp code won't work on our machine and that we don't have CDONTS installed on our machine. They're getting an error from:

Set objCDOMail = Server.CreateObject("CDONTS.NewMail")

I know that the new format is:

Set objCDOMail = Server.CreateObject("CDO.Message")

Is there something special that we have to have installed to make CDONTS work?

View Replies View Related

Write To Event Log From COM Component In An ASP 3 Page On W2K3

I have some ASP 3 pages that instantiate a COM component. That
component writes messages to the one of the Windows event logs.

Things work as I expect them to on XP Pro but not on 2003 Server. I
figured it was a security thing, so I surfed around and found that
permissions were tightened in the server's first service pack. The fix
I found[1] said to append an ACE[2] to the event log's CustomSD
registry value found at

HKLMSYSTEMCurrentControlSetServicesEventLog{L OG_NAME}CustomSD

I tried three different ones with a reboot after appending each one:

1. (A;;0x3;;;AU)
2. (A;;0x3;;;NS)
3. (A;;0x0002;;;S-1-5-21-237510213-3056582554-1478882900-1003)

The last uses the full SID of the IUSR account on the Windows 2003 I'm
working on. I obtained that ID using this vbscript: Code:

View Replies View Related

Inconsistent Unexpected Errors----iis 6 ---W2K3 Server

At least once per day I am receiving this error on this
specific page.

"Error: File /customer/record.asp Unexpected error. A
trappable error (C0000005) occurred in an external object.
The script cannot continue running.."

This page gets hit thousands of times per day yet it
usually only logs one incident of this error per day.

I have checked every resource and made all the recommended
fixes but it still occurs.

This page uses some ADODB connections, Jmail, and sets a
few cookies. I cannot reproduce the error. I have no clue
as to what it could be. All code is sound and works
correctly.

View Replies View Related

Enable The HScroll Bar

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 Related

Enable A Checkbox

I 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>

View Replies View Related

Enable A Textbox

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 Related

IIS5 SSL Enable

how to enable SSL in IIS5?

View Replies View Related

Web Enable An MFC Application

I 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.

View Replies View Related

ASP & COM+'s Enable Object Construction

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.

View Replies View Related

Does Anyone Know How To Enable ASPX On IIS6 ?

Does anyone know how to enable ASPX on IIS6?

View Replies View Related

How I Can Enable Or Configure Https

How I can enable or configure https on a certain page(file).

View Replies View Related

Enable/Disable Combo Box

I 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.

View Replies View Related

ENABLE/DISABLE POPUP

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.

View Replies View Related

How To Get Server To Enable .aspx

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.

View Replies View Related

ODBC Enable Database Connection

In 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 Related

Enable A Textbox With A Radio Button

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, If i check radioButton(yes) i want to enable the 3 textboxes, does anyone nows how to do this?

View Replies View Related

Javascript To Enable Or Disable Controls In ASP Forms

I am trying to write javascript which will enable or disable a control on client side. I am writing a sample code here in VB but it will not work on client side, I need same kind of code in Java:

Function SetControl(ByVal ControlName As Control, ByVal strAction As integer)
If strAction = 0 Then
ControlName.Enabled = True
Else
ControlName.Enabled = False
End If
End Function

this code will not work, it is just an example and I need this kind of script to place on the top of my page which I can use on client side.

View Replies View Related

Enable Permanent Cookies But Disable Session Cookies

Is it possible for a user to enable permanent cookies but disable session cookies.....this seems like a contradition yet this is what I appear to be
reading in online articles?

View Replies View Related

ADSI - Trying To Enable A User - The User Add Works Very Well

I have written an ASP.NET 2.0 application that uses Active Directory or ADAM
to manage account users - the site has a page that allows people to create an
account (much like any site). The page populates the AD with all the
information and the user account but I am unable to enable the account.
Microsoft has information on how to do that here -->
http://msdn.microsoft.com/library/d...ting_a_user.asp
(the sample is for Visual Basic) - and I am unable to complete the bottom
portion of the script. Can some one point me in the right direction - or can
you tell me how I can add a snippet of VBscript code to an ASP.NET page.

I am using the Active DS Type library - not sure why there are multiple ones
(System.DirectoryServices) but it is rather confusing - I seem to accomplish
one thing with one and another with the other (they did have trouble
co-existing however). Anyway my script works very well but I am not able to
access the properties required to enable the account.

Here is a simple version (no error checking) of the code.....

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved