M
Mark
Hi,
I want to run in my .Net Windows Form this statement
System.Diagnostics.Process.Start(strURLCommand)
to open the browser and navigate to the specified URL.
The URL is an ASP.Net Web Page with authentication
mode="Forms". In this way, the browser displaies the
authentication ASP.Net WEB page, every time the
application executes the statement.
I want to display the authentication page only the first
time.
Ho can I do?
Thank's
I want to run in my .Net Windows Form this statement
System.Diagnostics.Process.Start(strURLCommand)
to open the browser and navigate to the specified URL.
The URL is an ASP.Net Web Page with authentication
mode="Forms". In this way, the browser displaies the
authentication ASP.Net WEB page, every time the
application executes the statement.
I want to display the authentication page only the first
time.
Ho can I do?
Thank's