p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > Classic ASP XML
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
Classic ASP XML Using ASP 3 and XML. See also the XML category for more XML discussions not relating to ASP. NOT for ASP.NET 1.0, 1.1, or 2.0

Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP XML section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old July 18th, 2008, 09:19 AM
Registered User
 
Join Date: Jul 2008
Location: Round Rock, Texas, USA.
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to x684867 Send a message via MSN to x684867 Send a message via Yahoo to x684867
Default Permission problem encountered with xmlHTTPrequest

(1) The current problem occurs in an HTA designed to publish information to and request information from a corporate web server.
(2) The current xmlHTTPrequest is written in javascript (below).
(3) When run under Windows XP Professional Service Pack 2, no problem exists.
(4) When tested on Windows Vista Ultimate x64 Service Pack 1, a permission error appears.
(5) The line where the permission error occurs is--

var objHTTP= new ActiveXObject("Msxml2.XMLHTTP");


CODE EXCERPT:

            function GetUpdateSD()
            {
                  var objHTTP = new ActiveXObject("Msxml2.XMLHTTP");
                  var strURL = TOC_SD_UPDATEURL + "&" + getClientID() + "&" + generateSID() + "&";
                  objHTTP.open('GET',strURL,xmlHTTPreqAsynchronous);
                  objHTTP.onreadystatechange=xmlHTTPrequestHandler_u pdateSD;
                  objHTTP.setRequestHeader('Content-Type','application/x-www-form-urlencoded');
                  objHTTP.send(null);
            }


Sam Caldwell
Round Rock, Texas 78680
email:mail@samcaldwell.net
IM: mail@samcaldwell.net (msn)

Unconventional Thinking, Unconventional Success
__________________
Sam Caldwell
Round Rock, Texas 78680
email:mail@samcaldwell.net
IM: mail@samcaldwell.net (msn)

Unconventional Thinking, Unconventional Success
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP has encountered an Access Violation at 0B63E30 p2ptolu PHP Databases 0 June 2nd, 2006 08:31 AM
(0x800A0046) Permission denied,not IIS permission! David Hay Classic ASP Basics 3 April 30th, 2006 11:47 PM
WebPart Permission Problem Basti BOOK: Professional C#, 2nd and 3rd Editions 0 November 25th, 2005 10:53 AM
Permission Problem lior_broner BOOK: Professional InfoPath 2003 1 March 9th, 2005 03:23 AM
Visual Basic Encountered a Problem and Needs to .. Niaz Pro VB 6 4 September 1st, 2004 03:34 PM



All times are GMT -4. The time now is 07:12 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc