.csproj and ASP.Net

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

I have a .csproj and some files and folders, when I tried to open it in the
Microsoft Visual.Net 2003,
the Microsoft Development Environment gave me an error message saying error
404:Object Not Found.
What have I done wrong?
Any help will be appreciated.


Jason
 
Hi Jason,

For an ASP .NET, you will have to set up a virtual folder on your local Web
server before you can open the project in VS .NET. Open the .csproj file in
a text editor, look up the URL, figure out the virtual folder name and
configure such virtual folder in the IIS Management Console, pointing it to
the physical folder where your project resides.
 
Back
Top