New Web Project problem

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

  1. #1

    Default New Web Project problem

    I am unable to create a new asp.net web application from
    VS.Net on a remote server (i.e. not localhost). I have
    created a project folder on the server (call it myserver)
    and a virtual directory (MyWebApp). In VS.Net I then
    clicked "New Project" and entered [url]http://myserver/MyWebApp[/url]
    for the Location & clicked OK. I then got an error saying
    Web Access Failed because the default web access mode is
    file share but the project folder at
    [url]http://myserver/MyWebApp[/url] cannot be opened with the path
    \\myserver\wwwroot$\MyWebApp. It also tells me that this
    UNC cannot be found. By the way, the server does not have
    wwwroot, it has been renamed.

    What is going on here? With the old asp you could simply
    just create a new project based on a new site or an
    existing one. It seems that is not possible now.

    Thanks in advance.
    Andrew J Guest

  2. Similar Questions and Discussions

    1. Problem that use Plun-in wizard in Plug-In project
      My platform is VS2003 and Acrobat 7.0.5SDK.When I create plug-in project by the wizard in Acrobat Developers SDK ,the wizard can't create the project...
    2. Problem that use MFC library in Plug-In project
      My platform is VS2003.I create plug-in project by the wizard in Acrobat Developers SDK add add MFC support into the project.But when I use the class...
    3. MacOSX project menu problem
      Hi again, Second post in one day - eek. In my application I have a custom menu system so that I can keep control over them but this is causing...
    4. MAC problem with my PC project
      I wrote yesterday about the problem with a project I created that is part of a web page that some people could not see. I found out later one of...
    5. Cocoa Project + GMP Problem...
      Hello all, I have installed GMP version 4.1.2, a mathematics computing library, whereby I can do arbitrary length integer, float, etc....
  3. #2

    Default Re: New Web Project problem

    Suggestion: Have you checked whether Front Page Server extensions have
    been installed/enabled where you are trying to create the project?

    "Andrew J" <am2am2@hotmail.com> wrote in message
    news:71af01c345e2$d129aa40$3101280a@phx.gbl...
    > I am unable to create a new asp.net web application from
    > VS.Net on a remote server (i.e. not localhost). I have
    > created a project folder on the server (call it myserver)
    > and a virtual directory (MyWebApp). In VS.Net I then
    > clicked "New Project" and entered [url]http://myserver/MyWebApp[/url]
    > for the Location & clicked OK. I then got an error saying
    > Web Access Failed because the default web access mode is
    > file share but the project folder at
    > [url]http://myserver/MyWebApp[/url] cannot be opened with the path
    > \\myserver\wwwroot$\MyWebApp. It also tells me that this
    > UNC cannot be found. By the way, the server does not have
    > wwwroot, it has been renamed.
    >
    > What is going on here? With the old asp you could simply
    > just create a new project based on a new site or an
    > existing one. It seems that is not possible now.
    >
    > Thanks in advance.

    Charles Rumbold 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