Click here to Skip to main content
15,895,815 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need help.

I am using three tier architecture and I have made a pages folder where I keep all the pages.
Now when I right click and ADD=>New Items => Add new item but there is no webpages are over there please help me. Where is the problem and how I can solve this?

Regards
Posted
Updated 18-Feb-13 6:12am
v2
Comments
Richard C Bishop 18-Feb-13 12:13pm    
How do you expect someone to help or even see what is wrong if you don't post your code? Use the "Improve question" widget to add the code you have so far.

1 solution

Now when I right click and ADD=>New Items => Add new item but there is no webpages are over there please help me.
Sounds like you are trying to add webpages in a class library. Webpages can only be added in the web application project. In 3 tier, front end is the webapplication project where you can add webpages, rest 2 layers - Business & Database layer are class libraries (will not have a webpage.)
 
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