No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
try and see if you can browse by [url]http://127.0.0.1[/url] 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 running. While at this panel also check to see if WWW or web publishing is …
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 server. Other modules are working flawlessly, but my employer want …
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" 'Response.Write "<?xml version='1.0' ?>" dim RS, CN, xmlstr, mydoc set CN = server.CreateObject("adodb.connection") set RS = server.CreateObject("adodb.recordset") ' …
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 Code. I do not have VB …
The End.
zhk