creating new asp projects with vs.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the right way to create an asp.net project on my deveopment server.
Can I create it using a mapped directory or do I have to use fp extensions.
The fp extensions are not on my production box so they are not on my
development box.

Mike
 
Hi Mike:

FP makes it easy, but I'm not sure what you mean by the 'right' way.

If you need complete control over what physical directory the VDir
maps to, the best way to do this is to pre-create the VDir then point
VS.NET to the VDir when creatingt a new project. I've tried to avoid
FP where possible myself, and this approach works using file share
mode.
 
Back
Top