Forum: ASP Dec 13th, 2007 |
| Replies: 21 Views: 7,076 Re: installed IIS yet cannot run asp files try and see if you can browse by http://127.0.0.1
Also open up the services panel...
click Start -> Run type "services.msc" this will bring up your services panel. check to see it IIS services are... |
Forum: ASP Dec 13th, 2007 |
| Replies: 1 Views: 782 Re: ASP XML - Help Needed ? I have used this code to export database fields.
It is quite simple if you like to use. Hope this helps!
<%@ Language=VBScript %>
<% option explicit %>
<%
'Response.ContentType = "text/xml"
... |
Forum: ASP Dec 13th, 2007 |
| Replies: 1 Views: 1,859 Upload .PDF files into MySQL using plain ASP Hello,
I am new to Microsoft web development. I need help with plain old ASP. Not ASP.NET
I would like to users to my web site to upload .PDF files into the database. I have IIS 5 on Windows 2000... |
Forum: ASP Dec 13th, 2007 |
| Replies: 5 Views: 5,206 Re: File Upload in MySQL Database with ASP Hi,
I am new to ASP and I am trying to upload .PDF files into MySQL. Can you please tell me if this can be applied to VBScript instead of VB? Or If you tell me how to make IIS to accept this VB... |