Platform / Tools info:
- I'm running Windows 8 Pro x64 Release Preview (as a VM, in Hyper-V)
- I'm running Visual Studio 2012 RC
I also have Visual Studio 2010 SP1 installed, and I do swap back to that IDE 10% or less(for SQL Management Studio and SSIS tooling support) and we plan to have both IDEs installed for all top devs in the company for some time (until SQL tools and SSIS are moved completely to VS 12).
Here's my problem: Publish to file system seems to be broken. I have a simple web services project (ASP.NET project hosted in IIS) that we've always used 'publish to file system' in VS 2010 to deploy. We're using config transformations, so the publish button makes managing and copying the transformations easy.
I just tried it in VS 2012, and it says it deployed successfully, but nothing. It deleted all the files from the (remote) service folder, but it didn't deploy anything.
I have a question: besides opening a web browser after the deployment, what does the new 'URL' setting on the publish profile do? Just used to open a browser, or does it 'do' anything else?
This comment has been removed by the author.
ReplyDelete