PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework VS 2003 won't open existing web project on localhost

Reply

VS 2003 won't open existing web project on localhost

 
Thread Tools Rate Thread
Old 24-02-2005, 09:29 AM   #1
IT Drone
Guest
 
Posts: n/a
Default VS 2003 won't open existing web project on localhost


I'm running Windows Server 2003, IIS 6.0, and VS 2003. I have an
ASP.NET project I previously created, and went to open it back up to
make modifications. Now VS won't open http://localhost


When I try to open that location, it just goes to "My Documents"


I haven't changed anything on the machine, I made sure the VS users
group had full access to wwwroot. I ran aspnet_regiis -i to reinstall.
I tried substituting my IP address for localhost. Nothing has worked.


Help! I need to recompile some small changes in this app and the entire
team is breathing down my neck wondering why I can't open up code on
the box I terminal server into.

  Reply With Quote
Old 27-02-2005, 10:19 PM   #2
Lionel LASKE
Guest
 
Posts: n/a
Default Re: VS 2003 won't open existing web project on localhost


I'm sorry about that but I have no idea why you can't open your project :-(
Check again if your virtual directory exist.

However if you really need to recompile your ASP.NET you can use the command
line C# compiler ("csc.exe") to compile your directory as an assembly.
Use "/target:library" option.
I hope it could help and give hope to your team.

Lionel.



"IT Drone" <drone@earthcorp.com> a écrit dans le message de news:
1109233751.686416.253010@l41g2000cwc.googlegroups.com...
> I'm running Windows Server 2003, IIS 6.0, and VS 2003. I have an
> ASP.NET project I previously created, and went to open it back up to
> make modifications. Now VS won't open http://localhost
>
>
> When I try to open that location, it just goes to "My Documents"
>
>
> I haven't changed anything on the machine, I made sure the VS users
> group had full access to wwwroot. I ran aspnet_regiis -i to reinstall.
> I tried substituting my IP address for localhost. Nothing has worked.
>
>
> Help! I need to recompile some small changes in this app and the entire
> team is breathing down my neck wondering why I can't open up code on
> the box I terminal server into.
>



  Reply With Quote
Old 27-02-2005, 11:22 PM   #3
Alvin Bruney [Microsoft MVP]
Guest
 
Posts: n/a
Default Re: VS 2003 won't open existing web project on localhost

u should just own up and say you broke it, that will get them off your case.

First check to make sure that IIS is running. Then check inetmanager to make
sure your virtual directory is correctly mapped and registered. If it is
opening up my documents, that tells me that the virtual directory is not
mapped correctly

--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
--------------------------------------------------


"Lionel LASKE" <llaske@c2s.fr> wrote in message
news:ORcYXIRHFHA.2156@TK2MSFTNGP09.phx.gbl...
>
> I'm sorry about that but I have no idea why you can't open your project
> :-(
> Check again if your virtual directory exist.
>
> However if you really need to recompile your ASP.NET you can use the
> command line C# compiler ("csc.exe") to compile your directory as an
> assembly.
> Use "/target:library" option.
> I hope it could help and give hope to your team.
>
> Lionel.
>
>
>
> "IT Drone" <drone@earthcorp.com> a écrit dans le message de news:
> 1109233751.686416.253010@l41g2000cwc.googlegroups.com...
>> I'm running Windows Server 2003, IIS 6.0, and VS 2003. I have an
>> ASP.NET project I previously created, and went to open it back up to
>> make modifications. Now VS won't open http://localhost
>>
>>
>> When I try to open that location, it just goes to "My Documents"
>>
>>
>> I haven't changed anything on the machine, I made sure the VS users
>> group had full access to wwwroot. I ran aspnet_regiis -i to reinstall.
>> I tried substituting my IP address for localhost. Nothing has worked.
>>
>>
>> Help! I need to recompile some small changes in this app and the entire
>> team is breathing down my neck wondering why I can't open up code on
>> the box I terminal server into.
>>

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off