blah blah blah is here! blah blah » Close

1
votes
2 answers

Class Properties Get/Set and private values.

Codo
84

Here's a quick and hopefully simple question for a more experienced developer. What's the difference between these two pieces of a class? Option 1 [code] private string _myVariable; public string MyVariable { get { return _myVar ...

1
votes
1 answers

Ignore bad SSL during web service call in a medium trust asp.net environment.

Codo
84

My latest site has a web service call via HTTPS in it. Works fine on my workstation and works fine on my dev box. Uploaded it to Rackspace and it doesn't work. OK, I investigate the error and I find out that Rackspace's Cloud uses a modifie ...

2
votes
2 answers

ASP.NET Debugging on the Rackspace Cloud

Codo
84

Can it be done? I've got a small .NET app that works on my workstation as well as my development server...but then doesn't work correctly in the Rackspace Cloud. The old version of the site worked fine...so it must be something in the new l ...

Feedback