web.config file maximum size question?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hello friedns. if my web.config file has 1000 line, is that may be of my web site speed problem? exactly, i m using urlrewriter component. and i want differnt url for per product.
viva la commune
The web.config file is usually just read once and the info cached so unless you actually change something in your web.config file I can't see this being an issue. Here is a link to MSDN that discusses .NET application performance tuning. http://msdn.microsoft.com/en-us/library/ms998583.aspx[^]
Back in the blog beatch! http://CraptasticNation.blogspot.com/[^]