Actually this problem hasn't gone away in VS 2005. I have installed VS 2005 on my Vista machine. I loaded IIS 7.0 and the Front Page extensions. I have a C# ASP 1.0 Web App I did some time ago usng Visual Studio.net, which I now want to modify. I loaded the solution and attempted to load the projects. All of the projects that have only C#, or some my own custom server controls loaded fine. But the web app project won't load because it can't get the .csproj file. When I try to load it into a browser, I get HTTP Error 404.7. I think this is because IIS 7.0 isn't configured to serve files with this extension. I think I found the XML I need to add to the application web.config file, but the the application root directory is read only so I can't change the file. I have tried to set the directory so it is NOT read only (I am an administrator on the machine). It looks like that works, but when I re-retrieve the directory properties, it's still read only.
Is the only hope to create a new VS 2005 project, copy all of the .asp and .cs files to the web app root directory, and essentially start over?
Thanks for any help on this
SteveO
|