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

Live Data & Browser Preview error messages

Guest
Sep 18, 2007 Sep 18, 2007
I am working on Windows Vista and Dreamweaver 8. I have Vista business and am trying to build a dynamic website using asp and vbscript along with having database access through MS Access. The problem is once I get everything set up, a connection to the database, the asp file opened on the design view, I want to view it in Live Data mode. Once I hit the Live Data Button I get a message saying " An error occured while requesting the document from the testing server ". I am trying to get it set up on a local testing server. Also when I open up an asp page without any database data on it, it opens fine on the testing server, but when I add any bit of database queries to the page it give me an error page as well. Please help, I have been getting so frustrated with this and any help you could give would be appreciated.
TOPICS
Server side applications
688
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
LEGEND ,
Sep 19, 2007 Sep 19, 2007
Do you have IIS installed and ASP enabled?

Start > Control Panel > Programs and Features > Turn Windows features on or off

Internet Information Services should be checked. Then click the + sign next to it to expand it.

World Wide Web Services should be checked. Then click the + sign next to it to expand it.

Application Development services should be checked. Then click the + sign next to it to expand it.

ASP should be checked.

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"tfarzalo" <webforumsuser@macromedia.com> wrote in message news:fcq71v$f2g$1@forums.macromedia.com...
>I am working on Windows Vista and Dreamweaver 8. I have Vista business and am
> trying to build a dynamic website using asp and vbscript along with having
> database access through MS Access. The problem is once I get everything set
> up, a connection to the database, the asp file opened on the design view, I
> want to view it in Live Data mode. Once I hit the Live Data Button I get a
> message saying " An error occured while requesting the document from the
> testing server ". I am trying to get it set up on a local testing server.
> Also when I open up an asp page without any database data on it, it opens fine
> on the testing server, but when I add any bit of database queries to the page
> it give me an error page as well. Please help, I have been getting so
> frustrated with this and any help you could give would be appreciated.
>
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, 2007 Sep 19, 2007
Yeah, I have all of those applications selected. Asp is checked, asp.net is checked. I have no idea what could be making this happen.....I am really stumped.
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
LEGEND ,
Sep 20, 2007 Sep 20, 2007
Turn off friendly HTTP error messages in Internet Explorer.

Tools > Internet Options > Advanced > uncheck the Show friendly HTTP error messages checkbox.

Please post the exact error that you get.

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"tfarzalo" <webforumsuser@macromedia.com> wrote in message news:fcrhb6$g3m$1@forums.macromedia.com...
> Yeah, I have all of those applications selected. Asp is checked, asp.net is checked. I have no idea what could be making this
> happen.....I am really stumped.

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
New Here ,
Oct 03, 2007 Oct 03, 2007
I am getting the same error. I took friendly error messages off and this is what I get:

An error occurred on the server when processing the URL. Please contact the system administrator
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
New Here ,
Oct 10, 2007 Oct 10, 2007
LATEST
Server Error in Application "Default Web Site/nationalEx_root"

--------------------------------------------------------------------------------

HTTP Error 500.19 - Internal Server Error
Description: The requested page cannot be accessed because the related configuration data for the page is invalid.

Error Code: 0x800700b7

Notification: AuthorizeRequest

Module: UrlAuthorizationModule

Requested URL: http://localhost:80/nationalex_root/TMP1hkxoppzvy.asp

Physical Path: C:\inetpub\wwwroot\nationalEx_root\TMP1hkxoppzvy.asp

Logon User: Anonymous

Logon Method: Anonymous

Handler: ASPClassic

Config Error: Cannot add duplicate collection entry

Config File: \\?\C:\Windows\system32\inetsrv\config\applicationHost.config

Config Source: 842: <remove users="*" roles="" verbs="" />
843: <add accessType="Allow" users="?" />
844: </authorization>




More Information... This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.

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
Participant ,
Sep 19, 2007 Sep 19, 2007
I'm interested too. I had that same message every time I tried to use live data when I was using ColdFusion. Exact same symptoms, except I could develop, preview (in browser), & use all the functions I was putting in, but Live Data spit that message back at me every time I tried to use it.
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