- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsI'm using Visual Studio 2005 Professional Edition to create a Web Application that will contain some web services. I've done something similar on another machine and when I create a new web service there is a check box that allows me to specify that I want to use code-behind. Another machine with the same IDE doesn't have that as an option and doesn't seem to utilize the App_Code directory to hold the code-behind sources. Any ideas on how to get the code-behind on the second machine to start working as it does on the first machine?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: steveberzinsPosted on 2007-05-05 at 12:50:11ID: 19037213
I think in one case, you're creating a 'Web Application', and in the other, creating a 'Web Site'.
'Web Application' is the old style web applications, precompiled into a single dll, like we had in VS2003, 'Web Site' is the new VS2005 type of web that used the App_Code / App_Data etc. etc. and pages are compiled separately, among other differences.
Does one of these have Visual Studio SP1, and the other not maybe?
or are you just creating a different type of web in each case?