Hi All,

Iam New to ASP and i have a problem.

we had an ASP and SQL Server Project in which the login page is the default page. This application has been installed in several computers.

Now the problem is I need to develop an application which checks whether the user is able to login or not but the Login page should not be appeared.

If I select 10 clients and run Check it must check whether the user is able to login to the application .

Can anyone please help me and give the details of how this can be acheived.

Why do you need the login page to not show?

Commonly a login page just sits there, and anyone with a login and PW can get access.

But obviously you need smth to validate to determine whether or not to show smth. You could validate on the IP address of the request, but that would mean access would only be possible from certain networks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.