Click here to Skip to main content
15,922,007 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionopen a visual studio 2010 file Pin
dcof11-Apr-12 12:31
dcof11-Apr-12 12:31 
AnswerRe: open a visual studio 2010 file Pin
Wes Aday12-Apr-12 4:58
professionalWes Aday12-Apr-12 4:58 
GeneralRe: open a visual studio 2010 file Pin
dcof12-Apr-12 8:39
dcof12-Apr-12 8:39 
Questionusing iis in vs 2010 Pin
dcof11-Apr-12 4:47
dcof11-Apr-12 4:47 
AnswerRe: using iis in vs 2010 Pin
JHizzle11-Apr-12 5:18
JHizzle11-Apr-12 5:18 
AnswerRe: using iis in vs 2010 Pin
RichardGrimmer11-Apr-12 5:21
RichardGrimmer11-Apr-12 5:21 
GeneralRe: using iis in vs 2010 Pin
dcof11-Apr-12 11:48
dcof11-Apr-12 11:48 
GeneralRe: using iis in vs 2010 Pin
RichardGrimmer11-Apr-12 21:21
RichardGrimmer11-Apr-12 21:21 
OK - tricky to do without looking myself, but the following may help...

1. There are two types of web type "thingy" in VS - Web SITE and Web APPLICATION- they're subtly different. Since you have a csproj file, that means that it's a web APP not a SITE.

2. You CAN open an app as a site (as you've done by opening the folder as a website), but since alot of the info is contained in the project / solution files (as you've found out!), it won't fly. What you need to do is open the site as an application (File -> Open Solution -> select the .sln file).

3. The reason that the web projects are showing as Unavailable is because they're set up to use port 8080 in IIS, which isn't configured to respond.

So you have a couple of options - simplest would be to speak to Network Admin and get your local IIS appropriately configured to use Port 8080 (the default is 80), or alternatively, open the csproj file in a text editor and change the url that's in there manually to remove the port number - this will then cause it to default to :80, which *SHOULD* then work OK.

If none of the above works, you could possibly try creating the Virtual directories yourself in IIS, point to where your source code is, and then convert to an application.
C# has already designed away most of the tedium of C++.

AnswerRe: using iis in vs 2010 Pin
jkirkerx11-Apr-12 11:58
professionaljkirkerx11-Apr-12 11:58 
GeneralRe: using iis in vs 2010 Pin
RichardGrimmer11-Apr-12 21:23
RichardGrimmer11-Apr-12 21:23 
GeneralRe: using iis in vs 2010 Pin
jkirkerx12-Apr-12 6:47
professionaljkirkerx12-Apr-12 6:47 
GeneralRe: using iis in vs 2010 Pin
dcof12-Apr-12 9:42
dcof12-Apr-12 9:42 
GeneralRe: using iis in vs 2010 Pin
jkirkerx12-Apr-12 11:10
professionaljkirkerx12-Apr-12 11:10 
GeneralRe: using iis in vs 2010 Pin
dcof12-Apr-12 12:22
dcof12-Apr-12 12:22 
GeneralRe: using iis in vs 2010 Pin
jkirkerx12-Apr-12 12:53
professionaljkirkerx12-Apr-12 12:53 
GeneralRe: using iis in vs 2010 Pin
dcof12-Apr-12 18:15
dcof12-Apr-12 18:15 
GeneralRe: using iis in vs 2010 Pin
jkirkerx13-Apr-12 7:38
professionaljkirkerx13-Apr-12 7:38 
GeneralRe: using iis in vs 2010 Pin
dcof13-Apr-12 9:08
dcof13-Apr-12 9:08 
GeneralRe: using iis in vs 2010 Pin
jkirkerx13-Apr-12 9:42
professionaljkirkerx13-Apr-12 9:42 
GeneralRe: using iis in vs 2010 Pin
dcof12-Apr-12 20:01
dcof12-Apr-12 20:01 
GeneralRe: using iis in vs 2010 Pin
jkirkerx13-Apr-12 7:48
professionaljkirkerx13-Apr-12 7:48 
GeneralRe: using iis in vs 2010 Pin
dcof13-Apr-12 8:51
dcof13-Apr-12 8:51 
GeneralRe: using iis in vs 2010 Pin
jkirkerx13-Apr-12 10:02
professionaljkirkerx13-Apr-12 10:02 
GeneralPkgMgr script to install IIS7 Pin
jkirkerx12-Apr-12 11:32
professionaljkirkerx12-Apr-12 11:32 
GeneralRe: using iis in vs 2010 Pin
dcof12-Apr-12 6:58
dcof12-Apr-12 6:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.