Having lots of Web login problems - who can help

I am a long term Notes client developer, but relatively new to web. Can I get some basic help please.

I have a very simple URL that should prompt for password, then take me to the target - it looks like this http://isr-lotus6:8080/refreg.nsf/sched1?login

This brings up the login page OK, but every time I put in my credentials, I end up in an old dev database that has nothing to do with my target. Basic question - why can’t I come back to my place after logging in? Looking at the Web log, it tells me Translated URI: C:/Lotus/Domino/Data/domreg.nsf

, and that’s the junk database i DON’T want to come to.

Any help gratefully aknowledged.

Subject: having lots of Web login problems - who can help

Do a search for the following in the designer help:URL commands for required authentication

It should give the proper syntax to login, or at least a few things to try. I’m wondering if you need to tack on “?OpenDatabase&login”.

Otherwise what’s the default level on the db? Are anonymous users allowed? If so maybe try disabling the anonymous access and see if you can log into the database with just http://isr-lotus6:8080/refreg.nsf

Subject: RE: having lots of Web login problems - who can help

Thanks for the response (are you the Willie W Wong that they named the internet after ??)

I understand most of what the book tells us, but it’s not working. The login request happens, but afterwards, it’s not taking me where I want to go, and I can’t figure out why - book says it should.

Anyway, thanks for trying.