I have developed a simple web project using WS2005. It works fine on
my development machine and all the installation modes (discussed in
the internet) work the way they are supposed to.
Problem comes when I attempt to install it on a production machine.
The production machine does not have WS2005, but has the required IIS,
framework etc. When I make the call like ..\\localhost\..
\default.aspx, the browser shows me 'design' time default.aspx view of
this page and not the rendered html.
All the required DLLS are present in proper places. I have used
Xcopy, web publishing, Websetup, Web deployment.. and maybe a couple
more than what our Bill could think of.
I am new to this and it seems that I may be missing some important
step.
Thanks in advance.
Alexey Smirnov - 09 Jun 2007 14:49 GMT
> I have developed a simple web project using WS2005. It works fine on
> my development machine and all the installation modes (discussed in
[quoted text clipped - 12 lines]
>
> Thanks in advance.
Did you install ASP.NET?
Juan T. Llibre - 09 Jun 2007 14:50 GMT
re:
!> When I make the call like ..\\localhost\.. \default.aspx
!> the browser shows me 'design' time default.aspx view of
Try using http...
http://999.999.999.999/ or http://www.domain.com/
/localhost can only be used locally.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
>I have developed a simple web project using WS2005. It works fine on
> my development machine and all the installation modes (discussed in
[quoted text clipped - 12 lines]
>
> Thanks in advance.