-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Can't set the PathForWebsite value #47
Comments
Well, there is this method right? https://github.com/chucknorris/dropkick/blob/master/product/dropkick/Configuration/Dsl/Iis/Extension.cs#L39 You can set the path there. Do you want something here? |
Shouldn't all methods that allow for the creation of an IIS7 site allow for On Mon, Jun 11, 2012 at 9:16 AM, Dru Sellers <
|
I think it would depend on if the site exists or not. if its null, we should probably blow up with a good error saying we have insufficient info to CREATE a site. |
There is no exposed extension method that allows you to set the PathForWebsite property on the IISProtoTask. This causes null reference errors in IIS7Task.CreateWebsite(...) when it tries to create the directory for the web site.
The text was updated successfully, but these errors were encountered: