View Single Post
  #10  
Old 04-05-2004, 01:29 AM
Henk v.d. Vaart Henk v.d. Vaart is online now
Registered User
 
Join Date: 10-27-2003
Posts: 7
Hi Thomas,
Below my proven build scenario for ASP.NET projects (for 'Default Web Site' / IIS 5.0) :

1. Delete ASP.NET related VSWebCache sub-folder
2. Create Virtual Directory (target is folder with ASP.NET project).
3. Delete script-maps for .vbproj / .csproj for web-site related virtual folder.
4. Perform VS.NET build step with "http://localhost/%PROJ_VIRTUALDIR%/%PROJ_FILENAME%".

PS
- I did use the project filename (so NOT the solution filename).
- What failure/error message do you get ?
- Maybe IIS 6 behaves different ?

Regards,

Henk.
Reply With Quote