Connecting Tech Pros Worldwide Help | Site Map

Problem with ASP.NET Development Server

Aras Kucinskas
Guest
 
Posts: n/a
#1: Feb 21 '06
The “The page cannot be displayed” error occurs when debugging ASP.NET web
application using VS 2005. ASP.NET Development Server icon in taskbar shows
that application is starting on port 2795 but immediately redirects to
http://localhost:1473/MyApp and the error occurs. Other web application
starts and runs without any problems.



Please Help!


DWS
Guest
 
Posts: n/a
#2: Feb 21 '06

re: Problem with ASP.NET Development Server


Arkansas,
Sorry, the developement server built in to visual studio does not support
debugging. Hopefully you can load IIS from the windows add remove programs
options. Then set the statup properties for your project to your local IIS
server.

Good Luck
DWS




"Aras Kucinskas" wrote:
[color=blue]
> The “The page cannot be displayed” error occurs when debugging ASP.NET web
> application using VS 2005. ASP.NET Development Server icon in taskbar shows
> that application is starting on port 2795 but immediately redirects to
> http://localhost:1473/MyApp and the error occurs. Other web application
> starts and runs without any problems.
>
>
>
> Please Help!
>
>
>[/color]
Aras Kucinskas
Guest
 
Posts: n/a
#3: Feb 21 '06

re: Problem with ASP.NET Development Server


Problelm is not in debugging. “The page cannot be displayed” occurs after
pressing F5.

"DWS" <DWS@discussions.microsoft.com> wrote in message
news:877B93DA-E8B0-459B-BD0F-229471CA25A7@microsoft.com...[color=blue]
> Arkansas,
> Sorry, the developement server built in to visual studio does not support
> debugging. Hopefully you can load IIS from the windows add remove
> programs
> options. Then set the statup properties for your project to your local
> IIS
> server.
>
> Good Luck
> DWS
>
>
>
>
> "Aras Kucinskas" wrote:
>[color=green]
>> The “The page cannot be displayed” error occurs when debugging ASP.NET
>> web
>> application using VS 2005. ASP.NET Development Server icon in taskbar
>> shows
>> that application is starting on port 2795 but immediately redirects to
>> http://localhost:1473/MyApp and the error occurs. Other web application
>> starts and runs without any problems.
>>
>>
>>
>> Please Help!
>>
>>
>>[/color][/color]


Closed Thread