473,398 Members | 2,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

A good Login Script?

Hi,

I am currently trying to make a website that requires an account to use
so it can disply the data according to the account. I have ASP.NET 2.0
installed and working fine. However, it is not my server, I am having a
company host it. I know that you can use the "Login" control right in
VS2005, but it won't work unless the website is on localhost.

Where can I find a good place to get or find out how to make a login
control from scratch using ASP/VB script and a SQL server 2005
database?

Kiv

Jul 16 '06 #1
5 2431
"Kivak Wolf" <Li**********@gmail.comwrote in message
news:11*********************@75g2000cwc.googlegrou ps.com...
Where can I find a good place to get or find out how to make a login
control from scratch using ASP/VB script and a SQL server 2005
database?
Google - there are hundreds of examples...
Jul 16 '06 #2
Hello Kivak,

The ASP.NET 2.0 Login controls works on non-localhost websites fine. What
is your particular problem?
Thanks,
Shawn Wildermuth
Speaker, Author and C# MVP
Hi,

I am currently trying to make a website that requires an account to
use so it can disply the data according to the account. I have ASP.NET
2.0 installed and working fine. However, it is not my server, I am
having a company host it. I know that you can use the "Login" control
right in VS2005, but it won't work unless the website is on localhost.

Where can I find a good place to get or find out how to make a login
control from scratch using ASP/VB script and a SQL server 2005
database?

Kiv

Jul 16 '06 #3
When I put in the login control and click "Administer Website", an
error comes up that says:

'Error invoking Ad&minister Website'. Details:
The Web Site Administration Tool is only supported on localhost and
disk based web sites

Am I missing something?

Kivak

Shawn Wildermuth wrote:
Hello Kivak,

The ASP.NET 2.0 Login controls works on non-localhost websites fine. What
is your particular problem?
Thanks,
Shawn Wildermuth
Speaker, Author and C# MVP
Hi,

I am currently trying to make a website that requires an account to
use so it can disply the data according to the account. I have ASP.NET
2.0 installed and working fine. However, it is not my server, I am
having a company host it. I know that you can use the "Login" control
right in VS2005, but it won't work unless the website is on localhost.

Where can I find a good place to get or find out how to make a login
control from scratch using ASP/VB script and a SQL server 2005
database?

Kiv
Jul 16 '06 #4
Hello Kivak,

Ah, now I understand. The Administration Website stuff is only supported
on local systems, but the login/authentication stuff works fine. I tend to
run teh administration stuff remotely (e.g. on my laptop) with connection
strings pointing at the host's DB server. I am not sure I want the admin
site to stuff to work on the site's host. If you need admin stuff on the
hosts server, then you will need to use something different and google is
your friend there.
Thanks,
Shawn Wildermuth
Speaker, Author and C# MVP
http://adoguy.com
When I put in the login control and click "Administer Website", an
error comes up that says:

'Error invoking Ad&minister Website'. Details:
The Web Site Administration Tool is only supported on localhost and
disk based web sites
Am I missing something?

Kivak

Shawn Wildermuth wrote:
>Hello Kivak,

The ASP.NET 2.0 Login controls works on non-localhost websites fine.
What is your particular problem?

Thanks,
Shawn Wildermuth
Speaker, Author and C# MVP
>>Hi,

I am currently trying to make a website that requires an account to
use so it can disply the data according to the account. I have
ASP.NET 2.0 installed and working fine. However, it is not my
server, I am having a company host it. I know that you can use the
"Login" control right in VS2005, but it won't work unless the
website is on localhost.

Where can I find a good place to get or find out how to make a login
control from scratch using ASP/VB script and a SQL server 2005
database?

Kiv

Jul 16 '06 #5
I've looked for hours across google trying to find something that will
work. No one seems to have anything. Mostly their just talking about
the login controls and such. I'm going to keep digging through google,
but if anyone has any scripts they could post, that would be great. I
know I used to have a script that I used with ASP.NET 1.1 that would
work, but i no longer have it.

Basically what I have to use right now is a SQL 2005 database, ASP.NET
2.0, and VB.NET codebehind. I just can;t figure it out.


Shawn Wildermuth (C# MVP) wrote:
Hello Kivak,

Ah, now I understand. The Administration Website stuff is only supported
on local systems, but the login/authentication stuff works fine. I tend to
run teh administration stuff remotely (e.g. on my laptop) with connection
strings pointing at the host's DB server. I am not sure I want the admin
site to stuff to work on the site's host. If you need admin stuff on the
hosts server, then you will need to use something different and google is
your friend there.
Thanks,
Shawn Wildermuth
Speaker, Author and C# MVP
http://adoguy.com
When I put in the login control and click "Administer Website", an
error comes up that says:

'Error invoking Ad&minister Website'. Details:
The Web Site Administration Tool is only supported on localhost and
disk based web sites
Am I missing something?

Kivak

Shawn Wildermuth wrote:
Hello Kivak,

The ASP.NET 2.0 Login controls works on non-localhost websites fine.
What is your particular problem?

Thanks,
Shawn Wildermuth
Speaker, Author and C# MVP
Hi,

I am currently trying to make a website that requires an account to
use so it can disply the data according to the account. I have
ASP.NET 2.0 installed and working fine. However, it is not my
server, I am having a company host it. I know that you can use the
"Login" control right in VS2005, but it won't work unless the
website is on localhost.

Where can I find a good place to get or find out how to make a login
control from scratch using ASP/VB script and a SQL server 2005
database?

Kiv
Jul 17 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: koolyio | last post by:
Hey, could you please tell me what is wrong with my login script. I just started learning php. CODE: login.php <? session_start(); header("Cache-Control: private"); ?>
0
by: John Meyer | last post by:
index: <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.OleDb" %> <!DOCTYPE html PUBLIC...
1
by: pj | last post by:
I'm trying to redirect users to another page after they Authenticate with the ASP.NET login controls. The user is able to login, but I can't get the response.redirect to work. Can anyone help? ...
3
by: bull1099 | last post by:
I designed a simple site which has a login for users to access their account page. When i had my files uploaded on a terrible hosting service site, my website I designed was fully functional. I moved...
0
by: kang jia | last post by:
hi i am currently learning Django framework and i have to do a login page at the moment. i have used the code like following: from django.contrib.auth import authenticate, login def...
14
victorduwon
by: victorduwon | last post by:
Hi guys and gals, I am using javascript to autologin to my google analytics account via a hyperlink. This is what the text looks like this <?xml version="1.0" encoding="utf-8"?>...
3
by: satishknight | last post by:
Hi, Can some one tell me how to change the validation sequence for the code pasted below, actually what I want it when any one enters the wrong login information (already registered users) then it...
9
by: adweaver | last post by:
Hello All, I'm new to the world of php. I've just had a site designed for me by a company, and I'm now trying to manage and grow it, so it will suit my needs. The site was built in a folder...
21
by: tvnaidu | last post by:
This is the Java script I am using fo rlogin page, but cursor not pointing to login box, any idea how can I point cursor to login box when this page loaded?. here admin login take to control page and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.