.net - Intranet Colaboration System?
Oct 20, 2010
I would like to give our intranet users and create, edit, colaborate documents via a browser. What is the best way to go about this?
Requirements: The user should be able to:
1. create content,
2. edit content (content created by anyone)
3. records should be kept on who edited what and when
4. should easily be able to go back and forth between edits
5. should be able to assign rights to created/edited pages (i.e. who can view them)
View 2 Replies
Similar Messages:
Jan 25, 2010
how to browse my web (aspx) pages in intranet
View 1 Replies
Mar 9, 2010
I'm new to .NET. And created a website using
ASP.net 3.5 (.aspx as frontend)
VB.net(aspx.vb as backend)
SQL Server 2000 as backend
Now I want to host the site within our intranet network. But I can't.
I don't know about web.config in detail.
View 2 Replies
Feb 10, 2010
I am working with asp.net application,Where i need to send email from my application.Im am sending email using HTML page.Before hosting in the IIS it is working properly ,But it is not working in the intranet the following Error occurs
Could not find file 'c:windowssystem32inetsrvEmailBody1.htm'.
Where EmailBody1 is name of the html page.
View 4 Replies
Jul 2, 2014
I have a web-site that runs for external customers on the internet and for internal users on an intranet. In IE11 with no compatibility mode set the intranet site asks the user to log in for every pop-up page however this is not the case with the internet.
Now if turn on the Compatiblility mode then the intranet and internet work the same in that the users do not need to log on to every pop-up page, however the site formatting in lost when the Compatibility mode is set.In Chrome,Firefox there is no problem. I think it is something to do with the security and zones but have tried everything.
View 1 Replies
Sep 16, 2010
I have built my intranet using MS Visual Web Developer Express 2008. There are several secured areas and my manager asked me to find out if tracking the traffic is possible. Things that I would need to track include:
Which unique user ID's logged in and when? How many times did the same user login? Last login What info was accessed? What page(s) had the most hits? Would I need a database for tracking purposes? Would this info be available with a "dashboard" interface?
View 6 Replies
Feb 26, 2010
I have been tasked with creating an intranet site and have been able to do everything so far (leaves the door open wide, I know ) EXCEPT get the username that the person is logged in as under their own computer.
<system.web>
<pages styleSheetTheme="Black"/>
<customErrors mode="Off"/>
<compilation debug="true" urlLinePragmas="true"/>
<authentication mode="Windows" />
<identity impersonate="true"/>
<globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
</system.web>
Under my master page I am doing this:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Environment.UserName.Length > 0 Then
username.Visible = True
username.Text = Environment.UserName
Else
username.Visible = False
End If
End Sub
All I am getting is the ASP account name....what am I doing wrong??
View 5 Replies
May 7, 2010
Is it possible to run a SQL Server 2005 job from an asp.net intranet page? I've been opening up SQL Server 2005 and manually running this and thought it would really be convenient if I could just click a button on a web page instead.
View 2 Replies
Sep 21, 2010
I have developed an web application using .net 3.5 framework and sql server 2005. Firstly, it was hosted in our intranet. Everything worked fine. Then our client wants to use this application anywhere from world. We do not have seperate domain for hosting. We have our mail server. We hosted in that server.The problem is...Now we have two LIVE IPs, i.e for internet users we are getting the IP ashttp://xxx.yyy.zz.ddd:hh and for intranet users we are getting the IP as http://xx.0.0.tt:uu. The intranet IP does not work in internet and vice-visa
View 3 Replies
Aug 30, 2010
I'm connecting sucessfully to a WebService but when I try to connect from an "Intranet" to the external WebService i don't have enought rights to reach the external server. Is there any thing that i can do programatically in order to skip these rights?
View 6 Replies
May 6, 2010
Conditions:
The files must be opened outside of the window that the link to them is in. I have tried href, but when I give it an intranet link it only opens correctly if I leave out target="_blank"; if I put that in, the new window that opens doesn't receive the full link if there is a pound sign in the filepath... a direct link to the intranet address ac#c.txt would be fine with me; there is no concern about security, but I can't seem to get that to happen in a new window. It seems like this is happening when I don't create a new window, but I can't utilize the same window to open the links.
View 3 Replies
Feb 15, 2011
i have made a web service using asp.net and i want to install/upload at intranet server how can i do that..
View 1 Replies
Jun 28, 2010
Are there any instructions how to publish a web app like on webplatform?
View 3 Replies
Jan 9, 2010
We also have sales rep that take call and use the same website to take the orders.
My boss wants me to allow the SR to only be able to take orders if they are in the network itself. When I ask why he tells me "just because".
I'm sure there's a way but I can't see it at the moment. How do I go by doing that? Also keep in mind that if the SR is outside the intranet, he can't be allowed to enter his active directory login/password (so the login window must not even show).
View 3 Replies
Jul 16, 2012
I am totally new in .Net 2010. I developed a website for and i want to use company intranet so that any body in LAN can use that website by using local URL of the website.
View 1 Replies
Jul 14, 2011
I started working on an ASP.NET web app for my companies local intranet. While coding it, I emailed our IT team, to get an intranet domain/server setup.
So, they emailed me back with the server credentials+the domain. But, I'm not really sure what to do from here.
How I need to setup the server and ASP.NET settings to get everything working?
View 7 Replies
Jun 28, 2010
Do any of you guys have experience using Active Directory and the Intranet Zone to silent authentication with a local web site? I've done it in the past with 1.1 and 2.0 .NET, but this 3.5 site I have written doesn't seem to be working for some reason.In the past, how I have done it is:
In web.config, set:
<authentication mode="Windows"/>
In IIS 6, under directory security, check Integrated Windows authentication and Digets authentication for Windows domain servers, and set the realm to my domain, and uncheck Enable Anonymous access.The I add the Host Header for the site to the corporate Intranet Zone in Internet Explorer under trusted sites using Active Directory.And that's basically it. I've done it on plenty of intranet sites before, but with this 3.5 application I am still being propped to login. Anybody see any steps I missed?
View 12 Replies
Jan 7, 2010
I've a project using windows authentication and it will be used in intranet. The client itself already have a web application in their intranet and they built it with Java (they used windows authentication too). The problem occur when they want my web application only appear within their application content section.
What should I do? I did think about using iframe but some people said it's evil. And if I'm going to use iframe, is it save? My web application will use a few pop up window/modal window and ajax.
View 5 Replies
Jan 17, 2011
I have an an intranet website running under IIS6 (under a specific port, not the default one) with a integrated windows authentication enabled and uses an application pool configured with a service account. the issue is, if I access the website using the server name with a fully qualified domain in the URL, it throws a login prompt (doesn't work even if enter my windows login credentials), but if I use the IP address of the server then it works fine. I need to do to get the URL with server name working.[URL]
View 3 Replies
Jul 16, 2010
We are using IIS6 and .Net Framework 2.0 for our intranet with Windows and Digest Authentication . We have 2 domains that have access to this intranet. I suddenly have the need to display slightly different content for users from Domain A. The changes are rather trivial (text on a label and and image in a header) but important to our stakeholders.
View 4 Replies
Jan 4, 2010
While recognizing that there are many 3rd party solutions to output a web page in pdf format, my corporate intranet hosting service does not allow 3rd party software, so...
This post is in response to
http://forums.asp.net/p/1506431/3585235.aspx#3585235 where it was suggested I might have better luck in this particular forum.I'm using VB.Net 2.0/vwd2005/MS SQL Server 2000. There are a couple web pages that are used for ocumentation--the format and data is exactly what I need, but to pass on to groups outside the intranet, the documentation needs to be in pdf format.
View 1 Replies
Dec 22, 2010
I am having great issues trying to debug a page on a web application used internally on an intranet. When entering the page the "Security Information" Pop Up Box appears. The whole application is running under https.
To try and debug the issue, I have used Fiddler, and looked at the urls for every component, javascript, css, images, and user control components. Everything I have seen from Fiddler shows that the urls start with required https! So, I am completely confused why this message should be shown - it appears everything the page is posted back.
View 2 Replies
Aug 12, 2010
I am running a test page on a local server that I want only to be available to comouters that are running on the LAN. However, My web page can be accessed over the internet, how can i stop this?
The page is running on a Windows Server 2003 pc using IIS 6.0
View 3 Replies
Oct 5, 2010
my application is in Intranet, but in my application mail is trigger to the user, and in that mail (outlook) user getting one link of that application so that he can update "YES"
My problem is that when the user is not in office and he is using Blackberry, at that time intranet link will not work.........
so, any solution that anybody can update through internet.
View 1 Replies
Feb 23, 2011
I've an ASP.NET application hosted inside a local area network. The application host machine has access to the internet while the local area network clients do not.
There is one requirement where I've to show a web page with rich content (images) in an IFrame from internet (public network) address.
However since internet access is not available on the client, this somehow has to be done from server and then needs to be served to client.
How can this be done?
View 1 Replies