I have everything set up but on the local server that IIS is running on im getting a page saying that im not allowed to see contents of the server, and on all my remote machines its saying error 403 forbidden. Anyone able to help?
@charlas I followed your tutorial and as you stated at the bottom, chrome says there is an error with database.plex.aspx. I literally know nothing of SQL. I checked the connection string and I have no idea where to put the UserID thing as I changed it and it kept crashing until i put the integrated security back in again. I went into the config manager and enabled TCP for the SQL server but it still gives me an error.
@random.server is it normal for IIS not to navigate to the Index.aspx automatically? If i just navigate to the IP address of the machine im running this on it just loads a 403 error saying i dont have permissions to view contents. So i then have to manually add /index.aspx on the end. Which then ends up on chrome’s F12 menu to give me an error 500 in database.plex.aspx.
EDIT: I thought i’d add a screenshot of Chrome’s error https://puu.sh/sCV6P/5ba159cf59.png
Can you screenshot the page?
@random.server said:
Can you screenshot the page?
Okay, so oddly enough, i havent turned on the VM running this in a few days and now its redirecting straight to the correct page? So thats fixed.
What i still have an issue with though is this https://puu.sh/sG01d/5e3a453e5c.png
Im a noob with SQL so im not sure if my connection string is correct.
The PlexSentry.exe is working, just not the webpage https://puu.sh/sG04l/517baef8af.png
Hello
I have jus downloaded the file with hopes to get the 2016 update but all files inside are from DEC 2015
can someone point me to the 20160511 file
Thnks!
Got back end working but get this error on 2 sessions

Front end i just get Query has failed
I have tried different ways of setting up connectionString but they all seem to fail
Using SQLExpress with SQL Server 2016
Plexsentry.exe.config i have this set :
and in web.config
name=“PlexSentry”
connectionString="connectionString="Data Source=SERVER\SQLExpress;Initial Catalog=PlexSentry;Integrated
Security=True;" providerName=“System.Data.SqlClient”
which is obviously wrong because i get this in chrome
Anyone point me in the right direction with this
Thanks
@random.server
managed to get backend working (can’t be bothered with frontend). this is awesome! thank you for your hard work!
edit: i’ve doing some testing with a chromecast, an iphone and a wifi-only android tablet logged in as me and an android smartphone that uses an alternative plex account. using the default user table values, it looks like everything but the chromecast either stutters (iphone only) or stops (plex displays connection lost message). only difference i can see is that the chrome cast is ‘direct play’-ing.
edit2: reread the thread. deciding to go check out plexpy.
