• There is a way to run .net project on the internet?
    8 replies, posted
Like my question, If there is a way to run .net project direct from the internet. I had the program Tegoweb but it's not working anymore.
While there are a number of .NET based web scripting language solutions, I'm not sure that that's what you'd want to do. I think you would like to however have a simple PHP script that takes input and manages the database. That way the client and us would only see the output. For example, have your client connect to yoursite.tld/login.php?username=hello&password=world , then have the PHP script confirm or deny access based on the input by simplying outputting "YES" on successful logins or "NO". Only your PHP script will know how to access the database, but clients won't.
There is nothing like tegoweb ?
ASP.net?
Silverlight.
[QUOTE=Jookia;31348970]While there are a number of .NET based web scripting language solutions, I'm not sure that that's what you'd want to do. I think you would like to however have a simple PHP script that takes input and manages the database. That way the client and us would only see the output. For example, have your client connect to yoursite.tld/login.php?username=hello&password=world , then have the PHP script confirm or deny access based on the input by simplying outputting "YES" on successful logins or "NO". Only your PHP script will know how to access the database, but clients won't.[/QUOTE] What a poor solution. This is véry easy to get around. Silverlight may be your best bet.
[QUOTE=Kirth;31368847]What a poor solution. This is véry easy to get around. Silverlight may be your best bet.[/QUOTE] We need a bad reading rating back bad.
[QUOTE=Kirth;31368847]What a poor solution. This is véry easy to get around.[/QUOTE] Is it.
[QUOTE=Map in a box;31368952]We need a bad reading rating back bad.[/QUOTE] Late works fine
Sorry, you need to Log In to post a reply to this thread.