Moved website and now ASP doen't work with access?

  • Thread starter A L P H A M A R Y D E L T A
  • Start date
A

A L P H A M A R Y D E L T A

I built a new server (Windows 2003 sp1) and copied my website over from my
NT4.0 server. The site is mostly html files and the search is asp. This
"search" asp works fine. I also have an application in asp that the backend
is an access database. This is the part that doesn't work.

The new server IIS has the FrontPage, ASP, and CGI enabled. What did I miss
when setting up the server?

THanks.
 
A

A L P H A M A R Y D E L T A

??? I'm very new to FP and was given this project. Where/how do I update
the connection string? I can't find a connection file...?

THanks.
 
P

p c

Find the responsee page for the searhc form page (the page that the form
will submit to). Then open that file and look at the ASP code. The
conectionstring points to your MDB file. Change that to point to the
correct location.

Sometimes the connectionstring is located in an a swparate (server
include) file.

...PC
 
M

MikeR

or a global.asa
MikeR

p said:
Find the responsee page for the searhc form page (the page that the form
will submit to). Then open that file and look at the ASP code. The
conectionstring points to your MDB file. Change that to point to the
correct location.

Sometimes the connectionstring is located in an a swparate (server
include) file.

..PC
 
A

A L P H A M A R Y D E L T A

Yeah, I found everything and it looks good. The old site and new site have
the same file structure/locations. I'm importing the old site into FP and
then going to publish it to the new box.

Thank you everyone for your help!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top