Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI Experts.....!!!!

i opened asp.net empty website application but i didn't find App_Code folder.

Please tell me how to add and exactly where should i add.
Posted

You have to add your App_Code folder in the root of your website (in the same location as your App_Data folder).
 
Share this answer
 
v2
Comments
Prasad Guduri 27-Jan-12 12:18pm    
ThankQ
You should not need to add the App_code folder unless you have some code that you want to store and then compile at runtime.
Going through this[^] might help.
 
Share this answer
 
Comments
Prasad Guduri 27-Jan-12 12:18pm    
ThankQ
Abhinav S 28-Jan-12 23:54pm    
You are welcome.
Just right click on the project and add the code file (.cs or .vb), and Visual Studio will prompt to automatically add the App_Code folder for you.
 
Share this answer
 
v2
Rt click on the root directory of your application and choose add ASP.NET folder and choose App_Code
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900