Hi,
I have a query that returns a large amount of JSON data via SQLs FOR JSON clause.
The dataset is around 6 million rows being squeezed into a single column/row of JSON data.
My problem is trying to read that efficiently in a C# based Restful webservice.
Currently I am returning it into a...
Hi,
currently I am working on a website that only allows authenticated users to browse. Authentication is being done via Forms Authentication/CommerceServer .
There is a desirement to allow our members to authenticate with facebook, but to have that account linked internally to our current...
If my webserver allows traffic on TLS 1.0, 1.1 and 1.2 and a user connects using a browser that has TLS 1.0, 1.1 and 1.2 enabled, what protocol will the connection use? 1.0 or 1.2?
Thanks in advance
Rob
Ok.. connecting (trying) to a SQL r2 instance on my system.
basic connection string
Data Source=.\r2;Initial Catalog=blobstuff;Integrated Security=True
From Reporting services.. no problem.
From VS 2008 No Problem.
In 2010 I get
All protocols are enabled. Remote connections are allowed.
We...
Hi,
I am wondering if anyone would know how to go about writing code to validate if an email address exists - without necessarily sending a message (which doesn't always work anyway).
There seem to be some php scripts out there, but the only one I have seen for dotnet failed to resolve the...
Hi,
I was in the process of transfering a site we manage to a new hosting provider and started getting a non descript security error - the hosting company believes it is because they work in a medium trust environment.
(the code in question was written by someone else and i am just getting the...
Hi..
first (to solicit sympathy) I work with a bunch of MAC people who do all sorts of stupid (non-windows type) things.
Last week I asked one of them if they had any images of X - yeah a bunch of graphic artists.
After digging through a big 3 ring folder, I was handed 3 cd's that had the...
Hi..
I recently experienced an issue with an iis7 system where code that was changed in a "code behind" page wasn't being executed with subsequent page refreshes. It got wilder than that. We could delete the webpage and it's code behind page and the server kept serving it up. (I tried getting...
Hi..
I recently experienced an issue with an iis7 system where code that was changed in a "code behind" page wasn't being executed with subsequent page refreshes. It got wilder than that. We could delete the webpage and it's code behind page and the server kept serving it up. (I tried getting...
Hi,
I am looking at writing a script to add a signature with an image to the bottom of an outlook message.
So far I have managed to get the image inserted, but it tends to show up on the same line the signature (word part) of the mesage. What I would like is the image to be below any text...
Hi.
First I am not an exchange person, I just set up the occasional mail box (by adding the person to the domain)
So.. yesterday I was adding a couple of accounts to the domain for one of my clients (I build websites). They shared a story about a situation they had a few months ago where an...
Hi.
does anyone know if it is possible to turn off the need to login to Reporting Services in SQL 2008?
We have a very small intranet with clients ranging from mac's to real pc's. In SQL 2005 I had managed to enable everyone to get access by proving the webserver (applications) account the...
I once had some code that was able to retrieve some code via an object other than the webrequest object.
Any ideas?
(I lost the code :( )
The webrequest seems to retrieve data differntly and a webpage i need to access is having issues (blocking me)
Rob
Hi..
I just created a new form that used a query to populate a drop down list box.
The bizzare thing is that if you click on the box, nothing shows up in the list, but if you select a line (blank) and click on it, the value that would show up appears in the top of the dropdown box.
I can't...
Hi..
I have a form that has mulitple textbox's that require validation.
To do this I had added a requiredfield validator to each of the needed textbox's.
What I can't seem to figure out, is that if someone clicks the "Submit" button, and a validator causes an error at the top of the form...
Hi,
I have a website I am building that will have a number of KML files for download. What I would like is to be able to test via the webpage (javascript) if "google earth" or "some other program that under stands KML" is installed, the KML launches GoogleEarth/Microsoft Live etc.. otherwise it...
Hi,
Does anyone know how to save an Icon to a .ico file without loosing too much quality.
I have some code that allows me to read a bitmap into an icon class object and apply it to a form. The quality when displayed in a form is excellent. However trying to export it as an external icon...
Hi.
I have a webpage that reads an xml file into a dataset. This dataset can then be filtered by adding a dataview to the dataset and then setting the rowfilter property.
I have set the dataview.allowupdates=true.
When a textbox's text is changed, the change is written to the dataview.
When...
Hi..
I have a webpage that I am building that has an image behind an "a" tag.
The a tag utilizes a "rel" property that needs to be executed when a user clicks the link.
(It utilizes the greybox javascript lib)
The problem is that I want to allow users to click either the image or the link...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.