Home / 1.0
Name Modified Size InfoDownloads / Week
Parent folder
ReadMe.txt 2011-10-20 2.5 kB
ExpenseLogger v1.0.zip 2011-10-20 5.3 MB
Totals: 2 Items   5.3 MB 0
PRODUCT RELEASE INFORMATION
-----------------------------------------------------
PRODUCT NAME    : ExpenseLogger
PRODUCT VERSION : 1.0
BUILD DATE      : 22 Sep 2011
COMMENT         : First public release for the system
------------------------------------------------------

Manifest -
    Recent Changes
    System Requirements
    Installation Procedure

Recent Changes -
    Fixes a lot of issues in the beta2 build.
    Minor functionality updates

Requirements -

    IIS Web server 7.0 and above
    Microsoft SQL Server (atleast SQL Express edition)
    .NET Framework 4.0
    ASP.NET MVC 2

Installation Procedure -

1. Unzip the archive and copy the "ExpenseLogger" directory to the IIS web directory. This is normally "C:\inetpub\www" unless you manually changed it after installation
2. Open IIS Manager normally located under "Control Panel => Administrative Tools => IIS Manager"
3. Expand the Sites node and then expand the "Default Web Site" node.
4. You should be able to see "ExpenseLogger" in the listing. Right click on it and select "Convert to Application"
5. In the pop up, normally the Application Pool selected would be "DefaultAppPool". Change that to "ASP.NET v4.0" by clicking on "Select" and then selecting the correct option. Make sure that you select "ASP.NET v4.0" and NOT "ASP.NET v4.0 Classic". Alternatively you can go to "Application Pools" which is the first node under the web server and change the .NET framework version for "DefaultAppPool" to ASP.NET v4.0 and set "Managed Pipeline Mode" to "Integrated".
6. Now open the "castle.xml" file under the "ExpenseLogger" folder. Locate the "File Emailer" section and comment it out. Scroll down to the "Gmail Emailer" section and uncomment the lines under that section. Next enter your username and password for GMail in the sections provided. Lastly in the node enter the absolute path to the location of the email templates. This is the absolute path for the "etc/templates" folder under the "ExpenseLogger" directory.
7. So if you are doing a default location deploy, this path would nomally look like "C:\inetpub\www\ExpenseLogger\etc\templates"

That is it. All the hard part is over !

You can now access your application at this url "http://localhost/ExpenseLogger" .

On your first run, you will have to setup your database and the system will take you through a setup procedure. Once that is done, your application will be officially ONLINE.

Feel free to contact me if anything goes wrong on - monemihir@gmail.com 
Source: ReadMe.txt, updated 2011-10-20