Ask a Question related to ASP.NET General, Design and Development.
-
Ken Cox [Microsoft MVP] #1
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
-
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... -
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... -
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. ... -
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... -
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... -
Rick Spiewak #2
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...FrontPage> It sounds like you haven't got the ASP.NET server components (e.g,like> extensions) installed or IIS is not running.
>
> When you are creating a new application, you should be giving its name> [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



Reply With Quote

