App_Code & web services (what the heck?)

G

Guest

I’m trying to create web services in 2005. Why in the heck does VS want to
place the CS file for the services inside the App_Code folder?

Our development team is required to put all web services files in a
specifically named folder common to all applications for domain security
reasons. But if I try to even change the code behind reference the app fails
to build.

The App_Code folder is nice, but am I forced to place WS in this folder or
can I override this feature?


jp
 
M

Michael Nemtsev

Hello JP,

Why not separate this code to the single library?

J> Our development team is required to put all web services files in a
J> specifically named folder common to all applications
J>
---
WBR,
Michael Nemtsev [C# MVP] :: my blogs: http://spaces.live.com/laflour
my team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top