You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,15 +19,16 @@ and more customisable. It is built using the standard ASP.NET ReportViewer compo
19
19
Compatibility
20
20
-------------
21
21
22
-
CrissCross is designed to connect to SQL 2008 SSRS. But it may also work with SQL 2005 SSRS and SQL 2008 R2 SSRS.
23
-
(if you find out, let me know).
24
-
It is written in ASP.NET 3.5 and can run on most recent versions of IIS and hence most Windows Servers.
22
+
The latest version of CrissCross is designed to connect to SQL 2014 SSRS.
23
+
It should also work with older (and possibly newer) versions of SSRS with little or no adjustment.
24
+
25
+
It is written in ASP.NET 4.5 and can run on most recent versions of IIS and hence most Windows Servers.
26
+
Works with all the main browsers.
25
27
26
28
This Version
27
29
------------
28
30
29
-
This is an Alpha version of the software - most of the core features are working and stable, but there are some
30
-
features that have not been developed yet (see documentation at codeplex site)
31
+
Current version is a Beta version of the software - most of the core features are working and stable, but there may be occasional bugs (see documentation). It is however being used in production in at least two sites that I know of.
31
32
32
33
Getting Started
33
34
---------------
@@ -39,14 +40,12 @@ CrissCross is designed to work with a minimum of configuration - basically you j
39
40
server is and then off it goes. However there is additional optional configuration that can be peformed to
40
41
control how it behaves.
41
42
42
-
1a) If you are building from source, open the solution in VS2008 and build.
43
-
Then publish the CrissCross Web App project to a temp folder from where you can deploy it.
44
-
- choose a folder to publish to
45
-
- choose 'Only files needed to run this application'
46
-
- check the 'Include files from the App_Data folder' box.
43
+
1a) If you are building from source, open the solution in Visual Studio and build.
44
+
Then publish the CrissCross Web App project to a temp folder from where you can deploy it.
45
+
- there is a Publishing Profile defined within the project that publishes to a folder
46
+
- or create your own profile to publish to a folder (or maybe straight to an IIS virtual folder)
47
47
48
-
1b) If you downloaded the zipped codeplex download, there is already a built/published version
49
-
in the 'PublishedWebApp' folder
48
+
1b) If you downloaded the 'PublishedWebApp' zip from github releases, it is already built/published. See below for details of copying it to IIS
50
49
51
50
2) Find an IIS server and create a CrissCross Virtual Directory on it.
52
51
If you use the IIS server on your SSRS server you've got more chance of getting impersonation working (see below)
@@ -55,12 +54,12 @@ but apart from that, any IIS server will do.
55
54
3) Copy the published CrissCross web app into your virtual directory
56
55
57
56
4) Make sure Windows Authentication is available.
58
-
On IIS 6 its always an option, but in IIS 7 you might have to install it as an extra windows feature
57
+
In IIS 7 or later you might have to install it as an extra windows feature
0 commit comments