Ask a Question related to ASP Database, Design and Development.
-
Matt Massie #1
Testing ASP off line, on XP Home
I downloaded a simple login package that uses asp files to look in an access
database, then go to an authorized user page or an unauthorized user page,
depending on the result. Note: I'm working offline, trying to test this file
locally. all the files required are in the same folder.- When I login, My
browser displays the raw code for the "check_user.asp" file. Any clues to
why?
--
Matt Massie
Matt Massie Guest
-
Forced line break changes previous line endings
Gang-- Give this script a try. It's quite experimental (i.e., use at your own risk), but in my tests it actually works to "freeze" the line... -
Apache Server home testing web site
Ok, to cut a long story short, I installed Apache server, studied the conf file a bit and found too many answers to a simple question or two. All... -
text line spacing and line tool
1.) Using InDesign 2.0.2 - When aligning text (in one particular text frame)to a base grid, the text will always skip one line even though the base... -
Off-line movies accessing on-line data.
I have designed some SWF movies for use on a XDA 2. These files will retrieve some of their content from on-line data files located on our... -
DRKv5 3D Line Chart line width, rendering problems
I am using the DevNet Resource Kit Version 5 3D Charting components. The line chart component has a minimum line width parameter, but the minimum... -
McKirahan #2
Re: Testing ASP off line, on XP Home
"Matt Massie" <rmmassie@comcast.net> wrote in message
news:mdmdnbrpurVsJQeiRVn-jw@comcast.com...access> I downloaded a simple login package that uses asp files to look in anfile> database, then go to an authorized user page or an unauthorized user page,
> depending on the result. Note: I'm working offline, trying to test thisOpen your browser and type :> locally. all the files required are in the same folder.- When I login, My
> browser displays the raw code for the "check_user.asp" file. Any clues to
> why?
>
> --
> Matt Massie
http://localhost/{your_folder}/{your_page.asp}
Don't open it up as a "file" but use your Web server to open it up as a
"page".
McKirahan Guest
-
Aaron Bertrand [MVP] #3
Re: Testing ASP off line, on XP Home
> I downloaded a simple login package that uses asp files to look in an
accessfile> database, then go to an authorized user page or an unauthorized user page,
> depending on the result. Note: I'm working offline, trying to test thisBecause XP home doesn't have IIS (or any other web server), which is> locally. all the files required are in the same folder.- When I login, My
> browser displays the raw code for the "check_user.asp" file. Any clues to
> why?
required to run ASP pages.
[url]http://www.aspfaq.com/2079[/url]
Aaron Bertrand [MVP] Guest
-
Wayfarer #4
Re: Testing ASP off line, on XP Home
Thus spake Aaron Bertrand [MVP]:
But one thing you can do is to get Abyss webserver (freeware -> access> > I downloaded a simple login package that uses asp files to look in an> file> > database, then go to an authorized user page or an unauthorized user page,
> > depending on the result. Note: I'm working offline, trying to test this>> > locally. all the files required are in the same folder.- When I login, My
> > browser displays the raw code for the "check_user.asp" file. Any clues to
> > why?
> Because XP home doesn't have IIS (or any other web server), which is
> required to run ASP pages.
>
> [url]http://www.aspfaq.com/2079[/url]
[url]http://www.aprelium.com/[/url]) and add on the ActiveHTML CGI package (about
35 USD - [url]http://www.selisoft.com/en/ahtml/[/url]). ActiveHTML will let you
try it for free for a while to see if it'll work for you. With
ActiveHTML installed, it emulates IIS fairly well as far as ASP Classic
is concerned.
I got stuck ordering XP Home myself, not knowing it didn't have IIS on
it, so I had to make do and it's worked out pretty well for development.
Someday when I have more money I still want to get IIS so I can start
working in ASP.NET though. That looks really cool.
HTH
--
Wayfarer
Journeys: [url]http://wayfarer.brinkster.net/contact.asp[/url]
Wayfarer Guest



Reply With Quote

