Have You Successfuly Sent Email Using Localhost On WinXP?
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:
View Replies
ADVERTISEMENT
Is there a way to send email generated from asp scripts run on localhost for
testing purposes?
Running XP pro, but would like to test client pages on //localhost first
before transfering to the domain.
(using CDOSYS and localhost for testing)
What setup is possible with the SMTP server of XP pro to allow email to be
sent (and then recieved from my ISP)
View Replies
View Related
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
View Replies
View Related
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.
View Replies
View Related
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?
View Replies
View Related
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?
View Replies
View Related
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:
View Replies
View Related
I have some problems with my IIS
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?
View Replies
View Related
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 :-
cnn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:DevelopmentFamilyTestingElouiseAccess oryProductList.mdb;"
Is there any difference between Win2000 Server and WinXP? Code:
View Replies
View Related
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:
View Replies
View Related
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:
View Replies
View Related
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:
View Replies
View Related
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'.
My OS is XP Pro
View Replies
View Related
I am trying to test a website that uses ASP on my PC. I am running Windows 2000 and have IIS 5.0 installed.The first page is a form where the user enters a password. When the form is submitted the progress bar indicates something is happening, but I can leave it for 20 minutes and the file has not loaded.
I am using the URL http://localhost/webname /.
I have tested it on 2 servers and the script works. I have had similar problems with other ASP pages and assume the problem is something to do with IIS.I have tried re-installing IIS.
View Replies
View Related
All this while I have been running my ASP pages on the webserver.
In the web server, I can access the web server through the Internet Services Manager.
Now I want to access these web pages locally, so that I do my development locally and then when it works, I move to the web server.
I have Windows XP Professional 2002
How can I access the web services within this machine?
When I type in http://localhost in this machine, i get the message-Page cannot be displayed. Cannot find server.
View Replies
View Related
I just bought a new computer with win XP PRO. I'm trying to set it up so
that I can use it as a local host and with IIS etc. I don't really know where
to start. How do I start running IIS? At this point, pointing to localhost
doesn't work but I'm not sure what I'm supposed to be doing.
View Replies
View Related
I have downloaded this example from this site http://www.iisworks.com/fileman/ i have tried reading the install guide but i still dont understand. I manage to set up localhost in my pc. Anyone who is kind enough to guide me thru step by step....
View Replies
View Related
I like to learn ASP and database related, how do I practice it at home using XP pro? Like with PHP I use localhost and stuff.
View Replies
View Related
Is there a way I can run ASP on my localhost? I run a valid copy of Win XP pro, but I do not have the CD as it is a pre-installed version on my Dell Latitude. So, is there a way I can run ASP?
View Replies
View Related
I am working with sessions to check if the user is logged in.
This usually works fine and all my .asp-pages checks if: <%
session.Contents("loggedIn")=True %>
But this only works on my web-hotel
When I run the same pages on my localhost, it can't find any sessions and I
appear to not be logged In.
I have tried to set my localhost on the "trusted sites" list and "always
allow" in "override cookie handling" in my Explorer.
View Replies
View Related
when I run my asp programs, suddenly I'm getting the page "page can not be displayed"
when it worked fine till the previous day suddenly what made those pages to be not recognized I didn't understand.
the browser is atleast not able to recognise the "localhost".
View Replies
View Related
I have a new ASP project that I need to desperately test on my Windows 2000
machine before posing to my Hosting Company. I am having problems getting
the ASP pages to run from LocalHost. I will attempt to give as much
information of what I have done to try to correct this without success.
First my setup. Windows 2000 Professional with Service Pack 2 installed.
IIS is installed. I have turned off the firewall just in case that was a
problem as the laptop is operating as a stand alone and not on a network at
this time. I also have VB6 with Service Pack 6 installed. I will explain
later why that my be pertinent.
The error that I am getting is:
The Page Cannot Be Displayed. with a HTTP 500 error. This occurs every time
I try to access a ASP page. HTML works fine from LocalHost. Code:
View Replies
View Related
I'm trying to surf on a website on winXP, but IIS response is very slow. It doesn't load a lot of images (red x). Besides, it alerts always there's no connection (from each page to the following), asking whether I want to connect. The browser keeps waiting for images then it fails. What can I do?
View Replies
View Related
I developed a small asp application. My problem is that everytime I use LOCALHOST, accessing and adding data on the database is OK but if I use the IP ADDRESS for accessing the website it would generate this error
Error Type:
Microsoft OLE DB Provider for SQL Server (0x80040E4D)
Login failed for user 'MYSERVERIUSR_MYSERVER'.
/o/dog_evaluation/add_dog_db.asp, line 22
The connection string on my page is this
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "Provider=sqloledb;Data Source=MYSERVER;Initial Catalog=dog_evaluation;Integrated Security=SSPI;"
View Replies
View Related
I get the 404 file not found error message when I try
http://localhost/xxxx.asp
I've created a virtual directory and pointed it to the asp
file and the error message appears.
I've tried creating a new directory and received the same
error message when I pointed it to the new asp file. I
think it's something in the IIS configuration. Any ideas?
View Replies
View Related
my asp.net applications run as
http://localhost:8082/appname/webform.aspx
- i've downloaded a sample aspx solution,
and get the following error when trying to
open it:
"Unable to open web project "FormsAuth". Unable to
validate that the file
path "c:/downloads/ddj/aspnet/aspform/FormsAuth" matches
the url
path 'http://Localhost:/FormsAuth'. A connection with
the server could not be established."
View Replies
View Related
I have got a scenario where an asp script needs to request via xmlhttp a file sitting on the same server. The code all works find on my local machine. However, on the hosting server, it does not. The problem is that I am on a shared server and the server can't "see itself", i.e. it's probably blocked by the host to receive request from itself. The problems comes in as the server will hold multiple sites and use host headers to channel request. I thought of using "localhost" and some kind of header sending scenario to get the server to go to the correct subfolder/virtual host. However, googling has not brought up much.
View Replies
View Related
Installed IIS on w2k pro, started Personal Web server and pointed the home catalogue to the folder with my asp codes. However IE keeps saying that http://localhost is not available without Internet connection. Such thing often happend on other computers, but after several refresh it worked. How shall I get rounf this now?
View Replies
View Related
I have installed wamp5 on my laptop so I can develop php pages with mysql.I have started the wamp5 which give you a semi circle and three quarters of the icon is shaded yellow - this is supposed to mean that apache is running. I then type in http://localhost in the address bar and I get the "page cannot be displayed" error.
This is weird because wamp says apache is running ok.Is there any other setting that may affect the connection?If this is any help, I also have a sneaky suspicion that because I have visual studio.net installed on my laptop there may be a conflict with IIS? I have not developed any sites with visual studio yet but could there be a conflict here? Thing is, I am not sure what to look for or change?
View Replies
View Related
I try to run localhost on other browser other than IE, in this case i run on FireFox Mozilla.Can anyone tell me why does the browser popup with the security windows where i need to type a Username and password. However, that wouldn't happen if i run on IE. Is there a special setting where IIS can check whether a user run scripts on that type of server on other browsers than IE.
View Replies
View Related
I want to make localhost on my browser a sendto destination, so I can right click on an ASP or PHP file, choose sendto, then localhost and have a browser open up with the ASP file running in it.
I've put a link in the sendto folder with a target of localhost. That changes the icon to look like a computer monitor, but when I right click it doesn't show up in the sendto list. I know I'm in the right directory (documents and settings/myuser/sendto) because I can put a shortcut to a directory there and it shows up in the sendto list.
View Replies
View Related
I have used Mailer successfully on websites before. This time, I am trying to run my Mailer code on localhost, with IIS. This line, which in general works, is now generating an error message:
set Mailer = Server.CreateObject("SMTPsvg.Mailer")
What I've tried so far:
set Mailer = Server.CreateObject("SMTPsvg.Mailer")
set Mailer = Server.CreateObject("CDONTS.NewMail")
set Mailer = Server.CreateObject("localhost")
I don't know if I should be trying something else, if I have to do something beyond the actual code, or if it is simply not possible to have mailer working on iis/localhost.
View Replies
View Related
it work out when using localhost, but it doesn't when i uploaded to web host server. local host connection string is :
Dim MM_connFMX_STRING
MM_connFMX_STRING = "Driver={Microsoft Access Driver (*.mdb)}; DBQ= D:InetpubwwwrootfmxdatabasefmxData.mdb"
and i change to the string given by my asp host server which is :
Dim MM_connFMX_STRING
MM_connFMX_STRING = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source="& _Server.MapPath("fmxData.mdb")
anyone knows what is the problem?
View Replies
View Related