Subject: I can not access the web application from outside
Posted By: asmaa Post Date: 6/4/2008 3:14:06 AM
hi all,

please help me with this problem. I have developed a web application and published it on a server. this server is installed in my company and of course member of the intranet. the application prompts the client for his user name and password to check if he/she is available in the DB. there is no problem with this if the client is browsing the application by his/her PC in the company that is connected to the same network as the server. now the problem is some clients and not all of them when they try to browse the application from their home, they got the following server error  when they enter their user names and passwords "There is no row at position 0 "

Reply By: gbianchi Reply Date: 6/4/2008 6:48:45 AM
Hi there. Did you trace the error to a particular line of code? that's sounds like a custom error msg.

HTH

Gonzalo

===========================================================
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
===========================================================
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
===========================================================
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles/Classics-Week-I-Hate-You.aspx
===========================================================
Reply By: planoie Reply Date: 6/4/2008 8:59:50 AM
Can you clarify?

Is the login prompt coming from the browser or is your application prompting them?

If it's the former, then you probably have windows authentication turned on.  If the latter, then it shouldn't matter, they simply need a valid application login (i.e. a valid user in your user management data).

-Peter
compiledthoughts.com

Go to topic 71844

Return to index page 1