Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
How to start ASP.Net application from console application?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Rick Strahl [MVP], post: 498476"] Are you talking about controlling the ASP.NET application? You can host the ASP.NET application as part of your Console application and then communicate with it if you need to via AppDomain Remoting... ASP.NET Runtime Hosting: [URL]http://www.west-wind.com/presentations/aspnetruntime/aspnetruntime.asp[/URL] Otherwise, if your app is not in control of hte ASP.NET hosting process (ie. IIS or the ASP.NET Local server) there's no way other than some sort of remote connectivity between processes (using Remoting or Web Services or File Sharing or whatever). +++ Rick --- -- Rick Strahl West Wind Technologies [URL="http://www.west-wind.com"]www.west-wind.com[/URL] [URL="http://www.west-wind.com/weblog"]www.west-wind.com/weblog[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
How to start ASP.Net application from console application?
Top