Как попасть на страницу aspx из консольного приложения
I have a situation in which I have a aspx page ,that hit on schedule ,all my logic is written in this page.I want that while this page is hit on schedule time,no console window or page that was hit,will not show up.what I have done to hide console window , But Problem is when that page is hit using this code ,that page open up in browser?
Что я уже пробовал:
1.just change it to window application output in application setting. 2.and to start aspx page
<pre lang="vb"> Dim url As String = "" url = ConfigurationManager.AppSettings("www.youtube.com") Process.Start(url)