holtzy Posted March 3, 2006 Posted March 3, 2006 Is there anyway to send a variable to a Windows Service that is running on the same server as my ASP.NET page? Quote
Administrators PlausiblyDamp Posted March 4, 2006 Administrators Posted March 4, 2006 Depends on the service - is it one you have written or an already existing one? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Jay1b Posted March 6, 2006 Posted March 6, 2006 Starting from scratch, i would use web services. These are incredibly easy to do (well simple ones!). Quote
holtzy Posted March 6, 2006 Author Posted March 6, 2006 It's a service that I'm in the middle of writing. Can a web service have complete permissions to the local box (drives, printers, etc.)? I assumed it could not, which is why I went with a windows service. If a web service can, and it's easier, than maybe I should go with that instead. Quote
holtzy Posted March 13, 2006 Author Posted March 13, 2006 I ended up writing a windows service and a windows application for testing purposes and got it working just fine. But when I tried it from the same windows service & an asp.net page, it won't work. It never finds the pipe listening on the server. I've tried countless permissions and path changes thinking it's one of those, but none will work. What would cause the difference moving from a windows app to a asp.net page? (I'm new to asp.net) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.