Click here to Skip to main content
15,897,704 members

Comments by sri67 (Top 12 by date)

sri67 26-Nov-13 3:10am View    
@vinodh.B tq sir for your patience in giving your opinion. I dont need the files in php to be nested under my master page design. I just want to redirect the existing functional php links( & related pages) to nest under root folder of asp.net web project ( like we redirect the images within the folder). so that all comes under single platform & can be launched using single website.
sri67 26-Nov-13 3:09am View    
Deleted
@vinodh.B tq sir for your patience in giving your opinion. I dont need the files in php to be nested under my master page design. I just want to redirect the existing functional php links( & related pages) to nest under root folder of asp.net web project ( like we redirect the images within the folder). so that all comes under single platform & can be launched using single website.
sri67 23-Aug-13 1:57am View    
Data will be automatically(exported from database) saved in a text file everyday. And that file needed to be zipped at a particular time (like 11am every morning) & should be saved, the old .txt file should be deleted. This is a scheduled task that should run automatically without user interaction in server system. So i used windows services for accomplishing this task of scheduled service.
sri67 22-Aug-13 8:14am View    
sir i am somewhat familiar with webservices & can trace my code while executing by using 'breakpoints' but here the scenario is different.
sri67 22-Aug-13 8:02am View    
ya thank you..I removed tht line from my code.Yet not working.