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 screen.
The reader is a USB device, but unfortunately integrated so tightly into this screen/computer that I cannot detach it and connect it to...
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!
...
hi,
i am using IIS 6 n facing problem when trying to get length or total no. of headers using HttpModule..
...
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 it is remote SQL server I needed to impersonate a custom account (impersonating the original caller would not work) via :
<identity imperso...
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 other side.
Is there a way using Javascript or something, so that a Windows Authentication can be taken, then sent to the server, and on the s...
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 ?
2) If so, is it possible to attach this map as a view so that a user can make use of the navigator bar of the native application at any...
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 connection string in hibernate.cfg.xml as
<property name="connection.connection_string">Server=dev;Initial Catalog=DBTest;Integrated Security...
I'm having trouble using this command when installing SQL Server 2005 Express with Advanced Services on Windows 7 (French settings):
"\\server01\installer\DVD\Component\SQLEXPRESS_ADV\Français\Win7\SQLEXPR_ADV.EXE" -q /norebootchk reboot=ReallySuppress ADDLOCAL=ALL ADDUSERASADMIN=1 SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0 SQLAUTOSTART...
I have a need to run an application in classic mode for backwards compatibility with a specific application, and am trying to understand what kind of impact that will have on the performance of an MVC application that is running on the site.
If we put a few static file maps (for .js, .css, .png, etc) above the ASP.NET wildcard map to re...
I know that for redirects and server transfers to work in global.asax, the AppPool has to be configured with Classic Pipeline Mode. But is tehre a workaround for this to work in Integrated mode?
Or is there any better way of redirecting users to Custom Error pages after Error was logged in Application_Error handler. Don't really want to...
Hi,
I have a security question about integrated windows authentication.
Let say we are using .net remoting hosted in iis.
The system uses integrated windows authentication.
What if some client manages to clone the OS to other PC or just clone the user to other PC.
(Other PC whit the same username and same password hash)
Then also the...
I have a web service project that needs to be set to use Integrated Windows Authentication after installation. Normally, I would install the web service, then manually go to IIS and make sure the box is checked for Integrated Windows Authentication. There has to be a way to do this through code. I have looked up on using the Installer cl...
We have our application running on IIS 7, the application pool configured was classic.
I have to changed some url re-writing to change the urls and removed .aspx as an extension from the urls.
After deploying I have found that url re writing works with integrated mode only and secure pages stopped working. ie pages which are used to ope...
I want to write integration tests for the application I'm working on. It uses JTA (multiple resources) and runs inside an application server. What is the best way for writing an automated test for such a scenario? Using an standalone transaction manager like atomikos or somehow leveraging the app server api/tools for transaction handling...
Note: This is not another "What is the best PHP IDE?" question.
I'm looking for a PHP IDE with a specific feature, namely an integrated / embedded (php enabled) web server; ideally with xdebug pre-bundled.
I already know that Aptana 1.5 has this functionality (and some older versions of Zend Studio as well), but Aptana 1.5 hasn't been ...
I've been searching though a number of posts and still can't seem to get a straight answer or at least one that works for me. From what I can tell is is some kind of routing issue. In fact I'm pretty certain of it. When I visit any of my web pages it comes back as a blank page with no data.
Also I am using VS2010 asp.net mvc2 on window7...
Hi,
I'm trying to control the exposure settings in a laptop integrated webcam.
I can't control it programatically through DirectShow -
IAMCameraControl interface returns E_PROP_ID_UNSUPPORTED when I call it with
CameraControl_Exposure as the CameraControlProperty.
I've successfully changed the exposure settings in different capture d...