IIS Deployment
paraggadkari
Posts: 21
Is it possible to deploy in following manner using RedGateWebSiteName?
IIS (7)
- Sites
- Default Web Site
- {Group name virtual directory}
- Web Application
IIS (7)
- Sites
- Default Web Site
- {Group name virtual directory}
- Web Application
Comments
Then yes - in this case, the variable in Deployment Manager could be set as per the below:
Redgate Software
Here is what I have from the logs:
2013-11-05 08:55:04 -05:00 INFO Updating IIS website Default Web Site (virtual directory: vdir/myapp). You can use the RedGateWebSiteName project variable to override an IIS site name. If you don't specify the variable, the package name is used.
2013-11-05 08:55:04 -05:00 WARN Could not find IIS website Default Web Site (virtual directory: vdir/myapp) on the local machine. You can use the RedGateWebSiteName project variable to override an IIS site name or specify a virtual directory. If you don't specify the variable, the package name is used.
2013-11-05 08:55:04 -05:00 INFO The website Default Web Site (virtual directory: vdir/myapp) has been created on port 8080. You can use the RedGateCreateWebSiteOnPort project variable to specify the port number when creating a new IIS website.
There isn't any new binding created not can I find the virtual directory.
Redgate Software
Redgate Software
Yes sir, I did the refresh. I think it has to do something with the Virtual directory. The virtual directory doesn't show up on IIS and my guess is because it is either setting the physical path to null or empty. If I manually add the virtual directory post deployment the applications automagically appear under the v-dir.
Redgate Software
Can u please tell me that how to deployed service under Default Website using Deployement Manager.
Sandeep Gupta
Redgate Software
Sandeep Gupta
This is exactly what I am trying to do.
Regards,
PG
So if you set the variable as "site/vdir" then we'll create the application as vdir under the default website.
It looks like you can't use all three parts "site/vdir/app"
Redgate Software