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

ASPNET

Ken
Hi,

I get the following message:

"Visual Studio can not create or open the application because the web server
is not running. Please start the web server."

The web server is running. I suspect that the problem is with the ASPNET. I
am not sure how to fix it. I try to look at the account under users and I do
not see it. If I try to create it, it tells me it is already there.

Can someone please help?

Thanks, Ken

Nov 19 '05 #1
7 1068
To get the IIS server running, go to "Start Menu",
then "run", write "iisreset" ( without the quotes ), and hit enter.

If there's a problem with IIS, you'll get an error message.

btw, you *did* install IIS before you installed VS.NET, right ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Ken" <Ke*@discussions.microsoft.com> wrote in message
news:D2**********************************@microsof t.com...
Hi,

I get the following message:

"Visual Studio can not create or open the application because the web server
is not running. Please start the web server."

The web server is running. I suspect that the problem is with the ASPNET. I
am not sure how to fix it. I try to look at the account under users and I do
not see it. If I try to create it, it tells me it is already there.

Can someone please help?

Thanks, Ken

Nov 19 '05 #2
Ken
IIS is running. I said that in my initial post. :-) Yes, I think the error
message I am getting from VS.NET is bogus.

Ken

"Juan T. Llibre" wrote:
To get the IIS server running, go to "Start Menu",
then "run", write "iisreset" ( without the quotes ), and hit enter.

If there's a problem with IIS, you'll get an error message.

btw, you *did* install IIS before you installed VS.NET, right ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Ken" <Ke*@discussions.microsoft.com> wrote in message
news:D2**********************************@microsof t.com...
Hi,

I get the following message:

"Visual Studio can not create or open the application because the web server
is not running. Please start the web server."

The web server is running. I suspect that the problem is with the ASPNET. I
am not sure how to fix it. I try to look at the account under users and I do
not see it. If I try to create it, it tells me it is already there.

Can someone please help?

Thanks, Ken


Nov 19 '05 #3
Try running aspnet_regiis -i ( from the .net framework directory )

If that doesn't fix the problem, uninstall and reinstall VS.NET.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Ken" <Ke*@discussions.microsoft.com> wrote in message
news:FA**********************************@microsof t.com...
IIS is running. I said that in my initial post. :-) Yes, I think the error
message I am getting from VS.NET is bogus.

Ken "Juan T. Llibre" wrote:
To get the IIS server running, go to "Start Menu",
then "run", write "iisreset" ( without the quotes ), and hit enter.

If there's a problem with IIS, you'll get an error message.

btw, you *did* install IIS before you installed VS.NET, right ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Ken" <Ke*@discussions.microsoft.com> wrote in message
news:D2**********************************@microsof t.com...
> Hi,
>
> I get the following message:
>
> "Visual Studio can not create or open the application because the web server
> is not running. Please start the web server."
>
> The web server is running. I suspect that the problem is with the ASPNET. I
> am not sure how to fix it. I try to look at the account under users and I do
> not see it. If I try to create it, it tells me it is already there.
>
> Can someone please help?
>
> Thanks, Ken

Nov 19 '05 #4
Ken
That didn't fix the problem. :-( I already reinstalled VS.NET, but that
didn't work either. I can try again, now taht I know about the aspnet_regiis
program, but I am not sure it will make a difference.
"Juan T. Llibre" wrote:
Try running aspnet_regiis -i ( from the .net framework directory )

If that doesn't fix the problem, uninstall and reinstall VS.NET.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Ken" <Ke*@discussions.microsoft.com> wrote in message
news:FA**********************************@microsof t.com...
IIS is running. I said that in my initial post. :-) Yes, I think the error
message I am getting from VS.NET is bogus.

Ken

"Juan T. Llibre" wrote:
To get the IIS server running, go to "Start Menu",
then "run", write "iisreset" ( without the quotes ), and hit enter.

If there's a problem with IIS, you'll get an error message.

btw, you *did* install IIS before you installed VS.NET, right ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Ken" <Ke*@discussions.microsoft.com> wrote in message
news:D2**********************************@microsof t.com...
> Hi,
>
> I get the following message:
>
> "Visual Studio can not create or open the application because the web server
> is not running. Please start the web server."
>
> The web server is running. I suspect that the problem is with the ASPNET. I
> am not sure how to fix it. I try to look at the account under users and I do
> not see it. If I try to create it, it tells me it is already there.
>
> Can someone please help?
>
> Thanks, Ken


Nov 19 '05 #5
re:
I can try again, now that I know about the aspnet_regiis
program, but I am not sure it will make a difference.
We'll know if it made a difference after you run it.

;-)

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Ken" <Ke*@discussions.microsoft.com> wrote in message
news:8C**********************************@microsof t.com... That didn't fix the problem. :-( I already reinstalled VS.NET, but that
didn't work either. I can try again, now taht I know about the aspnet_regiis
program, but I am not sure it will make a difference.
"Juan T. Llibre" wrote:
Try running aspnet_regiis -i ( from the .net framework directory )

If that doesn't fix the problem, uninstall and reinstall VS.NET.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Ken" <Ke*@discussions.microsoft.com> wrote in message
news:FA**********************************@microsof t.com...
> IIS is running. I said that in my initial post. :-) Yes, I think the error
> message I am getting from VS.NET is bogus.
>
> Ken

> "Juan T. Llibre" wrote:
>
>> To get the IIS server running, go to "Start Menu",
>> then "run", write "iisreset" ( without the quotes ), and hit enter.
>>
>> If there's a problem with IIS, you'll get an error message.
>>
>> btw, you *did* install IIS before you installed VS.NET, right ?
>>
>>
>>
>> Juan T. Llibre, ASP.NET MVP
>> ASP.NET FAQ : http://asp.net.do/faq/
>> Foros de ASP.NET en Español : http://asp.net.do/foros/
>> ======================================
>> "Ken" <Ke*@discussions.microsoft.com> wrote in message
>> news:D2**********************************@microsof t.com...
>> > Hi,
>> >
>> > I get the following message:
>> >
>> > "Visual Studio can not create or open the application because the web server
>> > is not running. Please start the web server."
>> >
>> > The web server is running. I suspect that the problem is with the ASPNET. I
>> > am not sure how to fix it. I try to look at the account under users and I do
>> > not see it. If I try to create it, it tells me it is already there.
>> >
>> > Can someone please help?
>> >
>> > Thanks, Ken


Nov 19 '05 #6
Ken,

The error doesn't always mean that you have a configuration problem with IIS
and ASP.NET.
Though it is a good idea, like previously suggested to explore the
possibilities.

VS can be real finicky when trying connect to web applications that were
created independantly of it.
The error you are recieving can be the result of trying to connect to an
existing ASP application on IIS via
VS when the appropriate project files are not present or contain the in
correct configuration information.

I have run in to this issue a couple of times, but didn't spend a lot of
time with it.

How i got around my issue was i created a sample project via vs adding a
couple pages ects and saved the project. Then i opened the generated project
file via notepad to see how vs generates it project files; how it lists
its configuration items.

After that i simply went through my applications project file and made the
necessary configuration changes.
This may very well be the hard way..even a little naughty..but it was the
easiest & quickest way for me to get around it..

Something left over from the vb 6.0 days.

Remember before tampering with anything BACK UP EVERYTHING..
If you are talking about a huge application or are not very familiar with VS
project files and how they work
this may not be the best option for you.

Just thought i would share my solution.

I hope this is relevant.

Adam

If you are
"Ken" <Ke*@discussions.microsoft.com> wrote in message
news:D2**********************************@microsof t.com...
Hi,

I get the following message:

"Visual Studio can not create or open the application because the web
server
is not running. Please start the web server."

The web server is running. I suspect that the problem is with the ASPNET.
I
am not sure how to fix it. I try to look at the account under users and I
do
not see it. If I try to create it, it tells me it is already there.

Can someone please help?

Thanks, Ken

Nov 19 '05 #7
As Adam points out sometimes error messages are not contextual. So it may
not be pertinent but if you had 1.1 installed you may have to load MMC and
use the new ASP.NET tab on the property page to select the version of the
framework your application may need. At least check it out as this new tab
has more to offer.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"Ken" <Ke*@discussions.microsoft.com> wrote in message
news:8C**********************************@microsof t.com...
That didn't fix the problem. :-( I already reinstalled VS.NET, but that
didn't work either. I can try again, now taht I know about the
aspnet_regiis
program, but I am not sure it will make a difference.
"Juan T. Llibre" wrote:
Try running aspnet_regiis -i ( from the .net framework directory )

If that doesn't fix the problem, uninstall and reinstall VS.NET.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Ken" <Ke*@discussions.microsoft.com> wrote in message
news:FA**********************************@microsof t.com...
> IIS is running. I said that in my initial post. :-) Yes, I think the
> error
> message I am getting from VS.NET is bogus.
>
> Ken

> "Juan T. Llibre" wrote:
>
>> To get the IIS server running, go to "Start Menu",
>> then "run", write "iisreset" ( without the quotes ), and hit enter.
>>
>> If there's a problem with IIS, you'll get an error message.
>>
>> btw, you *did* install IIS before you installed VS.NET, right ?
>>
>>
>>
>> Juan T. Llibre, ASP.NET MVP
>> ASP.NET FAQ : http://asp.net.do/faq/
>> Foros de ASP.NET en Español : http://asp.net.do/foros/
>> ======================================
>> "Ken" <Ke*@discussions.microsoft.com> wrote in message
>> news:D2**********************************@microsof t.com...
>> > Hi,
>> >
>> > I get the following message:
>> >
>> > "Visual Studio can not create or open the application because the
>> > web server
>> > is not running. Please start the web server."
>> >
>> > The web server is running. I suspect that the problem is with the
>> > ASPNET. I
>> > am not sure how to fix it. I try to look at the account under users
>> > and I do
>> > not see it. If I try to create it, it tells me it is already there.
>> >
>> > Can someone please help?
>> >
>> > Thanks, Ken


Nov 19 '05 #8

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

Similar topics

2
by: Andrew J Fortune | last post by:
Hello all, I am trying to ascertain the difference, in terms of access and privileges, between the Internet Guest User Account (IUSR_machinename, where machinename is the name of your computer)...
22
by: Zeng | last post by:
Hi, I'm running ClrProfiler for the first time to profile my web app, and it keeps getting stuck at this msg box: "Waiting for Asp.net to start common language runtime - this is the time to load...
3
by: Harry Simpson | last post by:
Windows Server 2003 is supposed to include Framework 1.1 right. I don't have it here but have reports that the web is not running. The users say that the %COMPUTERNAME%\ASPNET user doesn't exist....
1
by: Brian | last post by:
I have XP HOME installed on one of my 3 computers. I have WIN 2k Pro and XP Pro on each of the other two. ASPNET is not installed on these computers. For some reason ASPNET is showing up on the...
3
by: Kim | last post by:
After installing MSDE2000 on my WIN XP machine, I created the database from Access using the upsizing wizard. Although the tables can be seen from the server explorer, I keep on encountering...
6
by: Andrew Chalk | last post by:
My application attempts to connect to an SQL Server database as name ASPNET and Login Name SERVERNAME/ASPNET in response to these commands: SqlConnection myConnection = new SqlConnection("Data...
0
by: CESAR DE LA TORRE [MVP] | last post by:
I am using WSE 3.0 with Visual Studio 2005, specifically I'm using Kerberos authentication and passing Kerberos ticket from Presentation Tier (VSTO.2005 client) to Server Tier through our Web...
3
by: musosdev | last post by:
Hi guys I've just noticed I don't have an ASPNET user account running on either my Workstation or Server (both running .net2.0, workstation has vs2005 pro). Simple question... should it be...
7
by: torus | last post by:
Is the aspnet account called "aspnet" for all non-English versions of Windows and IIS?
5
by: =?Utf-8?B?TWljaGFlbCBNaWxsZXI=?= | last post by:
I created a walkthrough and couldn't connect to my sql server. I looked up the problem and MSDN told me to create an ASPNET "User" in SQL Svr. It worked, but is that right? Do I have to do that...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
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
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.