473,653 Members | 3,000 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2438
"Kivak Wolf" <Li**********@g mail.comwrote in message
news:11******** *************@7 5g2000cwc.googl egroups.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
2862
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
1133
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 "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server">
1
6428
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? My code is below. Thanks, pj mcdba, mcp
3
2082
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 my site to this newsit.es host service because it is ten times better but my login script wont work anymore. I believe it has to do with the settings not allowing sessions. Does this sound right? I tried hundreds of times and it kept sending me...
0
2391
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 my_view(request): username = request.POST password = request.POST
14
8622
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"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
3
6217
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 has to tell then them its wrong information but currently it takes then to a next page and then tells them its incorrect information. This is tedious as every time they enter wrong they will be redirected to a different page and then they have to...
9
7519
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 called mysite.com/test. I coppied this folder a number of times, so I now have mysite.com/test2, mysite.com/test3 etc. Each folder acts as its own landing page. they setup an interface where we can control the upsells presented to the customer;...
21
3851
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 user login take to status page, if I give direct path without goto login, both pages display, can I add a check if user didn't login, then redirect to login page for both control.htm and status.htm, let me know. thanks in advance. <script...
0
8811
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8704
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8470
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8590
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6160
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4147
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4291
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2707
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1591
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.