I want to install IIS 5.1 on my WindowsXP machine. I do not have my WinXP CD. Does anyone know where I can download the necessary software to complete this installation?
Also, I would like to update a webpage that is built with either asp or asp.net. (I did not make this webpage, and am new to both asp and .net) Is there a simple way to find out which was used to create this website?
It appears that after installing SP2 for WinXP, previous configurations are changed. to be more specific, it seems that the redirect function no longer apply. That is, before installing SP2 a certain function worked proparly, but now, I guess for some security reasons, it does not any more, IIS is refusing to go out of its localhost loop
I found a really good ASP.NET tutorial and thought that I would try to learn some ASP.NET. I spent ages trying to find IIS or PWS on my computer but i cant. I was then told that as i have WinXP Home i cant run either of these on my computer.
Does anyone know why this is or how i can get around this, cos i would like to learn ASP.NET.
Can I use a WinXP Pro SP2 504MB of RAM as a server to host an ASP Application that would be allowed about a thousand people around the world to access to it?
How about WinNT 4.0 server? Can it handle that much people? Which one is better?
Probably way off the mark here, but I have IIS running on my WinXP machine and I thought I could host multiple domains over the old Win98 method where I could only have the one?
All I can see at the moment is that I have a Default Web Site, which is associated to MyPC, and all I can create is virtual directories/folders within this default location. This means that instead of me being able to create the desired effect of: Code:
1. If I execute a script sometimes I got a "server busy" error from IIS, but there's only me accessing the site in my pc (localhost)!
2. Sometimes after execute a script that connect with msaccess db the protect file *.ldb don't desapear, for a long time, how can I remove without restart windows?
Has anyone succesfuly sent emails from Windows XP using localhost and if so can you please post a functional code?
My codes work fine on Win2000, but after upgrading to XP, I get all kinds of errors. When I correct the first one, another one creeps up. The latest am now getting is "send using ..... is invalid'
I know I can solve this peoblem by registering CDONTS. DLL on my XP box, BUT I want to use CDOSYS and not CDONTS. CDONTS is being phased out. Code:
I have the following codes working fine on one PC running Win2000 Server, but fails on another PC running WinXP. When I check the system log, it tells me the problem is on line 8, that is :-
I am having problem regarding utf8 (used by MySQL) and utf16 (used by WinXP)
I want to store the CJK string into both MySQL and use the string to create a new file name. The problem here is,if the string is in utf8, MySQL can accept it, but the filename will have strange character.
If the string is in utf16 format, MySQL will store as '???', and the filename will be created correctly in WinXP.
I have attached my code. Notice that, If I set @CodePage=65001 'UTF-8' WinXP/IIS will convert all the UTF8 string in the asp file to UTF16 for internal processing. MySQL can only accept utf8 for client connection, so after UTF16 converted to UTF8, ??? will appear. Code:
I am having problem regarding utf8 (used by MySQL) and utf16 (used by WinXP)
I want to store the CJK string into both MySQL and use the string to create a new file name. The problem here is,if the string is in utf8, MySQL can accept it, but the filename will have strange character.
If the string is in utf16 format, MySQL will store as '???', and the filename will be created correctly in WinXP. Code:
Some people are using WinXP and Win2000 for servers and are having problems with CDONTS, so im gonna post a little code sample on sending emails with CDOSYS because it works better for WinXP and Win2000 and is also a better email compenent. Code:
I am using WinXP Pro and IIS. For some reason, I can not get any ASP pages to work. All I get is this error below. I have even removed all sites on the server, but I still get the error. Html pages work just fine. All permissions are in order. How do I fix this? When I view same pages on Win2000 machine, they work fine
Active Server Pages error 'ASP 0134' Invalid ProgID attribute //global.asa, line 1 The object has an invalid ProgID of 'MSWC.MyInfo'.
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 ?
I'm having a issue with one box where it will not serve any ASP pages,even when i browse them from the IIS manager directly.Is there something I should look at to 'enable' serving asp pages?
For some reason I can't make asp scripts work in IIS 6.0. No error returns, scripts are just not being processed. That is, when I create test.htm with the following code: Code:
I see an empty page in internet explorer and the complete code in the source of the page. I allowed active server pages in the Web Service Extensions and restarted IIS, but still asp won't work.
I am confusing to use IIS and Win OS. I learn that Win 2000 goes with IIS 5, how about Win XP? Also, the ways to configure (i.e., installing IIS, virtual directory, ODBC...) are changed from the previous version to the newer version. Can you please show me how to configure these stuff on Win XP. I have tried those books that are old now and still not able to get it through.
Error while instantiating this component in ASP page.
<% Dim oDms oDms = Server.CreateObject("DmsMod.Document3") Set oDms = Nothing %>
The dll is registered using regsvr32. I think it is registered correctly because, I can use this dll perfectly in a VB6 application by adding to the references. IUSR_MyMachineName and IWAM_MyMachineName also have Read & Execute permission on the System32 folder (System32 folder is housing the dll).
I have installed apache on my computer to test php scripts. What do I now need to do to also run asp scripts? Do I have to install apache::asp or can I load a module that runs with my current apache?
I have been developing in PHP for some time now on Win XP Pro but wish to get into ASP and then onto ASP.NET. Couple of quick questions to ask if thats ok.
1) Should I jump over ASP and straight into ASP.NET or should I learn the middle ground as well for compatibility with scripts out there?
2) How do I installed IIS/ASP on Win XP Pro without it clashing with Apache/PHP/MySQL. I know you use the XP CD and install IIS but I thought that would take control of localhost and block access to apache. Can you disable IIS when your not using it ?
I'm trying to install code written by Lewis Morton to upload files (in particular jpgs) on my web hosting account. Has anyone attempted to do this with Morton's code? What I have now, I can do an upload, with no error messages, but no file is stored. I'm getting the file name, and Server.Mappath is creating the path, but nothing is being stored.
I am interested in installing Visual Studio .Net in my XP-Pro OS. I tried once before and it hosed my IIS installation and could not even run it until I removed VS.NET and re-installing IIS.
Is there anything I need to install in my OS before trying again. I am pretty sure that it has all the OS updates.
I have used this type of VBSCRIPT code on an ASP page for several years to launch a program on a server from an ASP page:
Dim sh set sh = Server.CreateObject("WScript.Shell") sh.Run("any-program.exe", 0 , TRUE)
The code breaks when I installed Internet Explorer 7 (IE7) on a Windows 2003 Server. The error is "permission denied". The error goes away when I uninstall IE7. Have you run into this problem? Do you have a solution that is better than uninstalling IE7?
anyways, after i installed IIS (i'm running XP SP2) everything seemed to go good, until i tested ASP, i get a 500 error / page cannot be displayed.
but this is the real error -2147467259 (0x80004005)
i have no idea what this means, and i did a bit of a search on google on this, but i didn't find anything helpful - so i ran a search for asp forums and this came up - so here i am.
in case you want to know, my web server is running (i CAN see html files via the localhost url) but asp just won't go (i'm trying to view the default asp file) and i have no idea what's wrong (i DID restart my PC, and all services that might be related to anything internet are turned ON)
I've just installed web data Administrator and did everything instructed from the book, but when I opened the browser and typed http://localhost/SqlWebAdmin I get a web page but no input fields or place to type in the password. I'm running xp pro, IIS is running, MSDE is also running and I have SqlWebAdmin folder in the C:Inetpubwwwroot folder.
I'm trying to install the Devices Update 4.0 but it failes every time with the error "Application has generated an exception that could not be handled." Does anybody has any idea where I could find what's going wrong, or who I have to contact for support on Devices Update at Microsoft? As Devices Update is a free download.
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?
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?
I've got a Windows 2000 server SP4 running IIS 5.0 I've just installed Microsoft Terminal Services v5.0 in administrator mode and now IIS won't process ASP pages (terminal services works OK).
When Terminal Servcies are uninstalled ASP pages work fine again. The following are the errors that are occuring when Terminal Servceis is installed. Code:
Microsoft has a service called SUS that allows operating system files to be updated from a dedicated server instead of from Windows Update(Microsoft). SUS is a web app based on .asp. I went ahead and installed SUS on a Windows 2000 server that already had IIS 5.0 on it.
After the installation of SUS I tried to browse to the home page,ie: http://localhost/SusAdmin, and got the error "page not found".
I was able to browse normal html files in the same SUS virtual directory in IIS and see them with no problem. Something is wrong with .asp on IIS or with the setup of SUS.