I've got a complicated asp.net application (it builds diagrams, does collaboration) that I worked on several years ago using VS2005 Standard, and I've recently started working on it again, using VS2010 Express (upgraded to SP1). Happily, there was essentially
no conversion required. However...
I can't figure out where in VS2010 Express to complile the application so I can put it somewhere to run it under IIS5.1 (on my old XP Pro SP3 box). Specifically, I don't know what to do in VS2010 Express to build the code bin.
I've googled around a bit, but nothing obvious shows up (maybe I've forgotten the key words).
codequest
Contributor
2130 Points
484 Posts
VS2010 Compile/Build/Deploy --- How To?
Dec 29, 2012 03:00 AM|LINK
I've got a complicated asp.net application (it builds diagrams, does collaboration) that I worked on several years ago using VS2005 Standard, and I've recently started working on it again, using VS2010 Express (upgraded to SP1). Happily, there was essentially no conversion required. However...
I can't figure out where in VS2010 Express to complile the application so I can put it somewhere to run it under IIS5.1 (on my old XP Pro SP3 box). Specifically, I don't know what to do in VS2010 Express to build the code bin.
I've googled around a bit, but nothing obvious shows up (maybe I've forgotten the key words).
Any help with this would be appreciated.
Thanks!
Rajneesh Ver...
All-Star
38344 Points
6989 Posts
Re: VS2010 Compile/Build/Deploy --- How To?
Dec 29, 2012 02:44 PM|LINK
See: http://www.itscodingtime.com/post/Visual-Studio-2010-Keyboard-Mouse-Shortcuts.aspx
In Express edition you can use standalone web deployment project:
http://www.microsoft.com/en-us/download/details.aspx?id=24509
http://www.iis.net/learn/publish/using-web-deploy/building-a-web-deploy-package-from-visual-studio-2010
www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.
codequest
Contributor
2130 Points
484 Posts
Re: VS2010 Compile/Build/Deploy --- How To?
Dec 29, 2012 05:32 PM|LINK
Thanks for the links. I think I figured it out. I've built my code as a web site instead of a web application. This shows how to convert:
http://msdn.microsoft.com/en-us/library/aa983476(v=vs.100).aspx
If I have trouble converting, I'll post new.