When you
open a Web project, the
system opens it using the Web access method
(file share or FrontPage Server Extensions)
- Remove the
read-only attribute of all files in the folder
- http://localhost/Web_VCnet
- Run the
Microsoft Visual Studio .Net.
- On the File menu, point to Open, and then choose Project From Web.
- In the Open Project
From Web dialog
box appears, select the web project http://localhost/Web_VCnet/Web_VCnet.csproj,
and then click
OK
Note enter the URL of the
Web server where the project is located
- From
Debug menu, choose and click
Start.
Note
The Web project opens and its files are
listed in Solution Explorer. If the project could not be opened, an error message
is shown that allows you to try another Web access method or to work
offline. | |