Home All Groups Group Topic Archive Search About

Problem with ASP.NET Development Server

Author
21 Feb 2006 11:17 AM
Aras Kucinskas
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!

Author
21 Feb 2006 1:28 PM
DWS
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




Show quoteHide quote
"Aras Kucinskas" wrote:

> 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!
>
>
>
Are all your drivers up to date? click for free checkup

Author
21 Feb 2006 1:39 PM
Aras Kucinskas
Problelm is not in debugging. “The page cannot be displayed” occurs after
pressing F5.

Show quoteHide quote
"DWS" <D**@discussions.microsoft.com> wrote in message
news:877B93DA-E8B0-459B-BD0F-229471CA25A7@microsoft.com...
> 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:
>
>> 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!
>>
>>
>>

Bookmark and Share