Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Database Access

Guest
Sep 19, 2006 Sep 19, 2006
Hi All, I downloaded the dreamweaver 8.0 trial version. I was trying to see how database access works. I followed several tutorials on the adobe website, but I am not able to view any live data. When I open any page with data access defined it doesnt do anything, I just occasionally see a file download diagram and nothing happens after that. I am not sure that with the trail version you can actually have data access. Does anyone have any suggestions??

Krupesh


TOPICS
Server side applications
313
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Deleted User
Sep 21, 2006 Sep 21, 2006
Hi All, the issue is solved. In the future if anyone has a similar problem it is because you dont have visual studio installed and therefore the asp.net dll's are not registered and mappings for aspx pages are not there. To resolve the issue go to the microsoft knowledge base and preview the article. Follow it exactly and your pages will work.

http://support.microsoft.com/kb/325093/en-us

Krupesh
Translate
LEGEND ,
Sep 19, 2006 Sep 19, 2006
do you have IIS running?

Krupeshd wrote:
> Hi All, I downloaded the dreamweaver 8.0 trial version. I was trying to see how
> database access works. I followed several tutorials on the adobe website, but I
> am not able to view any live data. When I open any page with data access
> defined it doesnt do anything, I just occasionally see a file download diagram
> and nothing happens after that. I am not sure that with the trail version you
> can actually have data access. Does anyone have any suggestions??
>
> Krupesh
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 19, 2006 Sep 19, 2006
Yes, I have IIS working.

Krupesh
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 19, 2006 Sep 19, 2006
What language are you writing your application in, CF, ASP, ASP.net, PHP and do you have the proper server software installed?
How are you connecting to the database, connection string or dns
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 19, 2006 Sep 19, 2006
I am using ASP.net, running on a XP professional machine. Conncection using a string. The connection is tested successfully in dreamweaver. If I write pure code in Visual Studio, then I can see dynamic content. Only through dreamweaver I cant.

Krupesh
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 21, 2006 Sep 21, 2006
LATEST
Hi All, the issue is solved. In the future if anyone has a similar problem it is because you dont have visual studio installed and therefore the asp.net dll's are not registered and mappings for aspx pages are not there. To resolve the issue go to the microsoft knowledge base and preview the article. Follow it exactly and your pages will work.

http://support.microsoft.com/kb/325093/en-us

Krupesh
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines