ASP / Access Question
Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=24477
Printed Date: 28 March 2026 at 9:10pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: ASP / Access Question
Posted By: nyuprof
Subject: ASP / Access Question
Date Posted: 21 September 2007 at 10:52pm
|
I have a stand alone laptop with MS-Access. I have a small database and would like to write some ASP code. How do I connect the ASP to the Access and use a web browser to activate the code?
|
Replies:
Posted By: iSec
Date Posted: 21 September 2007 at 11:59pm
Hope this helps: http://www.webwiz.net/kb/asp_tutorials/default.asp - http://www.webwiz.net/kb/asp_tutorials/default.asp
------------- "When it gets dark enough, you can see the stars"
-Charles A. Beard
|
Posted By: nyuprof
Date Posted: 22 September 2007 at 12:59am
|
Thanks. One more question :what do you put in the address field of the web browser to activate the program? How do you run the ASP in a browser? I do not see that in the tutorial.
|
Posted By: nyuprof
Date Posted: 22 September 2007 at 1:18am
|
By the way, I am running Windows XP home edition.
|
Posted By: iSec
Date Posted: 22 September 2007 at 2:32am
To be able to run/excute ASP code, you would need to install IIS
(Internet Information Services) web server, which does not come with XP
Home Edition.
------------- "When it gets dark enough, you can see the stars"
-Charles A. Beard
|
Posted By: nyuprof
Date Posted: 22 September 2007 at 4:55am
|
Is there any way around this or any other tool that I can use or get for XP home edition
|
Posted By: Scotty32
Date Posted: 22 September 2007 at 10:48am
you could upgrade to windows xp pro
or you could look at apache, but you would also need to look at php instead of asp.
------------- S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins
For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .
|
Posted By: nyuprof
Date Posted: 22 September 2007 at 4:32pm
|
Ok, I'll do the upgrade. One more question. What do I enter in the address line of the web browser to run the program?
|
Posted By: Scotty32
Date Posted: 22 September 2007 at 5:49pm
when you set up IIS you can enter either your IP address or "http://localhost/"
------------- S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins
For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .
|
|