i attempting deploy simple lightswitch application (html not windows app) in vs 2013. have selected not have authentication make testing easier.
the iis server , database server on different machines. have followed steps here server setup.
however, when go website after publishing, error:
you not have permission view directory or page. i went iis server , made sure windows authentication enabled on application sent over. after reading ms article on 401 error, recommended unchecking kernel mode authentication. prompted username/password request, did not work.
what doing wrong here? assumed having no authentication setup in deployment make website open on our network. not case?
found problem(s) one.
problem #1 when downloaded / installed microsoft's web platform installer on iis server, lightswitch application working on , several other seemingly random websites/apps in iis had authentication settings disabled every authentication type (anon, basic, windows, forms, etc.). had go , enable windows authenication on several websites. did not expect that...
problem #2 html client folder not loaded on machine reason. removed lightswitch app iis , deleted folder. created package install in vs2013 , copied zip file on iis server. flawless install after that... 1 thing watch change default setting in iis 'default.htm' 'default.aspx'.
Comments
Post a Comment