Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for grii_19

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 …

Member Avatar for grii_19
0
633
Member Avatar for zhk

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 …

Member Avatar for hielo
0
65
Member Avatar for karthikcyano

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") ' …

Member Avatar for zhk
0
91
Member Avatar for HemantK

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 …

Member Avatar for zhk
0
444

The End.