Interesting.
am asked for the path of the project when it is opened the first time. Is
"CT" <carstent@spammersgoawaydotnetservices.biz> wrote in message
news:%23%23pbgQcLEHA.3712@TK2MSFTNGP11.phx.gbl...
> I assume you're talking about the Path for the FileShare Web Access
method?
> If so, you can access it from the project Property Pages dialog box,
opened
> by right-clicking the project in the Solution Explorer and selecting
> Properties from the context menu. It's saved to the Global.asax.xml file
> which is stored in the global.asax.xml file in a subfolder of the
> \WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
> Files\ProjectName folder. This folder is created the first time you run
the
> Web app or when the project is first opened on a new dev machine. It's
also
> stored in the VS Web Cache. When you move the project to a new machine,
you
> need to first create the virtual directory in IIS. If you then open the
> solution, it looks for information in VS Web cache and in the Temporary
> ASP.NET
> Files for information. If nothing is found, which should be the case when
> it's a new project on the machine, it queries IIS for the exact location
of
> the project files. There's more to it than that, but that's the overall
> picture.
>
> --
> Carsten Thomsen
> Enterprise Development with VS .NET, UML, and MSF
>
http://www.apress.com/book/bookDisplay.html?bID=105 > "Ken Varn" <nospam> wrote in message
> news:ulIeukVLEHA.2400@tk2msftngp13.phx.gbl...
> >I have looked in .csproj and in .sln file and cannot locate where the
> > Project/Web Settings/Path is stored. Also looked in csproj.webinfo file
> > and
> > cannot find it.
> >
> > I have run out of places to look. Please help.
> >
> >
> > --
> > -----------------------------------
> > Ken Varn
> > Senior Software Engineer
> > Diebold Inc.
> >
> > EmailID = varnk
> > Domain = Diebold.com
> > -----------------------------------
> >
> >
>
>
>
>