Tagged Questions

Interface between hardware and software

learn more… | top users | synonyms

11
votes
4answers
1k views

Differences between ARM architectures from a C programmer's perspective?

I'm fairly new to programming for ARM. I've noticed there are several architectures like ARMv4, ARMv5, ARMv6, etc. What is the difference between these? Do they have different instruction sets or ...
11
votes
3answers
313 views

Best way to use “isa” method?

What is the "best" way to use "isa()" reliably? In other words, so it works correctly on any value, not just an object. By "best", I mean lack of un-handled corner cases as well as lack of potential ...
4
votes
4answers
323 views

Can I pass a regex to isa() with Moose-based objects?

Can I use isa in Moose with a regex as a parameter ? If not possible can I achieve the same thing with someothing other than ->isa ? ok, having the following types Animal::Giraffe , ...
3
votes
1answer
202 views

Can my WP7 app use Open SSL?

I have a WP7 app that communicates with the back-end via a WCF service. A customer has asked if the app can be made more secure by communicating via an ISA server using Open SSL. The ISA server ...
3
votes
2answers
314 views

How to access an internal asp.net web application from the internet?

I have an asp.net web application in an internal windows domain which calls a wcf-service. In the wcf-service I use the SecurityContext.Identity.Name, so it needs impersonation. Our task is that the ...
3
votes
3answers
337 views

How can an ISAPI filter distinguish between being loaded by IIS or ISA?

I have an application implemented as an ISAPI filter whose behavior needs to change depending on whether it is being loaded by ISA or IIS. During GetFilterVersion it needs to register for ...
2
votes
1answer
259 views

openning http connection behind proxy which requires authentication but does not return 407

Our applet is behind Microsoft ISA Server which has integrated proxy authentication.Isa Proxy server returns http 405(NOT 407) for connections which has no authentication credentials on it.There for ...
2
votes
1answer
58 views

Opening sharepoint documents from Silverlight and re-use session

We have a silverlight application thats behind a ISA server, and the users have to authenticate against the ISA server. In the silverlight application we uses Sharepoint 2007 as a documentlibrary ...
2
votes
1answer
372 views

Authenticate against Active Directory/ISA from php

I have a complicated problem, exacerbated by the fact I don't really know where to start! Over the last few years, I've developed a number of php web-based systems. When I built them, our network was ...
1
vote
3answers
82 views

Any possible reason isa variable is reset to nil?

My iPhone app keeps receiving BAD_EXC_ACCESS error after running for a while, after painful debugging I find that one of my static variables (NSPredicate to be exact) was corrupted: it still pointed ...
1
vote
3answers
355 views

Access an aspx page (microsoft TMG) where login is required with PHP

I am trying to scrape my university's portal, to get my schedule and convert it into a format more convient for me. I have the following script, which does everything that it needs to do, it sends a ...
1
vote
0answers
246 views

Is it possible to validate an ASP.NET Forms Authentication ticket in ISA/UAG (or similar) and do redirects based on the result?

We have an ASP.NET MVC application that uses Forms Authentication to create and validate the authentication ticket (cookie). The log on flow is very special, not just username/password, but it ends ...
1
vote
1answer
171 views

How do you convert little Endian to big Endian with bitwise operations?

I get that you'd want to do something like take the first four bits put them on a stack (reading from left to right) then do you just put them in a register and shift them x times to put them at the ...
1
vote
1answer
157 views

WCF service behind ISA Firewall 2004

I'm having an issue when trying to access a WCF service behind an ISA Firewall 2004. Apparently my Windows client can connect and receive data when using Buffered mode but not when using Streamed ...
1
vote
0answers
107 views

How do I ensure my C# software can access the internet in a Citrix + ISA environment?

A client recently informed us that deployment of our software in their environment has failed due to a proxy error when the software attempts to access the internet. The client has a combination of ...
1
vote
0answers
120 views

Programmatically retrieve requested protocol with c# from web farm load balanced with ISA

Scenario: The infrastructure that a website is built on consists of a web farm fronted with ISA servers, these ISA servers terminate the SSL of any given website and the requests between the ISA ...
0
votes
0answers
15 views

WebResponseModifier (ISA 2004 SDK Web Filter sample) does not work

I have a problem with the ISA 2004 SDK samples. I want to try the web filter WebResponseModifier with ISA Server 2004, but it seems not working. I followed instructions in the readme file of ...
0
votes
0answers
17 views

Exposing internal web page on different server through ISA

I have a web page hosted on a different internal web server that I would like exposed through ISA but would like to know if I do not have to create another external DNS record create a rule for it in ...
0
votes
0answers
29 views

Allow Skype to User Through Isa Server [closed]

Please Giver me path of how can create an Rule in Isa server 2004 or 2006,for giving skype application, i have 25 user in domain 2003 and i have 2 isa server for giving some internet sites through isa ...
0
votes
1answer
89 views

Need help in adding more functionality to MIPS Single Cycle Datapath

I am trying to add jal functionality to the following but I am stuck with how does it work. I know that it stores the old PC+4 value in the $ra register and then transfers the control to the function ...
0
votes
2answers
116 views

Why do we Sign Extend in load word instruction?

I am learning MIPS 32 bit. I wanted to ask that why do we Sign Extend the 16 bit offset (in Single Cycle Datapath) before sending it to the ALU in case of Store Word?
0
votes
1answer
51 views

Why do we need to Bit Extend the J type instruction to 2 bits only?

Please have a look at this Single Cycle Data Path in MIPS. The 26 bits of J type instruction are being Bit Extended to 28. I don't get the point. Shouldn't it be extended to 31 so it makes 32 bits ...
0
votes
1answer
27 views

Unable to make relation from the diagram

I am given the following diagram with the text. The author refers the AND gate which becomes the control signal PCSrc. But I am unable to make this relation from the diagram. Here is the text, ALU ...
0
votes
0answers
64 views

TFS access throught VPN always works only on a second attempt

We have a TFS 2010 deployed in our organization. We have set up a VPN through Forefront TMG to allow developers to connect and work on their team projects through VPN on weekends. The problem is that ...
0
votes
0answers
44 views

Visual Studio 2010 and proxy authorization

I work with ISA proxy. When I try to add a Service Reference I get an exception that says that it need proxy authorization and hence I'm unable to download wsdl and generate client proxy for a ...
0
votes
0answers
26 views

How to model an IS-A relationship in a database

Suppose I have three tables: Vehicle, Car and Truck. It is obvious that both cars and trucks are vehicles. How can I model this relationship using ER diagrams? The best solution that I found is to ...
0
votes
0answers
133 views

How to pass through authentication from ISA Server (forms based authentication) to Tomcat 6 server

We have an Internet facing ISA server which we have forms based security protecting content. Some of our apps reside on a Tomcat 6 server internally. Currently users are required to authenticate ...
0
votes
1answer
66 views

Does $ra returns the address of current instruction or the next instruction?

I am very confused in the concept of returning address by $ra. Does it return the address of the current instruction being executed or the instruction to be executed next? For explanation please use ...
0
votes
1answer
43 views

How to use APJP with ISA Server

I was unable to use APJP beside with ISA server Entering values for APJP_HTTP_PROXY_SERVER_ADDRESS in the APJP.properties did not solve the problem.
0
votes
0answers
66 views

Error when calling a webservice: The system cannot locate the resource specified

I have a webservice that is making a call to CDYNE's weather service to get the weather for a particular Zip code: http://wsf.cdyne.com/WeatherWS/Weather.asmx. This was working wonderfully, with no ...
0
votes
0answers
195 views

Report Builder 3.0 Map Wizard Issue

I’m doing a POC on Report Builder 3.0 Map Wizard. I’m using spatial data from AdventureWorks2008 and selecting Sql Server Spatial Query as source of spatial data in report builder 3.0. Now when I’m ...
0
votes
1answer
182 views

WCF Service behind ISA

I have created a wcf service, successfully deployed to a development server(not behind an ISA Server) and was able to add a service reference to to the service in a test web app. My network ...
0
votes
0answers
21 views

Why ConnectToConfigurationStorageServer is not available in FPCRoot

I am doing ISA Server/TMG Programming using COM object provided by TMG Management Client. Basically I am trying to connect to remote TMG server from my desktop. I have successfully connect via TMG ...
0
votes
0answers
155 views

Connect to web services through ISA server

I'm trying without success to connect to web services that are behind an ISA server. I was unable to create a reference as it would appear that VS only send anonymous requests, so i managed to create ...
0
votes
2answers
67 views

Finding typeof View

I this is my first iphone app. I application shows different view and comes back from minimized mode. I want to identify which of these views is currently shown. I tried using "isa" in ...
0
votes
2answers
72 views

textbook on the hardware software interface

is there any book you can suggest me that covers MIPS cpu (or a similar cpu) at ISA level, covering in detail topics like memory mapped i\o ,interrupts ,memory hierarchy etc. I know there's "The ...
0
votes
1answer
258 views

Need of ISA Server (Reverse Proxy) for ASP.NET application

Our company has its own servers for our asp.net applications (ASP.NET 2.0 applications with WCF services) with an ISA Server as Reverse Proxy and Firewall in front of it. We want to run the asp.net ...
0
votes
1answer
84 views

Isa Server Redirection

i m using Isa server 2006 and i cant find way to redirection. for example i want to redirect all the session's come in network to www.Example.com
0
votes
1answer
275 views

ISA Web Farm and WCF service hosted in a Windows Service with basicHttpBinding

I have created a WCF service that needs to be hosted in a Window Service because it is participating in a P2P mesh (NetPeerTcpBinding). When I tried to host the WCF Service with NetPeerTcpBinding ...