Unable to create a ASP.Net Web Application

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

  1. #1

    Default Re: Unable to create a ASP.Net Web Application

    It sounds like you haven't got the ASP.NET server components (e.g, FrontPage
    extensions) installed or IIS is not running.

    When you are creating a new application, you should be giving its name like
    [url]http://localhost/WebApplication1[/url] rather than using the file system.

    Ken

    "Fred" <frederic01@hotmail.com> wrote in message
    news:022201c34c94$5cccc3e0$a401280a@phx.gbl...
    When I'm trying to create a new ASP.Net Web Application, I
    obtain this message: <<Cannot create the offline cache
    in "C:\Inetpub\wwwroot\WebApplication1". Unable to create
    a disk-based web at "C:\Inetpub\wwwroot\WebApplication1"
    because it's parent web would not be a disk-based web.
    Create the disk-based web elsewhere, outside of your web
    server's document hierarchy.>>.
    Anyone have an idea of what can cause this problem? Thanks
    in advance for any help.


    Ken Cox [Microsoft MVP] Guest

  2. Similar Questions and Discussions

    1. Unable to create RSL
      I just downloaded the trial of Flex Builder 3 to check it out and i'm trying to create a RSL from a very simple library of as code. I can create...
    2. Unable to run a Microsoft ASP application
      Hi, We have a vendor application developed in classic ASP which uses a vb component. When we try to invoke the url , it gives a message Server...
    3. unable to create a dsn between CF 6.1 + SQL 2005
      I have SQL Server 2005 Developers Edition and CF 6.1 installed on a XP Pro computer, however I'm unable to create DSN using the CF administrator. ...
    4. Unable to create a DMS DB under UDB 7.2
      I am trying to create a DB under UDB 7.2 for OS/2 using a time-proven homemade REXX procedure. But all I get is a disk error SQL0980C. CREATE...
    5. Unable to debug asp.net application
      Have you tried adding the aspnet account to the administrator's group? Steve "Michael Craig" <mc@mc.com> wrote in message...
  3. #2

    Default Re: Unable to create a ASP.Net Web Application

    If you prefer to have your projects located in your filesystem, you can
    first create a folder (c:\projects\newproject),
    then create a Virtual Directory from IIS to point to it. Then, when you
    create the project as [url]http://localhost/newproject[/url],
    your files will end up in the folder you created.

    "Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca> wrote in message
    news:%23KxDHyMTDHA.3192@tk2msftngp13.phx.gbl...
    > It sounds like you haven't got the ASP.NET server components (e.g,
    FrontPage
    > extensions) installed or IIS is not running.
    >
    > When you are creating a new application, you should be giving its name
    like
    > [url]http://localhost/WebApplication1[/url] rather than using the file system.
    >
    > Ken
    >
    > "Fred" <frederic01@hotmail.com> wrote in message
    > news:022201c34c94$5cccc3e0$a401280a@phx.gbl...
    > When I'm trying to create a new ASP.Net Web Application, I
    > obtain this message: <<Cannot create the offline cache
    > in "C:\Inetpub\wwwroot\WebApplication1". Unable to create
    > a disk-based web at "C:\Inetpub\wwwroot\WebApplication1"
    > because it's parent web would not be a disk-based web.
    > Create the disk-based web elsewhere, outside of your web
    > server's document hierarchy.>>.
    > Anyone have an idea of what can cause this problem? Thanks
    > in advance for any help.
    >
    >

    Rick Spiewak 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