Ask a questionAsk a question
 

AnswerAdd IP address as trusted location?

  • Wednesday, November 04, 2009 1:56 PMekomsdn Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I need to add an IP address to the trusted locations of Word 2007 since my word VSTO program is connection to a website and is downloading data from there.

    Word doesn`t accept IP addresses as trusted locations.

    Is there a workaround?

    I appreciate any help!
    • Moved byBeth MassiMSFT, ModeratorWednesday, November 04, 2009 8:12 PMMoved from VS2010 Beta forum to RTM forum (From:Office Development)
    •  

Answers

  • Thursday, November 05, 2009 6:58 AMHelmut ObertannerMVP, AnswererUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,

    You have 2 Options:

    - I would download the data using a WebClient Class in side the AddIn, and save it to a local folder - then load it 
    - map the drive as Networkdrive e.g. via VPN
    - Also I would add the Url to the trusted sites in InternetExplorer

    Just an Idea.

    Greets - Helmut
    Helmut Obertanner [http://www.x4u.de] [http://www.outlooksharp.de]

All Replies

  • Wednesday, November 04, 2009 8:11 PMBeth MassiMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi Ekomsdn,

    This forum is for Visual Studio 2010 Beta questions and feedback. I've moved this thread to the VSTO forum for released versions as you'll probably get a much quicker response there.

    Cheers,
    -Beth
    Program Manager, Visual Studio Community http://msdn.com/vbasic http://msdn.com/vsto http://blogs.msdn.com/bethmassi
  • Thursday, November 05, 2009 6:58 AMHelmut ObertannerMVP, AnswererUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,

    You have 2 Options:

    - I would download the data using a WebClient Class in side the AddIn, and save it to a local folder - then load it 
    - map the drive as Networkdrive e.g. via VPN
    - Also I would add the Url to the trusted sites in InternetExplorer

    Just an Idea.

    Greets - Helmut
    Helmut Obertanner [http://www.x4u.de] [http://www.outlooksharp.de]