Tagged Questions
The .net-services tag has no wiki summary.
6
votes
2answers
338 views
Azure vs .NET Services
I am a little confused about two new technologies receiving a lot of buzz currently;
Can somebody please explain to me what the difference (or similarities) are between Azure and .NET Services?
Are ...
4
votes
1answer
506 views
Determine the last time an Application Pool recycled
I'm writing a .NET service that monitors application pools. based on specific triggers I'm restarting them.
However, I do not want to restart them if the trigger occurred before they were recycled ...
4
votes
1answer
2k views
Can I have multiple services hosted in a single windows executable
My question is essentially the same as the following one but the answer did not help me.
http://stackoverflow.com/questions/1407217/net-windows-service-multiple-services-in-one-project
Essentially, ...
2
votes
2answers
263 views
What are the .NET Services?
Announced today at PDC. Initially made up of a Service Bus, the Workflow Service, and the Access Control Service. What are they? Why would I use them?
1
vote
2answers
3k views
Configuration System failed to initialize - Windows Service .NET
I created a .NET windows service that installs without any issues on the dev machine. On the server that has only the .NET framework (and no VS installed), since I don't have the VS 2008 prompt, I did ...
0
votes
0answers
38 views
Consuming .NET WCF web service with Certificate Authentication from java client
I am trying to consume a .NET web service from java client generated in JDeveloper IDE.
Web service authentithicates clients by mycert.pfx certificate.
Here are the steps I have done:
Generate ...
0
votes
1answer
28 views
Service runs then dies [closed]
Possible Duplicate:
Service runs then dies.
Hello,
I'm running Win 7 Pro 64-bit. I wrote a service in C# using the .NET 4 framework. It installs properly and starts to run. I know that ...
0
votes
3answers
511 views
Increase Sql timeout in .net
I am gettting SQL time out error in my .net service.
As the service is already installed on the production, is there any way I can increase the timeout for the service from App.Config file.
At ...