Web Content Management System?
Feb 26, 2010I need a free web content management system. Does anyone know where I can get one?
View 2 RepliesI need a free web content management system. Does anyone know where I can get one?
View 2 Repliesbest place for Content Management System using ASP.NET.
View 3 RepliesASP.Net 2005
I am a new bie to work with ASP.net. I want to create an application /site in asp.net which work like content management system. As we see many sites are now a days being build on JOOMLA. How can we create such a CMS (content management system) sites using ASP.NET.
I am creating a content management system but there is one problem. What I want to do in my website is that when a user opens the website a new sessionid is created for that user, and when the user closes the website, the sessionid is cleared. How can I can do it?
View 3 Repliescan every body send me project or code of content management system built in asp.netlease send me project or link for free download with source code
View 1 RepliesIm using vb.net, sql2005, ajax, .net3.5. Ok first off, yes i know there are some great CMS applications available already, dot.net nuke, kentico, umbraco, etc etc. However my problem is that i cant bring an external open source app into our organisation but i could develop one.
Im doing this to allow us to move all our HTML content, (Static pages) into a system that provides some sort of basic workflow and content management, im confident on doing this, my problem however is that ive been asked to store the data in XML.
Whilst i know that i can store the XML inside my database, and then read it out and transform im not sure how to do this when it comes to how authors create the pages - What i mean is normally i would give the author an HTML editor to add content, but this isnt going to work if im writing to XML, and also, what happens if they add an table inside the HTML editor
Has anyone every seen this done, is it even possible, or should we just look to use HTML stored inside the DB?
Assumptions: Microsoft stack (ASP.NET; SQL Server).
Some content management systems handle user-generated content (images, file attachments) by storing it in the file system. Others store these items in the back end database.
Some examples of both:
[code]....
What's the best approach, and why? What are the pros and cons of keeping user files in the database? Is there another approach?
We are going to develop content Management System in ASP.net. what is the good design pattern do we need to follow in order to have good design.
View 2 RepliesI'm having a ASP.NET MVC 2 Project where I'm making some management system... The thing is that I have 4-5 controllers that are all related to a specific thing in the management system and having 4-5 diffrent view folders dosent make it any easier.. Since its "a part" of the management system I dont really see how I can make use of areas. UPDATE: For example I have a thing in my management system called "Product Management", this thing have following controllers attached:
CategoriesController =
Add/Delete/Edit categories.
ProductsController = Add/Delete/Edit
products in categories.
OrdersController = Add/Delete/Edit
orders from users.
Seems like a waste that I need to create 3 diffrent view folders for those controllers.. Would be much easier if I could create a folder under the "Views" named "Product Management" and then just create a sub folder for each controller...
I have created a simple webrequest script to return the HTML content of a remote site and everything works great on almost every site I tap. However, the site I want to utiilize this script on returns no content. It does return headers, but no content!! Does anyone know if AJAX or some other method could be utilized to block the use of webrequests?
View 3 RepliesIs there any HTML tag that will wrap my text without changing its style at all? I've tried <pre> but that makes it look weird. I need this because I'm trying to include Literal content within a System.Web.UI.ControlCollection.
View 1 RepliesI have to make a project on Contact Management System using Asp.NEt as platform & i was looking for a help in coding part.
View 2 Repliesi´m creating a webpage as a project to school. In this project i´m dynamically adding data to Placeholder (PH1). Is possible to send all the content from PH1 by using namespace System.Net.Mail?
View 2 RepliesI have to develop a web application (planning to do it with asp).The customer want to have the access to manage the website content without need to contact the developper for that easy task (adding text and pictures essentially based on user authentication).Is there any mean to do it rapidly ?
I have considered to use CMS (Sitefinity , DNN ..) to have the content managemnet capbility and to have the out of box modules , but I still fear the fact I will not have total control to see the all code done by the CMS. For exemple , you cannot (I am may be wrong ) add a .aspx form with a code behind in Sitefinity 4.0,
Is there any modules that could be used in .net (may be web parts : I am still reading about it) ?
I want to implement Knowledge Management System in SharePoint.
View 1 RepliesI want to control, configure and manipulate IIS 6.0 and later versions via ASP.Net web application using WMI and .Net.
Can i use a mix of Microsoft.Web.Management and System.DirectoryServices? Is there a difference between the two? Will System.DirectoryServices be supported for later versions of IIS. i.e IIS 7.0+ ? Where is the better of the two and why (considering the objective in line #01
We are looking for simple file management tool written in asp.net.
Requirements:
-folder manipulation (create/copy/move/delete)
-file manipulation (upload/download/copy/move/delete)
-user management (login/add/delete/edit/logout)
Is there something like this?
I like the look of SIteInifinity by Telerik as a content management system. Unfortunately it is not WCAG 2.0 compliant.Are there any third party CMS systems that are WCAG 2.0 complaint?
View 2 RepliesI am using SQL server 2008 . What i all want is to create a uses that can only see the ABCDatabase in Management studio onced login. And to achieve that:
1- I have created a new user.
2- Deny View all database right to that user.
3-Set that user as Owner of ABCDatabase
Now on login that user cannot see other databases but still able to see the system databases. How can i hide those system databases from that user?
I am a first time user of Microsoft Visual Web Developer. I am using it to create a Store and Inventory Management System. The app has four types of users - Administrator, Sales Person, Inventory Manager, Sales Manager. I have created four roles for the above user types and created folders under the root directory accessible only to each of these four roles. Now, an Admin should be able to create or delete the other three types of users. I have created a CreateAccount.aspx page under the admin folder using ASP.net Login controls. But in order to reach that page an user has already has to be logged in as Admin, so the CreateUserWizard control is not working. Could anyone tell me how to structure my app, so that the admin is able to add or remove other user accounts?
View 6 RepliesI am using this to store my user information for authentication. I'd like to know where this is actually being stored? I know that people suggest to store the Session state in SQL. Is this necessary for the Cache as well?
View 4 RepliesI'm using WMI in .NET to connect to remote machines in a web app. When I initialize the connection, the Management ConnectionOptions always require a username and password in text. I was wondering if there was a way for it to use the context of the current Windows user, eg via page.user.identity. If I leave the connectionoptions blank then it doesn't appear to default to anything - remains null. The reason is because I don't want the user to have to enter a logon/password - that's the whole point of Windows integrated security, right?
View 1 RepliesI want to update the User LoggedIn Status to 'False', when the system shut down by light problem, or when the user click the 'Browser Close Button'
View 8 RepliesI had to switch to
sessionState
mode="StateServer"
timeout="30"/>
[code]...
is there a way export the content of a datagrivied to a PDF i want to use this to validate if a user is authorized to sublmit new contenet and create events through the connect website or do i need to couple this with a forms authorization account to handle permissions
View 1 Replies