T
tranzpupy
Hi, Everybody,
My ASP site will only display with a port number in the url.
How do I make IIS display it without the port number??
I've created a web site in VS 2005 called webapp1 with one
default.aspx. When I run it in VS 2005 it displays correctly in IE6,
but has the port number in the url:
http://localhost:1481/webApp1/default.aspx
if I type http://localhost/webApp1/default.aspx, without running VS
2005, I get a "Server Application Unavailable"
If I type the url with the port number, it displays correctly.
The IIS log is un-useful:
04:28:13 127.0.0.1 GET /webApp1/default.aspx 500
05:07:14 127.0.0.1 GET /webApp1/ 403
05:07:26 127.0.0.1 GET /webApp1/default.aspx 500
Looks to me like the ASP server is only working through VS 2005.
Or VS 2005 is serving... I don't know.
I'm running Win XP Pro SP2, IIS 5.1, VS 2005, .Net 2.0.
asp_state.exe is running, framework 2.050727
Other bad things that may or may not give you a hint about what to tell
me: I can't create a web site in VS 2003 anymore... the default
webApplication1 says it can't oppen or create, and if I try another
directory it doesn't enable the ok button.
Please help!
Thanks in advance,
Kay
My ASP site will only display with a port number in the url.
How do I make IIS display it without the port number??
I've created a web site in VS 2005 called webapp1 with one
default.aspx. When I run it in VS 2005 it displays correctly in IE6,
but has the port number in the url:
http://localhost:1481/webApp1/default.aspx
if I type http://localhost/webApp1/default.aspx, without running VS
2005, I get a "Server Application Unavailable"
If I type the url with the port number, it displays correctly.
The IIS log is un-useful:
04:28:13 127.0.0.1 GET /webApp1/default.aspx 500
05:07:14 127.0.0.1 GET /webApp1/ 403
05:07:26 127.0.0.1 GET /webApp1/default.aspx 500
Looks to me like the ASP server is only working through VS 2005.
Or VS 2005 is serving... I don't know.
I'm running Win XP Pro SP2, IIS 5.1, VS 2005, .Net 2.0.
asp_state.exe is running, framework 2.050727
Other bad things that may or may not give you a hint about what to tell
me: I can't create a web site in VS 2003 anymore... the default
webApplication1 says it can't oppen or create, and if I try another
directory it doesn't enable the ok button.
Please help!
Thanks in advance,
Kay