michael1222
01-03-2006, 12:43 PM
hello
is it possible to get the asp source code which is residing in another folder by asp.net code by any mean .
vinyl-junkie
01-04-2006, 03:55 AM
Are you just trying to read the source code from another application or pull it into an existing one? You need to explain a little more about what you're trying to accomplish.
michael1222
01-04-2006, 07:00 AM
hello
i will be providing the asp page path in the textbox from where every bit of code (asp,html,java script) will be extracted throught the url http://localhost/ff/memberregistrationcheck.asp and then in my asp.net folder create a .asp page and then paste the code extracted inside that .asp page and then process that page locally in one folder.