fsprojects / FAKE

FAKE - F# Make
https://fake.build
Other
1.28k stars 585 forks source link

What is FAKE.IIS? #421

Closed knocte closed 8 years ago

knocte commented 10 years ago

I'm completely new to FAKE, and I was interested in knowing if it had some facilities to deploy websites to IIS, so I googled "fake IIS", and the first result is https://www.nuget.org/packages/FAKE.IIS/2.10.7 . However, in that page I can only see a description of what FAKE is, not what FAKE.IIS.

I don't even find the sources for FAKE.IIS.

So I think these bits need polishing.

mexx commented 10 years ago

FAKE.IIS contains some helpers to automate IIS related tasks. Here are the Sources

knocte commented 10 years ago

Great thanks, I'll close the issue as soon as someone updates the description in that nuget page.

(That being said I don't find any FAKE.IIS sample :( )

forki commented 10 years ago

The nuget package description is taken from https://github.com/fsharp/FAKE/blob/develop/build.fsx#L25 - would be cool if you could send a pull request with an improved description.

A small sample cann be found at http://fsharp.github.io/FAKE/canopy.html

knocte commented 10 years ago

Why did you close this? AFAIU it's not fixed. Also, the small sample you pointed to me is not very useful because it targets IIS express, not normal IIS.

forki commented 10 years ago

Was by accident on my phone. Please reopen. Sorry On Jun 27, 2014 5:55 PM, "Andres G. Aragoneses" notifications@github.com wrote:

Why did you close this? AFAIU it's not fixed. Also, the small sample you pointed to me is not very useful because it targets IIS express, not normal IIS.

— Reply to this email directly or view it on GitHub https://github.com/fsharp/FAKE/issues/421#issuecomment-47365982.

knocte commented 10 years ago

Can't reopen myself, I guess I don't have enough rights.

dmorgan3405 commented 9 years ago

I attempted to add some basic information around FAKE.IIS. I will continue to add more to the documentation as needed. Or if their is a need for specific documentation please let me know.

knocte commented 9 years ago

I also wanted to highlight that, for newcomers like me, I also find it hard to know what's the difference between Fake.IIS and Fake.Deploy.Web (not enough basic info in https://github.com/fsharp/FAKE/tree/master/src/deploy.web). What should be used if one needs to deploy an ASP.NET web app to a Windows server?

dsyme commented 8 years ago

Closing old issue