Tagged Questions

0
votes
1answer
57 views

WCF Nhibernate Service with Integrated Security=True error

Hello there, I am working on a WCF Service(implemented with Fluent NH), and it is hosted as a Windows Service. I am using a console application to test calling service methods. Now, when I set …
1
vote
2answers
100 views

iphone : embed a fully integrated customized (Google) map in a native app

Hi, 1) Is it possible to send GPS coordinates, a name and hyperlink to a kind of Google map API so that it shows a map, some places with a name and whenever a user clicks on a place would go to a URL …
1
vote
1answer
203 views

Get Windows Authentication Token Using Javascript to have Integrated Security (NOT using IIS)

I want to authenticate users on a web application. The users are already logged into their Windows Network. Notice, this is NOT Internet Information Server. I have a Java Application Server on the …
0
votes
2answers
348 views

ASP.NET web app can’t use multiple impersonation for authenication

I have a asp.net app (uses windows authentication for access) which (stipulated by the security team) needs to connect to a remote SQL Server 2005 using integrated security.Because of the fact that …
1
vote
0answers
419 views

This operation requires IIS integrated pipeline mode.when i am trying to access the length or size of headers

hi, i am using IIS 6 n facing problem when trying to get length or total no. of headers using HttpModule..
4
votes
2answers
80 views

Developing for a specialized computer with integrated hardware

We are looking at implementing a card-reader program for a integrated computer. The computer is a touch-screen with an embedded computer, running Windows XP, and a cardreader integrated into the …
0
votes
1answer
62 views

Do I need to change anything programmatically to leverage the integrated pipeline in IIS7?

Do I need to change anything programmatically to leverage the integrated pipeline in IIS7? If so, what's the best way to degrade gracefully and remain functional on IIS6? Thanks!