Installing IIS Server On Windows Xp Professional

I have a computer where I installed windows xp professional. However, during installation, I did not choose the IIS server component. Now, I need to install the IIS Server.

At the moment, I am not carrying the windows xp CD. Is there any IIS server download for xp available in the web so that I can get a local web server up and running real quick?

View Replies


ADVERTISEMENT

Setting Up MSDE 2000 Release A On Windows XP Professional

I recently downloaded and installed (hopefully correctly) MSDE 2000 Release
A. I previously, and still do, have the version of IIS that comes with XP
Professional installed on my computer. I wanted MSDE 2000 Release A so that
I could do database access using ASP from my websites, which are on my
computer. When I went to my first test website, I recieved the following
error:

Error Type:

Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC SQL Server Driver]Neither DSN nor SERVER keyword supplied
/testDB.asp, line 26

The ASP code that I used on my web to connect to the database (which is
currently just an empty text file) is the following: Code:

View Replies View Related

JScript: Can't Programmatically Delete Cookies On Windows 2000 Professional

I persist the login info using cookies so that a user doesn't have to login every time they come to our website, unless they previously logged out. Everything works OK on W98 SE, and Windows XP Pro machines.

On a W2K machine, IE6.0.2800.1106 SP1, the following function won't delete cookies, or deletes them but they're mysterioulsy re-created when the web page is subsequently referenced. Therefore, a web user can't logout.

// ============================================
// remove login cookies
// ============================================
function KillLoginCookies ( )
{
Response.Cookies ( sCookieCustomerID ) = '';
Response.Cookies ( sCookieCustomerID ).Expires = '01/01/1980';
Response.Cookies ( sCookiePassword ) = '';
Response.Cookies ( sCookiePassword ).Expires = '01/01/1980';
}

What am I missing here?

View Replies View Related

Source Code For Professional Active Server Pages 3.0

I got this book for some time. I need to download the source code for this
book. However, Wrox, the publisher, does not have download code for this
book. Could anybody suggest any site from where I can get the download of
source code for this book?

View Replies View Related

Installing Jpg Upload Code In Server?

I plan to allow users to upload jpegs using the <input type="file">
I understand one needs to install an ASP componenet on the server to handle the upload.

I have an installation executable from CBUupload that is freeware, which apparently can do the job. Also there are a number of options I can purchase. Has anyone any experience with installing these components on a host site?

View Replies View Related

ASP On Windows 2003 Server

I made some of the web pages using ASP on windows 2000 server, now i wanto to upgrade my Operating system from windows 2000 server to Windows 2003 Server , Are my web pages will work fine if i do this upgradation or there are any configurations on IIS i have to make to work fine ....

View Replies View Related

Windows NT Index Server

I have written a search logic for my website using microsoft indexing
service. I designed it on Windows XP. It works great.

Then i copied that to our Windows NT webserver and it is giving me the
following error

Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
/search.asp, line 25

Line 25 is
Set QueryObj = Server.CreateObject("IXSSO.Query")

View Replies View Related

Version Of Windows Server

Just starting with ASP but I have to order our server and serversoftware ASAP. Does it matter which version of Windows Server I go for? Our plan is to create serachable catalougue with dinamic pages using ASP VBscript and Microsoft Access. I am guessing it might depend weather we host the site ourselves or use a provider

View Replies View Related

IIS Server On Windows XP Home

is there a way to install the IIS server on Windows XP home? Like the one you get wih Windows XP Proffesional CD. I have found this website which has a method of doing it, although it says here tha Microsoft says you need Windows XP Professional to install this and that this is only a workaround I wasn't sure if this was true or not.

The main reason I thought of this was because I would have thought Microsoft would have had a file you can download from their website or some thing like that, although I haven't found any other way of doing this yet.

View Replies View Related

SQL Server Windows Authentication

I have being told my our web developers team that it is not possible to use Windows Authentication on a SQL Server 2000 database and ASP application. That it can only be possible on a ASP.NET. On the other hand thur seraching the web I found out that this task can be accomplished by just turn on Windows Authentication and shut off Anonymous access in your website properties using IIS Manager on the Web server.

View Replies View Related

Windows 2003 Server With II6

I've had a new server installed for me. with Windows 2003 and II6 with ASP.NET. but I want to run a small (but important) application written in ASP(all .ASP files)

as it stands the server will not 'understand' .ASP files (only .ASPx)To avoid having to modify the whole application ( :-} ) can I get the server to execute. ASP files?(is it as simple as copying over an existing II4 ASP.DLL and installing that?

View Replies View Related

Windows 2003 Server

We have several extensive sites and all use a lot of include files. We have the coded as include file and virtual include using ../ since it is a shared server etc. The sites were moved by the hosting company to a new windows 2003 server and now we get invalid path error part of the time, others it works fine.

The host says it is our programmers did not follow asp procedures and used ../ I always thought this was ok, it was never an issue before the move...is this new to windows 2003.

View Replies View Related

CDONTS And Windows Server 2003 / IIS 6

I just set up an acct. with godaddy for a shared virtual dedicated server using Windows 2003 and IIS 6. None of my ASP scripts work to send emails using CDONTS. Research took me to how to install the cdonts.dll file and after doing so I don't get the error about not being able to create an ojbect but rather that of permissions on the line that has the .send. Other research led to me believe that windows 2003 does not support cdonts at all? I'd prefer to use CDO but I was told by Godaddy that the script below is not supported on a shared server - Code:

View Replies View Related

SendEmail In Windows 2003 Server

It works properly in my former webserver until it was upgraded to Win2003. Please do the amendments below.

My code:

View Replies View Related

CDONTS On WINDOWS 2003 Server

Some one has posted this question on 10th August, as CDONTS is not working
on windows 2003 serever. I have the same problem and I copied CDONTS.DLL
from Windows 2000 Server and registered on Win 2003 server but it giving the
error on line when I calling method send of the object.

Error is
Microsoft VBScript runtime error '800a0046'

Permission denied

I tried to register CDONTS as COM+ with Admin user right to execute but it
still giving same error.

View Replies View Related

Windows Server 2000 Question...

Will CDO work under Windows Server 2000? I'm guessing it will. The problem is that I wrote a nice little ASP app under Windows Server 2003 which works REALLY well. Sends out the email with NO problem. 'Course, it uses an external SMTP server, but I'm assuming this shouldn't matter, right?.

Because when I port it over to Windows Server 2000, it blows right past it. Is there a particular setup procedure that needs to be done for Windows Server 2000 to enable CDO to work properly?

View Replies View Related

ASP On IIS6 Windows 2003 Server

At the early testing stages of writing some simple ASP scripts hosted by my Windows 2003 Server but I have hit upon a problem.

When I open an asp page, IE just returns the script rather than expected web page. What have I or am I doing wrong?

View Replies View Related

ASP Problem In Windows 2003 Server

In Windows 2003 Server, when I include a file in upper directory, it will
occur error.

Active Server Pages Error 'ASP 0131'

cannot include file '../filename.inc' with '..' from upper directory

However, it doesn't have any problem in windows 2000 server

could anybody help me?

View Replies View Related

Connection To SQL Server In ASP, Windows Authentication

My ASP page needs to connect to the SQL using Windows Authentication.

I have research this topic and I think the pieces of the puzzle are here, but they are not coming together correctly.

Users are separated into groups with different levels of security, Group 1, Group 2, Group 3. Each group can only view, update or delete specific pages. Code:

View Replies View Related

Personal Web Server On Windows XP Home?

Is there a way to have Personal Web Server on XP- Home?

View Replies View Related

CDONTS And Windows Server 2003

if I can use CDONTS in W 2003 Server environment to send emails the same way it is used in W2K Server. I have heard that CDONTS is no longer available in W 2003 Server and if so, how can I send emails from ASP page.

View Replies View Related

Windows Server 2003 Probs

I have a site thats been up for 2-3 years on an NT4 server using IIS & Ms Access, and I used MAcromedia Ultradev to build it with MX 2004 to maintain it.

The hosting company decided to upgrade the server to Windows Server 2003 and now none of the Dtabase connections or include files can be found. Does anyone know what I need to do to re-code this site.

View Replies View Related

Jmail Professional

I'm developing a web site with email capabilities: I have tried the free version of Jmail, now I need Jmail Professional but still don't want to buy it before having the chance to try it....

View Replies View Related

Most Valuable Professional.

Where can I find information about "most valuable professional"?
How do you get the MVP title??
I've heard that it's a pretty lucerative title ;)

View Replies View Related

Weird Error Windows 2003 Server

I am recieving a weird error when I try to run asp scripts on my local
machine, I can use pages that access a database, but when I try to write to
the file system ie upload a file I get the error message below.

any ideas?

View Replies View Related

MSWC.Tools & Windows 2003 Server

Hi people, I currently have a website and the asp pages include the following line:

"Set Tools = Server.CreateObject("MSWC.Tools")"

My site is hosted on Windows 2000 server.

The hosting company has offered me a new deal but on Windows 2003 servers, I took them up on this but found that my asp pages did not function as these servers do not have the Internet Information Server (IIS) Resource Kit installed on them. I found this out by
looking at http://support.microsoft.com/kb/q249290/.

As I am not the original creator of the asp pages and have no knowledge of asp, can anyone help me fix this problem where my asp pages will function correctly on the Windows 2003 server?

View Replies View Related

Win 2000 Professional + IE6 Problem

I have a simple .asp page with a text field and submit
button. When it runs on a Win 2000 Professional + IE6
client machine, and the .asp page is set "anonymous
access" only on IIS, the contents I entered to the text
field did not get submitted when I click the submit
button. If the setting is "Integrated Windows
Authentication" everything is fine. Has anyone had
experienced this problem?

View Replies View Related

Running Bat (batch) Files On Windows Server 2003 With Asp

im trying to run a bat file on windows server 2003 and am running into nothing but problems.

i have IIS on my XP workstation that accesses the 2003 server. what im about to explain below works properly on the XP IIs.

i have two files: somefile.asp and somefile.bat. the asp file creates a wscript.shell and then tries to execute the run method for somefile.bat.

however, it isnt working. after an unexaggerated 7 hours of searching google/etc, i have found nothing but frustration and deep, seething anger regarding this problem. Code:

View Replies View Related

How To Insert A 301 Redirect On An HTML Page On A Windows Server

My website is currently made up of HTML pages and residing on a Windows server.

Currently converting them all to ASP, that is going from .html extensions to .asp (besides adding funking asp functions)

My pages have all being indexed by Google, so wouldn't risk loosing good ranking with Javascript redirects, so I tought using this would solve the issue, for example, on a file named thatpage.html

<SCRIPT LANGUAGE="VBSCRIPT" runat="server">
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.mywebsite.com/thatpage.asp"

</SCRIPT>
Wherever where I insert it, in the head, in the body, before the DOC, it's not working, will have to resort to javascript? Will I have to put a link in the html page leading to the asp page? Wouldn't like to have user click agin to be led to the .asp version?

View Replies View Related

Session Variables On Win 2000 Professional

I recently had to reinstall windows 2000 professional due to a harddrive
crash, I downloaded all the newest updates, now I find that session
variables are not being kept from page to page as it had with older
software.

If any else had this problem with IIs 5.0, frontpage 2002 server
extentions I would appreciate a tip. What I have found out so far is that
the session variables used with asp 3.0 are going away in favor of dot.net
asp...

This is a repost from another group, the server appears to be
configured correctly, and the application still works fine on the server it
is published on, the problem appears to be only on my development machine
after installing the sp4 update for windows 2000 Professional.

View Replies View Related

ActiveXObject Problem - WScript.Shell On Windows 2003 Server

I have installed MSDE on my local computer - Windows 2000 Professional. I have created a function which runs me a link whose path is placed in the input field. This function looks like this: Code:

View Replies View Related

Creating An XML Document Object In IIS 5.0 W2000 Professional Wkst

I am attempting to open an XML file in an asp on my personal IIS server. The
VBscript code is:

set xmlDoc = Server.CreateObject("Microsoft.XMLDOM")
xmlDoc.async = False
xmlDoc.Load("bpm.xml")

When I test for errors, I receive this message from the
xmlDoc.parseError.reason property:

reason: System error: -2146697210.

However when I run the same VBscript code on the client it successfully
opens the xml file and away we go. Is there something I need to load or
configure on the IIS server to enable XML DOM processing? What is causing
this error?

View Replies View Related

Installing ASP And SQL

I've recently developed a niche price comparison site and one of the merchants that I spider wants me to write a script that runs on their server and connects to their database to dump out all active products.

This has the advantage of saving their bandwidth and allowing me to update my site daily instead of every few days.

Trouble is that they use ASP and I use PHP/MySQL. I've done a bit of digging around it looks like XP Pro will allow me to install ASP but I'm not sure about my database options.

If I use Access as my backend here, will the settings be easy to transfer across to SQL server ?

Anyone know of any simple tutorials to install and configure ASP and a suitable database backend ?

View Replies View Related







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