Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Scripting / March 2005

Tip: Looking for answers? Try searching our database.

webdav urgent help

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
hud - 06 Mar 2005 18:56 GMT
hi,

I work as a developer in a team currently building a Managed Learning
Environment for a Further Education College.  As part of this project we are
interfacing with exchange server, displaying OWA folders in a browser to our
clients.  This works fine except for generating an error (permission denied)
which I can only fix if the client adds the web address to their trusted
sites and enables activex.

I am using ASP and javascript :

The error is generated at this level =
set objXMLHTTP = nothing

Set objXMLHTTP = CreateObject("Microsoft.XMLHTTP") -- > does this require
active x to be enabled ?

objXMLHTTP.Open "SEARCH", strInboxURL,True

I would be very grateful if you could show me how to fix this problem, since
we have over 5000 computers, many are not easily accessible, and the
majority of our users are not particularly IT literate !

NB:Happy to email the code that simulate this error if needed.

hud
[MSFT] - 07 Mar 2005 06:40 GMT
Hello,

This is due to the security limitation in IE. To access secured resourece
with "Microsoft.XMLHTTP", we have to request enough permission in IE. To
get around this problem, we can set to low security level or add it to
trust sites.

Luke
hud - 07 Mar 2005 18:05 GMT
hi luck

thanks for your quick reply , is there any way we can add a website URL to a
trusted site for a user on their machine (asp or jscript)- e.g. test if it's
in trusted sites,  if no  display a popup when the user click  add the web
on a trusted site.

thanks for your advice

> Hello,
>
[quoted text clipped - 4 lines]
>
> Luke
[MSFT] - 08 Mar 2005 06:12 GMT
Hello,

I have to day there is no such an easy to do this. If there was such a way,
a vicious web may add its self to our trust site with script and do
anything they want. We have to do this manually. I suggest you may consider
moving the code to server side and only pass HTML code to client side. ( If
I misunderstood the problem and the script has already been server side
script, you may check the server side security. With proper security
setting, we should be able to XMLHttp on server site).

Luke

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.