 |
BOOK: Beginning Dreamweaver MX/MX 2004 MX ISBN: 978-0-7645-4404-0; MX 2004 ISBN: 978-0-7645-5524-4  | This is the forum to discuss the Wrox book Beginning Dreamweaver MX by Charles E. Brown, Imar Spaanjaars, Todd Marks; ISBN: 9780764544040 |
Please indicate which version of the book you are using when posting questions. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning Dreamweaver MX/MX 2004 MX ISBN: 978-0-7645-4404-0; MX 2004 ISBN: 978-0-7645-5524-4 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

September 29th, 2006, 08:54 AM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Problem with localstart.asp page
Hi
I have windows xp professional and have installed iis software. I have checked in its admin and its started. I am using Dreamweaver MX2004. I have also made sure that the password settings are set to anon access.
I have created at Default.htm page in the inetpub/wwwroot file and it comes up no problem but when I try localstart.asp page I get the following error:
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
Please try the following:
* Click the Refresh button, or try again later.
* Open the localhost home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
Technical Information (for support personnel)
* Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'GetObject'
/localstart.asp, line 40
* Browser Type:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
* Page:
GET /localstart.asp
I've checked around these forums and I cant seem to find the answer so I'm hoping you can answer me here. If you need anymore info please let me know.
Lesley
|
|

September 30th, 2006, 07:22 AM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Imar
Thanks for your reply. I have gone through your articles and done the amendments like requested and I'm still getting:
Microsoft VBScript runtime error '800a0046'
Permission denied: 'GetObject'
/localstart.asp, line 40
and when I go to dreamweaver line 40 says
Set oDefSite = GetObject(sPath)
I really don't have a clue how to sort this and all your help is much appreciated. Is there anything else I can check?
Lesley
|
|

September 30th, 2006, 07:55 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Do you really need the start page to work? Maybe you can try to make another simple ASP page like this:
<%
Response.Write("Hello world the date and time is " & Now)
%>
and see if that works?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|

September 30th, 2006, 08:03 AM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Imar
Yes that simple page worked no problem! So does that mean I have everything I need operating to complete the dreamweaver mx 2004 book?
Thank you so much for this.
Lesley
|
|

September 30th, 2006, 08:09 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Yes, you do have everything you need now to start. You may need to change some other settings as well, but that's described in full detail later in the book.
But maybe this helps to resolve the problem completely:
http://support.microsoft.com/?id=251361
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|
 |