2004-04-18, 05:51 PM
What do I need to know to give it a try? I have a simple 'hello world' app that should work.
-CodeMonkey
2004-04-18, 05:51 PM
What do I need to know to give it a try? I have a simple 'hello world' app that should work.
-CodeMonkey
2004-04-18, 05:54 PM
If its enabled, you can visit http://localhost:7647/gbpvr/index.html. File become automatically available if you place them in the c:\program files\devnz\gbpvr\web directory.
2004-04-18, 05:58 PM
While the webserver functionality is in place, I add some APIs for querying channels and programmes. It might be worth planning out what sort API calls you'd like, what parameters they'd take, and what they'd return. Let me know and I'll add them. This is probably better in the long run than accessing the database.
You can certainly start design pages etc, even if the data is just mocked up for now.
2004-04-18, 06:01 PM
For those want to know how to use Apache as your server, I suggest you read the following on proxy pass http://www.codeproject.com/aspnet/cassin...he_101.asp
2004-04-18, 06:02 PM
Do you want executable (.NET .exe files as opposed to .html) files in the same place, or in something like a cgi directory?
Or maybe in plugins/web makes sense in my case.
-CodeMonkey
2004-04-18, 06:07 PM
I'd prefer using .aspx and any classes you'd like to use as .DLL file in c:\program files\devnz\gbpvr\web\bin.
2004-04-18, 06:19 PM
I was just going to do a C# .NET app and start it from html. Not OK?
-CodeMonkey
2004-04-18, 06:22 PM
No, preferrably use .aspx file and classes in DLLs. Running CGI executables is prehistoric - sorry.
2004-04-19, 04:15 PM
Basically aspx is just C# (in our case) wrapped in HTML. So OK, I have no problem with that
-CodeMonkey
|
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Determine Server Tuner/Recorder Status from Console App | 27InchSony | 13 | 7,770 |
2016-12-21, 05:03 AM Last Post: mvallevand |
|
Looking for C# UPnP Media Server code | bgowland | 5 | 7,277 |
2016-12-16, 08:25 PM Last Post: mvallevand |
|
Client/server detection | imilne | 1 | 1,544 |
2010-08-08, 04:23 PM Last Post: sub |
|
Windows Media Connect - Storing stuff on a Home Server | psycik | 3 | 2,486 |
2009-09-29, 03:47 AM Last Post: mvallevand |
|
XRecord - client/server mode? | madcat | 7 | 2,924 |
2007-02-23, 04:48 AM Last Post: sub |
|
Database in Client/Server-Setup | alibert | 0 | 989 |
2007-01-15, 02:00 PM Last Post: alibert |
|
How to use MSDE(SQL Server) as GBPVR Database | KingArgyle | 143 | 38,074 |
2006-06-22, 12:32 PM Last Post: Spartan |