Is this the way I should deploy a asp.net application
Posted
by
Ryan
on Stack Overflow
See other posts from Stack Overflow
or by Ryan
Published on 2011-01-07T20:49:43Z
Indexed on
2011/01/07
20:54 UTC
Read the original article
Hit count: 183
I have a solution containing
- asp.net project
- class library
- WCF service class library
- WCF service application
I've added a project refference from the asp.net project to the class library project and to the service class library project. I've published the asp.net application, loaded it to the webserver root. all ok.
Now for the service, I've created a new folder on the root called WCF, and placed the aplication in there.
Is this The way I should deploy the sollution? Are this the steps when you have more than a simple asp.net application?
PS: How do I change that WCF folder to make it an application trough a control panel because I get this:http://surveillancecamera.somee.com/WCF. The reason why I get this is described here:
© Stack Overflow or respective owner