开发者

Displaying Webalizer Stats using ASP.NET

开发者 https://www.devze.com 2023-03-10 17:35 出处:网络
I have a website (www.teah开发者_如何学Pythonua.com) that is written using ASP.NET (2.0) and C# running on a Debian server using mono.The hosting provider provides statistic on the website using webal

I have a website (www.teah开发者_如何学Pythonua.com) that is written using ASP.NET (2.0) and C# running on a Debian server using mono. The hosting provider provides statistic on the website using webalizer.

The statistics is accessed uing www.teahua.com/stats (and it runs the index.html page).

I am relatively new to the ASP.NET arena. My question is how can I display / include the stats page, and all other links from that page, using ASP.NET.

Thank you for your help


Option 1 - iFrame

https://developer.mozilla.org/en/HTML/Element/iframe

Option 2 - HTTPWebRequest - Download the webpage, process it, and provide it to your users.

http://wiki.asp.net/page.aspx/285/httpwebrequest/

After downloading the file, you can provide it to your users within a div or literal. Depending on your choice, you may want to strip out key tags, or perhaps the entire header portion of the downloaded file.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号