views:

54

answers:

3

Hi,

at vs2008 i could set App_Code folder, but at vs2010 i can not do it, that's why i put my dataset's and class' to App_Data folder. Either I do not know even App_Data folder is secure? Any suggestions?

Thanks

A: 

Have you tried right-clicking on the project in the Solution Explorer, selected 'Add...' and looked under ASP.NET folders?

From memory, even previous versions of VS don't automatically put the App_Code folder in your project by default.

Quick Joe Smith
thanks ! it works
softwaremonster
+1  A: 

Remember, that Web Site Project can contain App_Code folder and Web Application Project can't! Because all project is for code.

abatishchev
is the reason why code-intelligence does not work on class' created in App_Code ? Either how can i hide my dataset 's ? I wouldn't that my dataset degisgner could be read
softwaremonster
thanks for your answer it helps me really !!!
softwaremonster
@softwaremonster: Very glad that it helped! :) It would be very nice if you could also upvote my answer.
abatishchev
i may only mark your answer as correct answer, i have'not enough reputation to vote up :( thanks again !
softwaremonster
@softwaremonster: now you're able I guess :) nice to help you!
abatishchev
A: 

If you just create a folder called App_Code it will recognise it as the App_Code you want, it is strange that in the add .net folder it doesnt appear.

This the route I took for it, and it all works fine.

JamesStuddart