I previously wrote:
"Typically (assuming default behavior) the IDE is going to put the project
files in a folder such as:
'C:\Documents and Settings\YourLoginNameGoesHere\My Documents\Visual Studio
Projects\MyTestApp'."

Ok, I lied. The project file is kept with the web files; it is the solution
file that is put in this location. But hey, it was only a little lie ;)



On Sun, 12 May 2002 10:16:09 -0700, Ray Heath <[EMAIL PROTECTED]> wrote:

>Hi Igor -
>
>I'm a bit confused; you say that you get this message when you try to
>create a web project in VS.NET. Is it really when you try to create, or
>when you try to open a previously created web application?
>
>You would certainly get the message upon trying to open a previously
>created ASP.NET project if the location of the 'web' files had changed, a
>parent folder renamed, or they had been deleted.
>
>I'm working on 2000 Server, so the locations are a bit different on XP; but
>the behavior should be quite similar (assuming you are using the same login
>name each time you log onto your operating system).
>
>Typically (assuming default behavior) the IDE is going to put the project
>files in a folder such as:
>'C:\Documents and Settings\YourLoginNameGoesHere\My Documents\Visual Studio
>Projects\MyTestApp'.
>
>It would put the 'web application part' under the default website (the
>location for mine is: C:\Inetpub\wwwroot). Where does
>your 'http://localhost/' point to?
>
>Immediately after you try to create a project, have you looked at that
>directory for the application? You should be able to see it both with the
>file explorer and the computer manager.
>
>
>Ray Heath
>http://www.rayheath.com
>
>On Fri, 10 May 2002 14:52:06 -0400, Igor Kravtzov <[EMAIL PROTECTED]> wrote:
>
>>Hi,
>>
>>When I try to create a web project in in VS.NET
>>I get the message box "Web Access Failed" with the following message:
>>
>>The default access mode for this project is set to      file share, but
the
>>project folder at "http://localhost/MyTestApp"; cannot be opened with the
>>path "D:\projects\MyWeb\MyTestApp". The error returned was:
>>        Unable to create project "MyTestApp".
>>        The file path "D:\projects\MyWeb\MyTestApp" does not correspond to
>>the url
>>        "http://localhost/MyTestApp";. The two need to map to the same
>server
>>location. HTTP error 500. Server error.
>>
>>"Try to open with FrontPage Server Extensions" does not help either.
>>
>>What is wrong?
>>
>>My setup:
>>Windows XP Professional
>>Clean install of VS.NT Enterprise + SP1
>>
>>Thanks in advance,
>>        Igor
>>
>>You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
>>subscribe to other DevelopMentor lists at http://discuss.develop.com.
>
>You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
>subscribe to other DevelopMentor lists at http://discuss.develop.com.

I previously wrote:
"Typically (assuming default behavior) the IDE is going to put the project
files in a folder such as:
'C:\Documents and Settings\YourLoginNameGoesHere\My Documents\Visual Studio
Projects\MyTestApp'."

Ok, I lied. It the project files are kept along with the web files; it is
the solution file that is put in this location. But hey, it was only a
little lie ;)

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to