Skip to content

sanky10/Agileapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://prodinner.aspnetawesome.com

requires: .net 4.5, asp.net mvc 5, VS2015, sql server
uses the Trial version of ASP.net MVC Awesome ( https://www.aspnetawesome.com)

------------
create the database by executing the db.sql script 

(open it in sql management studio, hit f5)
(you are going to get some errors like: "can not drop the database prodinner" or "only user processes can be killed" it's ok )
the script tries to kill all connections to prodinner, drop the db, and create it, after it inserts some data

------------

start the solution (ProDinner.sln)

edit the connection string from WebUI\web.config 

(if it's needed, probably you will need to change the Data Source, now it's .\sqlexpress, also username and password, now they are UID=sa;pwd=1)


****************
at this moment everything should work but you might get generic GDI+ error when trying to upload image, to get rid of this error do this:
go to properties of \WebUI\pictures folder and in security tab add full control rights for the IIS_IUSRS
(on Win7 and 2008 server it's properties-> security tab -> Edit button -> Add button -> Advanced button -> Find Now button -> select IIS_IUSRS from the search results -> OK button -> OK button -> Full Control checkbox -> OK -> OK )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published