Questions tagged [sageframe]

SageFrame is a powerful Content Management System (CMS) built on top of ASP.NET

Tag questions with sageframe if you have problems with any of these features:

  • Modular architecture. On demand module integration and selection.
  • Highly customizable design. Layout design in SageFrame is XML based.
  • User friendly as well as developer friendly URL management.

Questions in context of other features should go on superuser

SageFrame project on GitHub

5 questions
3
votes
2 answers

How to change .net framework version for sageframe?

I have windows 8.1 with Visual Studio 2013. While I build projects it generates error indicating, Warning 2 The primary reference "D:\SageDemo3.5\SageFrame.Common\bin\Debug\SageFrame.Common.dll" could not be resolved because it was built against…
2
votes
2 answers

Configuration file error while hosting Sageframe website in IIS

I have downloaded SageFrameV2.1 and try to host the site in my local IIS Server. Soon, I came up with a problem while browsing the site. HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related…
Jeetendra
  • 205
  • 3
  • 18
1
vote
2 answers

how to create a new webservice (.asmx) in sage framework 3.6

In my scenario, I was implementing the sage framework 3.6 and I am trying to add a new web service (.asmx) in modules folder but when I am trying to add a new web service(.asmx) is not available in visual studio 2013. How to fix this issue? Thanks…
johnkhadka
  • 41
  • 7
0
votes
1 answer

Want to know about split() in store procedure

DECLARE @timeRange as varchar(max) SET @timeRange= '00:30-01:00**00:20-01:00' DECLARE @tblTime TABLE(RowNum int identity(1,1),TimeRange ntext) INSERT INTO @tblTime SELECT rtrim(ltrim(items)) from split(@timeRange,'**') select *from @tblTime The…
mesimplybj
  • 639
  • 1
  • 5
  • 28
-1
votes
1 answer

Issues when installing AspxCommerce onto GoDaddy Servers

I have been up all night trying to figure it out and when I try and install AspxCommerce onto my GoDaddy server. I have ran across multiple issues when trying to install this, all of the answers have been found after long research although for This…
ZZZZtop
  • 457
  • 1
  • 5
  • 19