index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Help Getting Started :: (2)Post a New Message | Post a Reply
Jan 21 2005, 10:01 AM
 Help Getting StartedPost a Reply
 billhymel

View this author's profile Send this author a private message

from: Morgan City, LA

I have developed an MS Access application the I want to distribute in the runtime environment; therefore, I'm looking for a end-user 'Report Writer' to distribute with the app.  I have no experience with Web Publishing, ASP, etc and I need help getting this program installed.

I am using a XP Pro laptop.  I downloaded and installed the program.  I then installed teh IIS service, which I guess is required to use the program.  Now, I don't know what to do with the following code.  I don't know where to put the 'folder' that I am to create in step (1).

"Create a folder in from your Internet Services Manager (or IIS) and grant this folder read/write permissions
  
Create a blank text file and rename it default.asp.
Copy the following lines of ASP code into your default.asp file
<%

Dim objWiz
Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2")
    
'Make sure you initialize before adding any HTML text
'TODO: Change this to your actual connection tring
objWiz.Init("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=D:\Databases\nwind.mdb;")
    
'put this where you want your reports
objWiz.DisplayReports
    
Set objWiz = Nothing

%> "

Please advise where to put this folder and what steps to I take to get this program up and running.

Your assistance is greatly appreciated.  Thanks in advance.

Bill


Jan 21 2005, 10:17 AM
 Re: Help Getting StartedPost a Reply
 whichman

View this author's profile Send this author a private message Visit author's homepage

from: Laurel, MD

Please check the link below from Microsoft.com on How To Create a Virtual Folder (Subweb) in IIS 4.0 or IIS 5.0

http://support.microsoft.com/default.aspx?scid=kb;en-us;301392&sd=tech#3

Let me know if it helped


-------------------------
Master of the Game
Pages: (1)   [1]

search this forum: