Questions tagged [extranet]

22 questions
4
votes
7 answers

Web applications - combine or separate?

For our company I'm creating a big Extranet website which will feature a set of sub-applications. I'm a bit puzzled by what should be the right setup of the solution and projects. I have one web application that we call the Portal. It contains the…
Yvo
  • 18,681
  • 11
  • 71
  • 90
3
votes
1 answer

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 web application can be accessed from anywhere. The…
user413099
  • 31
  • 1
3
votes
2 answers

How do I deploy a public facing SharePoint 2007 Site

I am new to the SharePoint Development world and I have been given the task of making a public facing (extranet) site. I have been searching the web for a step by step and things to know, but have failed horribly! Can anyone help me by either…
Steve Hayes
  • 505
  • 4
  • 16
2
votes
1 answer

Sitecore extranet admins?

Hi I am devolping an application with multiple sites and each site has their own extranet, and this is all working beautifully, using Sitecore 6.4. Now I need the editors (not admins) of each site to be able to create extranet users that is only…
Kenneth Jakobsen
  • 458
  • 3
  • 11
2
votes
0 answers

Accessing a Firebase-deployed App over a VPN

I built an app to offer a client of the company I work for that I deployed to Firebase. It uses Firebase storage for retrieving files as well as the realtime database. It's actually just the front-end portion of a two-app suite I made; the backend…
David J.
  • 1,753
  • 13
  • 47
  • 96
2
votes
3 answers

Distributing a bundle of files across an extranet

I want to be able to distribute bundles of files, about 500 MB per bundle, to all machines on a corporate "extranet" (which is basically a few LANs connected using various private mechanisms, including leased lines and VPN). The total number of…
John Zwinck
  • 239,568
  • 38
  • 324
  • 436
2
votes
3 answers

Designing for extranet from the beginning?

I've been tasked to develop a web application to cover one of our business functions. It needs to have external access from outside our network. At the same time, it needs to be done fairly quickly. I don't have any experience in extranet…
KeithA
  • 2,525
  • 3
  • 18
  • 15
1
vote
0 answers

Platform / extranet suggestions for capturing data from external sales agents

I'm looking for suggestions for a tool/platform that can help in capturing form and file attachment data from external sales agents. I currently use Google Forms and a plugin to enable sending email notifications to specific contacts, but the hope…
JP5858
  • 11
  • 2
1
vote
1 answer

How do I make a promise call to a third party server?

I am trying to make a call to extranet which should return me a parameter but the api doesn't await for it. Orders.prototype.add = function (data, db, callback, logger) { var extranet = new API_EXTRANET(); extranet.addOrder(data,…
josh
  • 87
  • 6
1
vote
1 answer

Symfony behind reverse proxy

We have a private network where we have our apps installed on Apache virtual host like: http://extranet.domain.com or http://calendar.domain.com Everything works fine. Now we need to make one of these apps available from outside of our network. Our…
Kioko Kiaza
  • 1,378
  • 8
  • 28
  • 57
1
vote
0 answers

WCF Service self-hosted not reachable from Intranet

I've a WCF Service (self-hosted) inside a Windows Service running as LocalSystem. This Windows Service runs on a virtual environement in the cloud (OVH) This service is accessible through https with a real X509 certificate (from a CA). I use…
Francois
  • 147
  • 1
  • 1
  • 13
1
vote
3 answers

Extranet with Integrated Windows Authentication

Is it possible, safe and practical to use Windows Integrated Security on an Extranet? E.g. there is an IIS website on the intranet that can be used over the LAN with integrated authentication. When the user disconnects from the LAN he wants to be…
laktak
  • 57,064
  • 17
  • 134
  • 164
1
vote
2 answers

Coldfusion - determine if site is being accessed through intra or extranet

I have a simple question (I think!). I have a hyperlink on my CF site that needs to be different if the site is being accessed through our intranet or out in the field, through our extranet. How can I determine this in Coldfusion? I just need to…
Neil Deeley
  • 57
  • 1
  • 9
1
vote
1 answer

Create a Survey in SharePoint 2007 where external users can submit but

I have a task to make a survey to be displayed in SharePoint 2007 to external users for them to fill out and submit, but not be able to view the submitted results (so they don't see what others have entered). This survey will be for outside vendors…
Brent
  • 121
  • 3
  • 16
0
votes
1 answer

Sitecore extranet check logged in user roles in HttpHandler

How do I get the roles for an authenticated logged in extranet user in sitecore 6.4? I'm trying to check the roles to restrict access. The Sitecore.Context.User.Roles is coming back with default\Anonynous not extranet\WebsiteUser. UPDATE: When…
danmac
  • 218
  • 2
  • 10
1
2