Results 1 to 15 of 15

Thread: [RESOLVED] system files to include in deployment

Threaded View

  1. #10

    Thread Starter
    Member
    Join Date
    Mar 2009
    Posts
    41

    Re: system files to include in deployment

    I'm trying to use OneClick.

    I had to install Visual Web Developer 2008 Express, I added all of the MME types to Apache's httpd.conf file but I'm getting the message below when I click on publish under build in VB 2008 Express for my project.

    Error 12 Failed to connect to 'http://localhost/Jeopardy/' with the following error: Unable to open the Web site 'http://localhost/Jeopardy/'. To access Web sites on the local IIS Web server, you must run Visual Studio under an Administrator account in order to have access to the IIS metabase. Alternatively, install FrontPage Server Extensions (FPSE) and then grant FPSE access to users who will run Visual Studio. I thought that Visual Web Developer included the necessary FrontPage Server Extensions ?

    In the Publish tab in Project 2's properties, I have the publishing folder location as http://localhost/Jeopardy/ I even made a folder named Jeopardy and placed it in my web server root just in case it doesn't do that.

    I don't understand what it means by grant FPSE access to users who will run Visual Studio, I'm in XP and both programs were installed by me and I'm logged in as an administrator...I'm not using IIS but Apache 2.2.

    I used Visual Web Developer to make a test web page and it serves it just to make sure it's working correctly with Apache.

    BTW, these are the MME types that I added to Apache's httpd.conf file.

    AddType application/x-ms-application application
    AddType application/x-ms-manifest manifest
    AddType application/octet-stream deploy
    AddType application/vnd.ms-xpsdocument xps
    AddType application/xaml+xml xaml
    AddType application/x-ms-xbap xbap
    AddType application/x-silverlight-app xap
    AddType application/microsoftpatch msp
    AddType application/microsoftupdate msu

    Thanks.
    Last edited by Trekker182; May 1st, 2009 at 06:11 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width