Questions tagged [intranet]

An Internet Protocol-based computer network for sharing information and services inside an organisation

Questions having the tag regarding Intranet.

Reference: http://en.wikipedia.org/wiki/Intranet

585 questions
3
votes
2 answers

Should we deploy a Webkit browser for our intranet applications?

At my place of employment, we are increasingly finding it difficult to develop for IE, which was historically the easiest browser to target, from an intranet-app point of view. It was already deployed. It already understood NTLM authentication,…
Jeff Meatball Yang
  • 37,839
  • 27
  • 91
  • 125
3
votes
1 answer

How to scrape URL data from intranet site using python?

I need a Python Warrior to help me (I'm a noob)! I'm trying to scrape certain data from an intra-net site using Module urllib. However, since it is my company website that is only available to employees to view and not to the public, I think this is…
Adan De Leon
  • 73
  • 1
  • 2
  • 7
3
votes
1 answer

EWS from WebSite using user credentials and windows authentication for intranet

I am trying to understand how I should configure a web site (ASP.Net) that need to pass the user credential and get some mail things I get different kind of errors depending on the app pool configure, What is the complete way to do it? I mean code…
3
votes
1 answer

Android unable to browse the intranet

Background Info I got a Samsung GT-S5830, running Android 2.3.4. The device has been successfully rooted. I edited the WIFI settings to connect to my home network, so now I can surf the Internet event though there is no simm card. The network…
Nicolas
  • 1,320
  • 2
  • 16
  • 28
3
votes
0 answers

Framework for third-party web application extensibility

I'm interested in people's experiences and opinions about approaches to third-party extensibility in web applications and extending applications into a heterogenous corporate environment. Consider a Salesforce style application. Users want to be…
Tristan
  • 6,776
  • 5
  • 40
  • 63
3
votes
5 answers

Why are my AJAX calls to a Database Server Slow ONLY From My Site Server?

I hope this is the correct site to post this on. I wasn't sure if I should post here or Server Fault, but seeing as this involves the website perspective, I thought perhaps this community might be a little more accurate, but I'm not 100% on that. I…
VoidKing
  • 6,282
  • 9
  • 49
  • 81
3
votes
1 answer

How do Java plugin and browser validate applet's certificate in intranet?

I need to install our website using Java applet in intranet. This will run under Apache and contains all applet's JNLP- and JAR-files required for deployment. In contrast to this question my Java applet is signed by Thawte certificate. The main…
ezze
  • 3,933
  • 2
  • 34
  • 58
3
votes
4 answers

iPhone for Intranet

It started one day while I was using my iPod Touch: wouldn't it be cool to have XXX function (from our internal desktop application) available on the iPhone as an native app. I had that idea because (A) I think our current bulky desktop internal 6+…
Deecay
  • 71
  • 1
  • 5
3
votes
1 answer

Google Analytics on Intranet without public visibility

I need to track an intranet site's traffic and would prefer to use Google Analytics because we have several other properties already being tracked there. Google Analytics requires a public address to set up a new property for tracking. If I create a…
dtphoto
  • 70
  • 1
  • 9
3
votes
1 answer

asp.net to tomcat

Anyone has any example/tutorial links to deploy asp.net to tomcat (intranet) using mono? The guide they gave isn't clear on how it should be done. Or are there any other ways to deploy asp.net to tomcat other than using mono? Thanks in advance!
Grace
  • 91
  • 3
  • 11
3
votes
1 answer

How to mark-up telephone numbers on Intranet for Mitel Unified Communicator Advanced

I am using Mitel Unified Communicator Advanced 2.0 with the Mitel.DialBHO plugin for Internet Explorer. The plugin tries to detect numbers in web pages that are formatted like phone numbers and then overlays a click-to-dial hyperlink. My question…
Iain Fraser
  • 6,578
  • 8
  • 43
  • 68
3
votes
2 answers

Silverlight replacement for Intranet Applications?

I currently develop a handful of Silverlight Applications that are hosted on the company intranet. It is my understanding that Silverlight is basically dead, so I was wondering if anyone knew of a good alternative to use for future applications. I…
A.R.
  • 15,405
  • 19
  • 77
  • 123
3
votes
3 answers

Intranet Form using ASP.NET MVC and Access

I'm totally new to Web Programming, and have been asked to produce a web form that will be hosted on the company Intranet Site. The form will be used to submit data to a back end database. My problem is that the database has been developed using MS…
Derek
  • 8,300
  • 12
  • 56
  • 88
2
votes
2 answers

How to identify computers on intranet?

How can we identify distinct computers/devices on an intranet? This is possible using cookies but that is not foolproof. I am expecting something on the lines of finding local ip address. It would be great if you mention some tools(libraries)…
Kamal Reddy
  • 2,610
  • 5
  • 28
  • 36
2
votes
3 answers

Internal ASP.NET Web Application deployment to IIS

I have an ASP.NET 2.0 application that I am deploying to an IIS 6.0 web server. My ASP.NET application is being deployed as a virtual directory. Currently, this ASP.NET application is publicly visible on the internet. However, I need the ASP.NET…
user70192
  • 13,786
  • 51
  • 160
  • 240