Hi, I have hosted a .net site on server. Periodically the content of a particular file (content.aspx) is automatically replaced by the client side HTML content. Have someone faced such problem too. What can be reason behind this? Thanks Suren
Hmm it is normal behavior that ASP.NET form is rendered as HTML on the client side. If i haven't understood your question please explain it better. Do you have an extra HTML page e.g. index.html or something like that?
that is how ASP.NET works, it is supposed to render dynamic content. or do you find something that you didn't expect ?