Authentication..problem..

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi..

Curently i develop a web application (aspx) using C# at local...but the db
mysql is still at my DB server. The application run just fine at local...but
when i tranfer all the file into my web server..the problem occur..(i just
simply copy and paste the folder of my files into wwwroot folder) at
<authentication mode="Windows" /> on web configuration file. I try to see
the Directory security at the Anonymous access and authentication control but
the check box has been tick...

What else it could be??

Thanks in advance...
 
are your MySql permissions restricted to a certain machine, or open to
to all machines?
 
It is open to all..i just test it to connect it through mysql admin..using
the same username and password that i create at the web server...success..
 
Sorry then, I am probably not understanding your problem. Are you
getting an error connecting to MySql, or are you getting an error
loading the html on your site? What is the error message that you are
seeing? What server version are you running?
 
Sorry John for late respond..

ok the setting at my web server and application connection to Mysql db is
ok...but the IIS delay... that's all...after several moment i can broswe the
page..

thanks John...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top