B
Bob
I'm trying to set up a web app on a new deveopment box using instructions
provided by someone whom we no longer have access to.
Under the http://localhost/mywebapp project properties, the Full Path
property on the original box references c:\inetpub\wwwroot\MyWebApp and any
files and directories created under it, for example by right-clicking on the
project in Solution Explorer and selecting Add ASP.NET Folder | App_Code
creates the App_Code directory in c:\inetpub\wwwroot\MyWebApp. However, on
the new box, the Full Path property references c:\Documents and
Settings\...\MyWebApp and that's where new files get created.
I tried copying over the solution file from the other box, but that
presented other problems. Where is the value for the Full Path property for
this project stored and how can I change it?
provided by someone whom we no longer have access to.
Under the http://localhost/mywebapp project properties, the Full Path
property on the original box references c:\inetpub\wwwroot\MyWebApp and any
files and directories created under it, for example by right-clicking on the
project in Solution Explorer and selecting Add ASP.NET Folder | App_Code
creates the App_Code directory in c:\inetpub\wwwroot\MyWebApp. However, on
the new box, the Full Path property references c:\Documents and
Settings\...\MyWebApp and that's where new files get created.
I tried copying over the solution file from the other box, but that
presented other problems. Where is the value for the Full Path property for
this project stored and how can I change it?