Connecting Tech Pros Worldwide Help | Site Map

again:strange problem in create an asp.net project

xudeutsch
Guest
 
Posts: n/a
#1: Nov 19 '05

Maybe no one is interested but i need the solution. This time
followed
the steps made by Microsoft:install IIS, .net and Visual Studi
components that are required for Visual Studio to be able t
communicate with the Web server. It still does not work.

Another feature is the localhost was already used by anothe
application and i use
TCP port 80 for the Default Websites in IIS. Is that the reason that
cant create a
project at the location "http://localhost/WebApplication1"?


Please help me.

Following war from last time:
I have installed IIS and Microsoft Visual Studio .NET 2003 in window
2000 Server
but on the virtual machine of VMWare .
When i create a new ASP.NET Web Application project, there is an erro
message"
Visual Studio .NET has detected that the specified Web server is no
running ASP.NET version 1.1"
Then i used the help message to run "aspnet_regiis /i" this comman
and installed asp.net.

But there is the same problem . Another strange thing is that on m
virtual machine there is already
a asp.net project which was created before but is running well. Bu
why cant i create a new asp.net project?

Should I install the IIS once more?
thank you very muc

--
xudeutschPosted from http://www.pcreview.co.uk/ newsgroup acces

Peter van der Goes
Guest
 
Posts: n/a
#2: Nov 19 '05

re: again:strange problem in create an asp.net project



"xudeutsch" <xudeutsch.1s1xwb@> wrote in message
news:UPqdnSELvoR8B07fRVn_vg@giganews.com...[color=blue]
>
> Maybe no one is interested but i need the solution. This time i
> followed
> the steps made by Microsoft:install IIS, .net and Visual Studio
> components that are required for Visual Studio to be able to
> communicate with the Web server. It still does not work.
>
> Another feature is the localhost was already used by another
> application and i use
> TCP port 80 for the Default Websites in IIS. Is that the reason that i
> cant create a
> project at the location "http://localhost/WebApplication1"?
>
>
> Please help me.
>
> Following war from last time:
> I have installed IIS and Microsoft Visual Studio .NET 2003 in windows
> 2000 Server
> but on the virtual machine of VMWare .
> When i create a new ASP.NET Web Application project, there is an error
> message"
> Visual Studio .NET has detected that the specified Web server is not
> running ASP.NET version 1.1"
> Then i used the help message to run "aspnet_regiis /i" this command
> and installed asp.net.
>
> But there is the same problem . Another strange thing is that on my
> virtual machine there is already
> a asp.net project which was created before but is running well. But
> why cant i create a new asp.net project?
>
> Should I install the IIS once more?
> thank you very much
>
>
> --
> xudeutschPosted from http://www.pcreview.co.uk/ newsgroup access
>[/color]
There are several possible reasons why you are getting this message, and
you'll need to try the alternative solutions offered in the following
articles:

http://support.microsoft.com/default...b;en-us;555132

http://support.microsoft.com/default...b;en-us;817267

http://support.microsoft.com/default...b;en-us;306005

http://support.microsoft.com/default...b;en-us;886389

There may be additional alternatives. These appeared in the results list of
an MSDN search using your quoted error message.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.


Closed Thread