Hi Peter,
Thanks for your answer.
I am confused now.
I don't want to use IIS for my ASP.NET applications so why VS.NET is using
http://localhost/ ?
When creating a new website I have set it to work on "File System" so it is
going to look for localhost?
Where can I configure to use VS.NET 2008 built in web server please?
Thanks,
Asaf
> That ":49705" port number looks more like you are hitting the VS 2008 Web
> Development built in webserver, not IIS. Make sure your project is configured
[quoted text clipped - 19 lines]
> > Thanks in advanced for any help,
> > Asasf
George Ter-Saakov - 11 Mar 2008 22:00 GMT
If you choosing "file system" then VS starts it's own internal web server.
That is the only way to run Web applications (through web server).
And if do not want to use IIS then you doing exactly what you want to do.
The only problem is that something is blocking browser requests to that
internal web server. Most likely it's antivirus software. Try to configure
it so it lets through the requests to that port.
George.
> Hi Peter,
>
[quoted text clipped - 37 lines]
>> > Thanks in advanced for any help,
>> > Asasf
Steven Cheng - 12 Mar 2008 02:08 GMT
Hi Asaf,
Yes, the url indicate that you're using the built-in ASP.NET server rather
than IIS server. The error you saw in IE is a general one, here is a kb
article which provided some suggestion about troubleshooting this error:
http://support.microsoft.com/kb/926431
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we
can improve the support we provide to you. Please feel free to let my
manager know what you think of
the level of service provided. You can send feedback directly to my manager
at: msdnmg@microsoft.com.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?QXNhZg==?= <AG70@newsgroups.nospam>
>References: <F31AF95E-F805-4C11-BB9C-53C06E260D72@microsoft.com>
<A5B50182-B44B-477B-BFC1-7C98A35C5A2D@microsoft.com>
>Subject: RE: VS.NET 2008 Debug ASP.NET on VISTA with IIS7?
>Date: Tue, 11 Mar 2008 12:59:11 -0700
>Hi Peter,
>
[quoted text clipped - 27 lines]
>> > http://localhost:49705/aaa/Default.aspx.
>> > In IIS7 Manager, ASP.NET V2.0�is "Allowed" in the ISAPI and CGI
Restrictions.
>> > Also IIS7 is working and display ASP.NET web sites if I convert them to IIS7
>> > "Application" but I would like to use the Debug option.
>> >
>> > Thanks in advanced for any help,
>> > Asasf