Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using localhost
Message
De
29/08/2006 10:00:46
 
 
À
28/08/2006 13:18:26
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Divers
Thread ID:
01149087
Message ID:
01149338
Vues:
9
Dale,

As Chad said, by default VS2005 uses it's own development web server ... and VS2005 does web projects a lot different than VS2003. There is another way to do web apps/ web services that emulates the way it was done in VS2003 (which I prefer) ... it's called WAP (Web Application Projects). Here are a few links:

http://msdn.microsoft.com/vstudio/default.aspx?pull=/library/en-us/dnvs05/html/WAP.asp
http://webproject.scottgu.com/CSharp/migration2/migration2.aspx
http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/default.aspx

And if you use WAP, you can easily change it to run from IIS instead of the development server (again, this is the way I prefer it).

~~Bonnie



>I recently installed vs2005 2.0 and am in the process of creating/testing simple .aspx's.
>
>From the vs2005, I select View in Browser and the Browser is opened and displays properly. The url is something like http://localhost:3625/wconnect/HelloWorld.aspx
>
>If I then open another instance of the Browser and type in //localhost/wconnect/HelloWorld.aspx I get "Server Application Error". I can type in //localhost/wconnect/HelloWorld.htm and it works okay.
>
>This problem also exists with *.asp files.
>
>Any idea what I'm doing wrong?
>
>Dale S.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform