SSL prevents project from being loaded.

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default SSL prevents project from being loaded.

    I have a VB project which has 1 web service.
    I have been developing the project happily with Dot Net until I applied SSL
    to be web server.
    Now the project cannot be opened in Dot Net.
    Removing project and re-adding does not display any files at the web project
    location.

    Any ideas?

    Thanks,
    Mike.


    Mike Dando Guest

  2. Similar Questions and Discussions

    1. Web project with dots in virtual directory name cannot be loaded.
      Error when opening a solution with a web services project in it: "The default Web access mode for this project is set to file share, but the...
    2. Getting Current Project Loaded
      I am building an ASP.NET Custom Web Control and I am wondering if there is any standard method when implementing ControlDesigner for a Class to...
    3. Illustrator 11 eps placed in Xpress file prevents it from printing
      Topic Referring to the topic "Problems printing a Quark file with an illustrator placed image": today I deleted Illustor CD, and worked only with...
    4. Large PHP Project... Need Project Manager
      Hey, I've got a nice CMS (in quite stable 2.0 form) that I need a Project Manager who can just deal with some bugs/answer questions for the next...
    5. OS X Email Slow, Prevents Use of Computer
      I've been having this ongoing frustration with the Email app in OS X. (I'm using 10.2.5 on a PowerBook 2000 Firewire model with 512M RAM). The...
  3. #2

    Default Re: SSL prevents project from being loaded.

    Manually updated my .vbproj.webinfo file
    from
    <Web URLPath = "http://localhost/..." />
    to
    <Web URLPath = "https://localhost/..." />

    If i open the project outside of the solution I now get the following
    error:-

    The host name in the certificate is invalid or does not match.

    Mike.

    "Mike Dando" <mike.dando@nospam.glass.co.uk> wrote in message
    news:#g1KpIHeDHA.1760@TK2MSFTNGP09.phx.gbl...
    > I have a VB project which has 1 web service.
    > I have been developing the project happily with Dot Net until I applied
    SSL
    > to be web server.
    > Now the project cannot be opened in Dot Net.
    > Removing project and re-adding does not display any files at the web
    project
    > location.
    >
    > Any ideas?
    >
    > Thanks,
    > Mike.
    >
    >

    Mike Dando Guest

  4. #3

    Default Re: SSL prevents project from being loaded.

    I created a new web project to my solution, added the source files
    from the problematic project and recompiled ok.

    When I close DoNet and re-open my solution it now complains about
    my new project: -

    [url]https://localhost/[/url].... The host name in the certificate is invalid or does
    not match.

    ?

    Mike.

    "Mike Dando" <mike.dando@nospam.glass.co.uk> wrote in message
    news:#g1KpIHeDHA.1760@TK2MSFTNGP09.phx.gbl...
    > I have a VB project which has 1 web service.
    > I have been developing the project happily with Dot Net until I applied
    SSL
    > to be web server.
    > Now the project cannot be opened in Dot Net.
    > Removing project and re-adding does not display any files at the web
    project
    > location.
    >
    > Any ideas?
    >
    > Thanks,
    > Mike.
    >
    >

    Mike Dando Guest

  5. #4

    Default Re: SSL prevents project from being loaded.

    Problem resolved.
    My certificate name did not exactly match my pc name.

    Mike.

    "Mike Dando" <mike.dando@nospam.glass.co.uk> wrote in message
    news:#g1KpIHeDHA.1760@TK2MSFTNGP09.phx.gbl...
    > I have a VB project which has 1 web service.
    > I have been developing the project happily with Dot Net until I applied
    SSL
    > to be web server.
    > Now the project cannot be opened in Dot Net.
    > Removing project and re-adding does not display any files at the web
    project
    > location.
    >
    > Any ideas?
    >
    > Thanks,
    > Mike.
    >
    >

    Mike Dando Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139