vs project installation
a brief description of the installation of the new vs project (SharedCodeDoc2_0.sln):
- install visual studio 2005
- register the new framework to iis
- open console
- go to: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
- type in: aspnet_regiis -i
- wait until the installation procedure is finish
- start the vs project
- correct the path of the application home [PROJECT_LOCATION]\Presentation in Web.config
- make sure, that the presentation project is the startproject. startpage is the HomeForm.aspx.
- let's go .... (ctrl+f5) the application will run in the new built-in webserver.
- UPDATE: if you use firefox as your default browser, you must set in the Presentation property page the Start Option -> NTLM Authentication to false! if it's not already.
- if you want to run it, with the iis. make a new virtual directory, which points to the presentation folder of the vs project

3 Comments:
Referenced assemblies like NDoc, NUnit and Mike Stall's PDC to XML converter are they checked in as binaries in the source control? If not, please add what all tools I need to install to run the app and NUnit tests. I will give it a try tomorrow and let you know how it goes.
Here my feedback:
1. Im Data assembly you reference the old NDoc.Core assembly
2. Not all files available in Test project.
3. Fails when selecting a newly created project.
-> Details see email.
The installation of the ASP.NET 2.0 in the IIS is not necessary since VS.NET 2005 comes with a built in developer web server.
Post a Comment
<< Home