Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing an e-commerce website in asp.net 3.5.
I have required make 76000 .aspx pages in web application.
And i have made these files by a software and keep in one folder but when i upload this onto web server and i navigate one .aspx page from this folder then web application then following things happens:
1.no response from web server when navigate one aspx page in this folder or WebServer is hang.
2.slower performance of web application.
3.no data recieve message comes.
and if I remove this folder from web server all above problem solve.

So is there folder size limit for keep .aspx page in asp.net web application if yes
then how many aspx page i could kept in one folder?
Posted
Updated 4-Jun-12 0:58am
v4
Comments
Yuri Vital 7-Jun-12 18:16pm    
Do know exaclty that your asp pages are doing ?
WoodenLegNamedSmith 2-Aug-12 13:31pm    
UPDATE: just checked over one of my classic ASP sites. There are over 100,000 different code pages in a single folder all written by different developers over the years and there is no server lag or complete failure. I think you have some buggy code possibly something taking up too much memory such as a File Upload form or something.
WoodenLegNamedSmith 31-Jul-12 16:44pm    
I doubt seriously there is a limit but 76,000 pages of code not working could point to one of those files having an error that is causing the Application Pool to hang. I would upload files in chunks of about 20 at a time and test it after every upload. If it stops working again then you've either found the faulty code or reached the "limit"

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