Error in deployment

  • Thread starter Thread starter Sourabh
  • Start date Start date
S

Sourabh

Hello,

I am trying to deploy a ASP.NET application from one virtual directory
to another. I use the "robocopy.exe" (as opposed to using xcopy
becuase robocopy exports the security settings for NTFS) to move
application files and folders from source to a target.

When I try running the target application, I get an error caused by a
virtual directory not being configured as an application in IIS.

Is there some way using a script to configure an application using
FPSE in IIS6 using a script ?

Thanks,
Sourabh
 
Is there some way using a script to configure an application using
FPSE in IIS6 using a script ?

Yep, check in <drive>:\defaultInetPubPath\AdminScripts for similar scripts
written in VBScript and JavaScript :)

Mythran
 
Back
Top