Tagged Questions
The integrated tag has no wiki summary.
5
votes
5answers
78 views
Why is jQuery not integrated within the browser
Why isn't jQuery intergrated into browsers, so there would be no need to have to reference it on your site, and instead, the browser just notices the jQuery used, and everything works fine.
Even ...
4
votes
2answers
101 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 ...
3
votes
1answer
111 views
Integrated Windows Authentication - Realistic for internet applications?
I'm reading about how wonderful Integrated Windows Authentication is, but there is only a few comments about how it's only good for intranets. So just to be clear, is it safe to say that this ...
2
votes
4answers
69 views
Tips for a easy and great svn integrated issue tracking system
Hey Im looking for some tips for a good and easy to install easy to use SVN integrated issue tracking system.
We are maybe 3 friends looking for something much simpler to install, like double click ...
2
votes
3answers
364 views
PHP IDE with Integrated Web Server
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 ...
2
votes
2answers
529 views
iphone : embed a fully integrated customized (Google) map in a native app
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
votes
1answer
1k 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 ...
1
vote
0answers
100 views
.aspx cause redirect but not other extensions
im using asp.net 4.0 integrated mode and im having problems with error redirection. Im trying to redirect 404 errors to another page.
"www.easycomputerformat.com/test.aspx" successfully redirects to ...
1
vote
1answer
141 views
Authentication without password on Moodle
Actually I am trying to integrate my system with moodle. I need a functionality that supposed to work like that:
Login into my system (same username as in moodle db)
User decide to switch to moodle, ...
1
vote
0answers
232 views
Any Python bindings to Tor?
Many people have shown how to use Tor in Python like this:
proxy_support = urllib2.ProxyHandler({"http" : "127.0.0.1:8118"})
opener = urllib2.build_opener(proxy_support)
opener.addheaders = ...
1
vote
1answer
174 views
Problem with Commerce Server 2007 sp2 and ASP.NET Integrated Pipeline
I am using Microsoft Commerce Server 2007 sp2 and a custom ASP.NET 2.0 website. Everything works well in Classic Pipeline, but when I try to use the Integrated pipeline, it fails with the following ...
1
vote
2answers
67 views
Is there a known good way to keep Multiple Servers Logging for Cakephp
Cake PHP stores everything under the /app/tmp/logs folder and if you have multiple servers to see what is happening at each you have to check on each server logs folder.
Is there any solution that I ...
1
vote
2answers
206 views
Enforce tests run before TFS check in
Does anyone know how to enforce that all tests pass before a TFS check in?
1
vote
1answer
1k views
blank pages/routing issue with asp.net mvc 2 iis7 integrated windows7 vs2010
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 ...
1
vote
2answers
832 views
How do I programmatically set Integrated Windows Authentication in IIS on a .NET web service?
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 ...
1
vote
0answers
69 views
Trouble using command-line when installing SQL Server on Windows 7
I'm having trouble using this command when installing SQL Server 2005 Express with Advanced Services on Windows 7 (French settings):
...
1
vote
2answers
950 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 ...
0
votes
0answers
36 views
IIS Integrated mode causing errors on Response.Redirect
I have upgraded a site to IIS integrated mode and now none of my plain vanilla 301 Redirect pages (using Response.Redirect) are working...
The error given is:
Specified argument was out of the range ...
0
votes
0answers
30 views
IE slow to load one page and hangs all tabs while page works in FF/Chrome. Something to do with Integrated Authentication?
I have a directory hosted in IIS 6 that has Integrated Authentication turned on. It references some files in subfolders (i.e. images) that were forcing extra login prompts in Firefox. Turning on ...
0
votes
0answers
54 views
Integrated Windows Authentication, where else to look?
I have been trying to have Integrated Windows Authentication for a website that is mostly ran in our local network (which is entirely AD based). We have two servers, server A has our live websites, ...
0
votes
3answers
88 views
Making SVN on apache server windows integrated authentication for free
Hi i work in a place that runs programming courses,
in alot of the courses the students are required to do a project in order to pass the course,
and sometimes the projects are even done in groups,
so ...
0
votes
1answer
71 views
TFS always use integrated credential to connect to TFSServer when joined into the domain
I have a limited access to the TFS server,so I intended to use a administrator account in the code to connect to the server.I found that when I deploy the service on a computer which does not join ...
0
votes
3answers
52 views
Problem when default page is MainPage.aspx not Default.aspx
I have very strange problem. I'm using IIS 7.0 Integrated mode for my application. (pool is ASP 2.0 integrated)
It's working fine when i type www.xyz.com/MainPage.aspx. But when i used simple ...
0
votes
1answer
736 views
DirectShow integrated webcam exposure control
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 ...
0
votes
1answer
23 views
How to write automated integrated tests when using JTA?
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 ...
0
votes
1answer
117 views
Integrated windows authentication and cloning users from xp
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 ...
0
votes
1answer
418 views
Does running IIS7 in classic mode affect MVC output caching?
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 ...
0
votes
1answer
603 views
WCF Nhibernate Service with Integrated Security=True error
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 ...
0
votes
1answer
107 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!