M
MFA
Hi
Is there any limit of file size or lines of code in asp.
regards
Is there any limit of file size or lines of code in asp.
regards
error but when I am removing few lines from one file including, its working
fine and when I am including back the same lines its giving me server
internal error.
That lines contains no variable declaration or assigning new values. these
are just simple html lines and few variable values
MFA said:I have attached the sample file
This is basically a media template file and I have 10 type of different
templates. Its one of include files which I am using in my application and
I have lot others.
At this point I have to include only one out of ten files.
when I am checking for which file has to include for first two cases its OK.
SELECT CASE TEMP_TYPE
CASE "1"
%>
<!--#include file="M_Templat1.asp" -->
<%
CASE "2"
%>
<!--#include file="M_Templat2.asp" -->
<%
END SELECT
but when I am putting CASE "3" <!--#include file="M_Templat3.asp" --> its
giving me
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
it works with case 3 too if I am removing all asp code in M_Templat3.asp
I think there is some type of limit of asp code lines
Kind regards
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.