Hello
I am making a website and I want to use ASP file names instead of HTML file names because I think it will block subpages from opening individually without their parent pages. I have IIS installed and I can rename my HTML pages to ASP and view them and everything works fine.
The only problem is that I can see people calling up subpages (inside web pages) with names like info.asp?ID=23 but I cannot see what the real name of the file being called is. I have tried names like info.asp23 and info.asp#23 but nothing works. I have searched in Google a thousand times but I cannot find an answer to this problem.
Perhaps I misunderstand the whole thing and info.asp?ID=23 is not an inividual file but one part of a larger file.
Is there any way you could explain this mystery in a few words or show me a directory listing of just such files?
I am making a website and I want to use ASP file names instead of HTML file names because I think it will block subpages from opening individually without their parent pages. I have IIS installed and I can rename my HTML pages to ASP and view them and everything works fine.
The only problem is that I can see people calling up subpages (inside web pages) with names like info.asp?ID=23 but I cannot see what the real name of the file being called is. I have tried names like info.asp23 and info.asp#23 but nothing works. I have searched in Google a thousand times but I cannot find an answer to this problem.
Perhaps I misunderstand the whole thing and info.asp?ID=23 is not an inividual file but one part of a larger file.
Is there any way you could explain this mystery in a few words or show me a directory listing of just such files?
Comment