Forum: ASP Dec 13th, 2007 |
| Replies: 21 Views: 11,336 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... |
Forum: ASP Dec 13th, 2007 |
| Replies: 1 Views: 1,142 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 =... |
Forum: ASP Dec 13th, 2007 |
| Replies: 1 Views: 2,659 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... |
Forum: ASP Dec 13th, 2007 |
| Replies: 5 Views: 6,430 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... |