Click here to Skip to main content
15,894,896 members
Articles / Web Development / ASP.NET

An Introduction to Disqus (Pluggable Commenting System) with ASP.NET MVC 3

Rate me:
Please Sign up or sign in to vote.
4.79/5 (10 votes)
31 Jul 2013CPOL11 min read 51.4K   1.5K   28  
This article discusses ways by which you could utilize Disqus in your web applications.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisqusTutorial", "DisqusTutorial\DisqusTutorial.csproj", "{EBA683CA-731A-41F8-9744-B85DB51ADD53}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C25384F-6E44-452D-BA1C-78A4000FC758}"
	ProjectSection(SolutionItems) = preProject
		.gitignore = .gitignore
		README.md = README.md
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{EBA683CA-731A-41F8-9744-B85DB51ADD53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EBA683CA-731A-41F8-9744-B85DB51ADD53}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EBA683CA-731A-41F8-9744-B85DB51ADD53}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EBA683CA-731A-41F8-9744-B85DB51ADD53}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Just another passionate software developer!

Some of the contributions to the open source world - a blog engine written in MVC 4 - sBlog.Net. Check it out here. For the codeproject article regarding sBlog.Net click here!

(Figuring out this section!)

Comments and Discussions