473,412 Members | 2,072 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,412 software developers and data experts.

New ASP project Won't recognize my user name and password!

Hello,

I've set up VS2003 on my laptop which is running Win XP pro in a stand alone
situation, no domain or dc. When I try and "Create a blank solution", I use
the Laptop IP address since localhost returns an error. When it connects to
the web server (my laptop) it prompts me for a user name and password. I
enter my Windows password (since I'm the only user on the computer aside
from the administrator) and it returns an error "The user name and password
you entered is incorrect, or you do not have authorization to perform this
operation". If I use the Administrator user name and password, I get the
same message.

Any ideas?
Thanks!
Dec 14 '05 #1
6 1593
stop, you should fix the underlying problem. You should be able to connect
to localhost. What errors are you seeing there? eventvwr logs?

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"Jozef" <me@you.com> wrote in message news:7IYnf.203987$Io.53@clgrps13...
Hello,

I've set up VS2003 on my laptop which is running Win XP pro in a stand alone situation, no domain or dc. When I try and "Create a blank solution", I use the Laptop IP address since localhost returns an error. When it connects to the web server (my laptop) it prompts me for a user name and password. I
enter my Windows password (since I'm the only user on the computer aside
from the administrator) and it returns an error "The user name and password you entered is incorrect, or you do not have authorization to perform this
operation". If I use the Administrator user name and password, I get the
same message.

Any ideas?
Thanks!

Dec 14 '05 #2
Hi Alvin,

If I use local host to create a new solution, i get the error message
"Visual Studio .NET has detected that the specified Web server is not
running ASP.net version 1.1. You will be unable to run ASP.NET Web
applications or services". When I use the IP address it seems to work fine
until I hit the User Name and Password dialog.

FWIW I've never been able to use localhost on any Windows XP machine I've
used so I've just stayed away from it. Regarding the "not running 1.1"
error, I have gone and manually registered using aspnet_regiis.exe and have
actually run an ASP.NET project that is there already. This kind of thing
drives me nuts!! ;)

There are no errors in the EventViewer, nothing. The last application event
that occured was on the 9th, and that wasn't a warning or an error, just an
entry.

Any help or ideas would be greatly appreciated.

Thanks!
"Alvin Bruney - ASP.NET MVP" <www.lulu.com/owc> wrote in message
news:ur**************@TK2MSFTNGP11.phx.gbl...
stop, you should fix the underlying problem. You should be able to connect
to localhost. What errors are you seeing there? eventvwr logs?

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"Jozef" <me@you.com> wrote in message news:7IYnf.203987$Io.53@clgrps13...
Hello,

I've set up VS2003 on my laptop which is running Win XP pro in a stand

alone
situation, no domain or dc. When I try and "Create a blank solution", I

use
the Laptop IP address since localhost returns an error. When it connects

to
the web server (my laptop) it prompts me for a user name and password. I
enter my Windows password (since I'm the only user on the computer aside
from the administrator) and it returns an error "The user name and

password
you entered is incorrect, or you do not have authorization to perform
this
operation". If I use the Administrator user name and password, I get the
same message.

Any ideas?
Thanks!


Dec 14 '05 #3
Alright, I managed to get around the password thing by using user ASPNET
wtih no password. *phew!* still a little perplexed, but it's working at
least.

"Alvin Bruney - ASP.NET MVP" <www.lulu.com/owc> wrote in message
news:ur**************@TK2MSFTNGP11.phx.gbl...
stop, you should fix the underlying problem. You should be able to connect
to localhost. What errors are you seeing there? eventvwr logs?

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"Jozef" <me@you.com> wrote in message news:7IYnf.203987$Io.53@clgrps13...
Hello,

I've set up VS2003 on my laptop which is running Win XP pro in a stand

alone
situation, no domain or dc. When I try and "Create a blank solution", I

use
the Laptop IP address since localhost returns an error. When it connects

to
the web server (my laptop) it prompts me for a user name and password. I
enter my Windows password (since I'm the only user on the computer aside
from the administrator) and it returns an error "The user name and

password
you entered is incorrect, or you do not have authorization to perform
this
operation". If I use the Administrator user name and password, I get the
same message.

Any ideas?
Thanks!


Dec 14 '05 #4
ARGH!!!! Now when I try to debug and run a simple page (nothing fancy, just
the first page with one label on it) I get an error stating that it "can't
find the URL http://MyIPAddress/MyFolder/MyProject.vbproj. Please check
your typing" (I've tried a few variations, even removing the folder) Even
through the project had already be saved once (initially) and I can navigate
through the file system, it won't let me save it as a normal file, I have to
save it as http://etc.

I have a web server, Windows 2000 that I'd rather use as a project location,
but I don't want my laptop to join the domain and can't seem to get that to
work either. Would it be better to continue to try and resolve the issue
with connecting to the local machine or try and resolve connecting to the
server?


"Alvin Bruney - ASP.NET MVP" <www.lulu.com/owc> wrote in message
news:ur**************@TK2MSFTNGP11.phx.gbl...
stop, you should fix the underlying problem. You should be able to connect
to localhost. What errors are you seeing there? eventvwr logs?

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"Jozef" <me@you.com> wrote in message news:7IYnf.203987$Io.53@clgrps13...
Hello,

I've set up VS2003 on my laptop which is running Win XP pro in a stand

alone
situation, no domain or dc. When I try and "Create a blank solution", I

use
the Laptop IP address since localhost returns an error. When it connects

to
the web server (my laptop) it prompts me for a user name and password. I
enter my Windows password (since I'm the only user on the computer aside
from the administrator) and it returns an error "The user name and

password
you entered is incorrect, or you do not have authorization to perform
this
operation". If I use the Administrator user name and password, I get the
same message.

Any ideas?
Thanks!


Dec 14 '05 #5
More info....

When I try and ping localhost, it returns the loopback (127.0.0.1). That
doesn't sound quite normal to me. ;)
"Alvin Bruney - ASP.NET MVP" <www.lulu.com/owc> wrote in message
news:ur**************@TK2MSFTNGP11.phx.gbl...
stop, you should fix the underlying problem. You should be able to connect
to localhost. What errors are you seeing there? eventvwr logs?

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"Jozef" <me@you.com> wrote in message news:7IYnf.203987$Io.53@clgrps13...
Hello,

I've set up VS2003 on my laptop which is running Win XP pro in a stand

alone
situation, no domain or dc. When I try and "Create a blank solution", I

use
the Laptop IP address since localhost returns an error. When it connects

to
the web server (my laptop) it prompts me for a user name and password. I
enter my Windows password (since I'm the only user on the computer aside
from the administrator) and it returns an error "The user name and

password
you entered is incorrect, or you do not have authorization to perform
this
operation". If I use the Administrator user name and password, I get the
same message.

Any ideas?
Thanks!


Dec 15 '05 #6
it's normal. May i suggest a complete re-install. I think you already knew
that and was hoping to avoid it.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"Jozef" <me@you.com> wrote in message news:oH4of.204126$Io.77459@clgrps13...
More info....

When I try and ping localhost, it returns the loopback (127.0.0.1). That
doesn't sound quite normal to me. ;)
"Alvin Bruney - ASP.NET MVP" <www.lulu.com/owc> wrote in message
news:ur**************@TK2MSFTNGP11.phx.gbl...
stop, you should fix the underlying problem. You should be able to connect
to localhost. What errors are you seeing there? eventvwr logs?

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"Jozef" <me@you.com> wrote in message news:7IYnf.203987$Io.53@clgrps13...
Hello,

I've set up VS2003 on my laptop which is running Win XP pro in a stand

alone
situation, no domain or dc. When I try and "Create a blank solution", I use
the Laptop IP address since localhost returns an error. When it
connects to
the web server (my laptop) it prompts me for a user name and password.

I enter my Windows password (since I'm the only user on the computer aside from the administrator) and it returns an error "The user name and

password
you entered is incorrect, or you do not have authorization to perform
this
operation". If I use the Administrator user name and password, I get the same message.

Any ideas?
Thanks!



Dec 15 '05 #7

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

Similar topics

6
by: HH | last post by:
I'm learning to design web applications with php, mysql, and apache from a book. I copied a sample application called guestbook 2000 that came with the CD in the book to my htdocs folder, but...
4
by: Mads Jacobsen | last post by:
Hi, I'm using VS.NET and I'm trying to use a c++ class in a c# project. How can I use the c++ class - the code-completion doesn't 'read' the functions and properties and won't even recognize...
3
by: Johnny | last post by:
Hi, I have created an ASP.NET application (let's call it FooBar) with VS.NET on my local machine, residing in http://localhost/FooBar. Deploying it to another folder on my machine works well...
4
by: Jozef | last post by:
Hello, I'm doing the lessons out of a Sams ASP.net book and have copied the following verbatim, out of the book (without the beginning and ending quotes); "'<%@ Page Language="vb"%>...
9
by: David Veeneman | last post by:
I'm just getting started with ASP.NET, using VS 2005. As an exercise, I opened the root web site in VS 2005 and created a simple welcome page. I saved the page as Default.aspx and made sure that...
1
by: Dartish | last post by:
Hi all, Thanks in advance for the help I have a DLL that which has several functions that I can call in Excel. I am thinking of how to call these functions in a .net project (authored in C#)....
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
1
by: Brad Isaacs | last post by:
I am working with ASP.NET 2.0 and using an SQL Server 2000 database. I am using Visual Studio 2005 and developing on my Local machine. I am working with Login controls ASP.Configuration, I...
1
by: jerrydigital | last post by:
Hello, I am having trouble getting unique user information on my account page. Currently, once the user logs in, it will only display "Welcome...(then the same name pops up no matter who logs in)"....
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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
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
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.