Reputation: 4607
I am using Visual Web Developer 2010 Express. I have created a WCF service in the website. The application is running fine in IDE. But I want to publish the code to IIS.
I tried the Publish option, but in VWD express edition Publish option is not there. So I want to manually copy the compiled code to IIS. But I couldn't find the compiled code in the Bin
or ClientBin
folder.
How I can get the compiled code? Please help me.
Upvotes: 0
Views: 177
Reputation: 854
You should just be able to copy the aspx files into your IIS webserver.
Upvotes: 0