Is it necessary to install VS 2005 to server machine to run a

Is it necessary to install VS 2005 to server machine to run a

am 15.01.2008 10:10:05 von chandan

I have IIS server 6.0 and dotnet framwork 2.0 on my server machine. I
intall the setup of my application to server machine Now I try to run
my website from server machine then its shows the html content (text
file) on the browser.

Why browser doesnot reder this Html? please tell me where is poblem?

Thanks,
Chandan

Re: Is it necessary to install VS 2005 to server machine to run a website?

am 15.01.2008 10:43:47 von xyz_john

Register the asp.net runtime and see if it solves your issue

http://kbase.gfi.com/showarticle.asp?id=KBID002202

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog


"chandan" wrote in message
news:c0ac0423-99b6-4aee-991a-1b0344a3ee99@t1g2000pra.googleg roups.com...
>I have IIS server 6.0 and dotnet framwork 2.0 on my server machine. I
> intall the setup of my application to server machine Now I try to run
> my website from server machine then its shows the html content (text
> file) on the browser.
>
> Why browser doesnot reder this Html? please tell me where is poblem?
>
> Thanks,
> Chandan

Re: Is it necessary to install VS 2005 to server machine to run a

am 15.01.2008 11:31:13 von chandan

On Jan 15, 2:43=A0pm, "John Timney \(MVP\)"
wrote:
> Register the asp.net runtime and see if it solves your issue
>
> http://kbase.gfi.com/showarticle.asp?id=3DKBID002202
>
> Regards
>
> John Timney (MVP)http://www.johntimney.comhttp://www.johntimney.com/blog
>
> "chandan" wrote in message
>
> news:c0ac0423-99b6-4aee-991a-1b0344a3ee99@t1g2000pra.googleg roups.com...
>
>
>
> >I have IIS server 6.0 =A0and dotnet framwork 2.0 on my server machine. I
> > intall the setup of my application to server machine Now I try to run
> > my website from server machine then its shows the html content (text
> > file) on the browser.
>
> > Why browser doesnot reder this Html? please tell me where is poblem?
>
> > Thanks,
> > Chandan- Hide quoted text -
>
> - Show quoted text -

Thanks John!!