I'm using wampserver. And I let my friends test the site that I made, by putting it online and giving them the ip address of my computer. The site makes use of a database. They were able to log in. But they cannot insert records on the database. There was no error but they said that it was very slow. Is there any way to optimize this one? Does my download speed of 45kb/s affect the speed of how they access the site? Is it really possible to pull of insert queries or other queries that modifies the database even if what I'm using is just an ordinary pc and not a full blown server?
user28233's questions
I'm trying the free service of dyndns, so that I could just give the others the domain name that I created and not my ip address whenever I want them to see the webpage that I have done. I do not use any router in my home. And I'm accessing the domain address that I've created through dyndns perfectly, but when I tried giving the address to someone that is outside the home network. They cannot access it. Do I need to setup something else on the os or the firewall so that they could access my site? Cause I believe that whenever you install wampserver, it already adds rules to the windows firewall so that everybody could access it.
What do I configure in wampserver so that I could access phpmyadmin from other computer in the same network.
And how do I access it from the browser?
I've installed IIS on Windows 7(Ultimate) by going to control panel>add/remove features/ then checking the IIS. alt text http://dl.dropbox.com/u/6863746/pics/APSNET.png How do I access something like a preference editor like in wamp server. In wamp server I go to http://localhost/phpmyadmin. And accessing the pages I made in http://localhost/pages/ What about in IIS? How do I access something like phpmyadmin. And how do I access the webpages that I made. This is only for educational purposes. And I do not need a site to be accessible on the net.
And I already have something like this:alt text http://dl.dropbox.com/u/6863746/pics/IIS.png
And I see this whenever I try to access a page: alt text http://dl.dropbox.com/u/6863746/pics/IISError.png
What do I do with it. Please help,thanks
I have a vb.net program that uses mysql as its database. And it works when the computer has wampservr installed. But the program gets an unhandled exception error when the computer where its running does not have a wampserver. The only thing that is installed in it is the mysql connector net. How do I make it work. I just want the two programs to access the same mysql database. I already opened port 20 by configuring firewall. Both in TCP and UDP. What do I do? Do I have to tweak the codes? Anyone in here who have tried this before?
I'm trying to connect mysql with vb.net, I've already downloaded the mysql connector-net. And installed it. But I don't know what is the port number , server address of mysql. Its needed in the connection string. Please help,
Server=myServerAddress;Port=1234;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;
trying to connect ms sql to vb.net, but I don't know how to determine server address, initial catalog and the user ID
Please help
I'm just a beginner and I want to know how to create a server in MS SQL 2005 because I want to use MS SQL as my database for a vb.net database program.
I'm only using a single desktop computer. What would you recommend? This will only be used as a database for a vb.net program.
I have just downloaded SQL Server 2005 express edition from here:
To be used as a database for a vb.net program.
But I'm confused in using sql server. I do not know where to start from here:
http://screencast.com/t/ZTdiMDU5
Do I have to create the database in vb.net?-->
http://screencast.com/t/ZjRlYjkx
If not, where could I create the ms sql database? I'm a beginner and I want to learn.
Please help.
Do you have any tutorials there that could help a beginner like me.