Setting up a website in IIS for Windows app deployment.

Setting up a website in IIS for Windows app deployment.

Old forum URL: forums.lhotka.net/forums/t/3105.aspx


CSLABound posted on Wednesday, June 27, 2007

Can anyone tell me how to set up a website in IIS for deployment of a windows app without setting up an empty website through VS?

 

Thanks

Brian

CSLABound replied on Wednesday, June 27, 2007

I have a second question that may remove the first question... Can anyone tell me that from the root of a virtual website, where files should be placed?  I'm having to do a manual remote install which is complicating this process.  Right now I have:

virtual root-
      -web.config
      -bin (directory)
                  -contents of my release directory from my app's build

I realize this is probably such a newbie question.  But any help would be more than appreciated.

Brian

RockfordLhotka replied on Wednesday, June 27, 2007

That's all you should have to do for a directory structure, yes.

You also need to make sure the virtual root is an application within the context of IIS. That means it has the special little "application" icon in the IIS management console. That's a requirement of ASP.NET.

CSLABound replied on Thursday, June 28, 2007

Thank you for confirming it.  It is working beautifully.  Thank you so much for creating the CSLA framework.

 

Brian

Copyright (c) Marimer LLC