Hello,
I need to save to file HTML page from my complex ASPX page (it has MasterPage, MainContainer, UserControls, CSS, JS files...). So, I need to override Render method to to this but I did not succeded. My UserControls does not render automatically in page Render method.
So I need first to render whole page as HTML and then to save it to one file. If I use "using" is this will be enought to save concurency problem if more then one user access to webpage and filename is always the same?
Thanks
Alex
I need to save to file HTML page from my complex ASPX page (it has MasterPage, MainContainer, UserControls, CSS, JS files...). So, I need to override Render method to to this but I did not succeded. My UserControls does not render automatically in page Render method.
So I need first to render whole page as HTML and then to save it to one file. If I use "using" is this will be enought to save concurency problem if more then one user access to webpage and filename is always the same?
Thanks
Alex