Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: ASP.NET conversion


Message #1 by "Dmitry Zakharov" <brook74@h...> on Mon, 15 Oct 2001 21:20:01
Hi there ! I have a following trouble - My ASP.NET stuff doesn't convert 

to HTML ;-( I know that this should be done by CLR, but nothing happend 

when I run project - I just see <asp:... tags thow the shouldb be 

converted to standard HTML tags...



I have Win2Server, VS.NET (complitely and sucsessfully installed)



Help me, please !
Message #2 by Aaron Bull <aaronb@a...> on Tue, 16 Oct 2001 08:45:22 +1000
You have named the files with the aspx file extension ? 

And you have installed asp.net ?





Aaron



-----Original Message-----

From: Dmitry Zakharov [mailto:brook74@h...] 

Sent: Tuesday, 16 October 2001 7:20 AM

To: ASPToday Discuss

Subject: [asptoday_discuss] ASP.NET conversion





Hi there ! I have a following trouble - My ASP.NET stuff doesn't convert 

to HTML ;-( I know that this should be done by CLR, but nothing happend 

when I run project - I just see <asp:... tags thow the shouldb be 

converted to standard HTML tags...



I have Win2Server, VS.NET (complitely and sucsessfully installed)



Help me, please !
Message #3 by "Louis T Klauder" <lklauder@w...> on Mon, 15 Oct 2001 23:49:09 -0400
Hi;



You see <asp:... when you are looking at your ASP.NET code. It does not

get rendered to HTML untill a browser makes a request to IIS to have the

page sent. Then in the browser you can right clik select 'view source'

to see the HTML. One way to get that to happen is to run your start page

in debug from within VS.NET. But you should go through the steps of

configuring it in IIS also.



Lou



-----Original Message-----

From: Dmitry Zakharov [mailto:brook74@h...] 

Sent: Monday, October 15, 2001 9:20 PM

To: ASPToday Discuss

Subject: [asptoday_discuss] ASP.NET conversion





Hi there ! I have a following trouble - My ASP.NET stuff doesn't convert



to HTML ;-( I know that this should be done by CLR, but nothing happend 

when I run project - I just see <asp:... tags thow the shouldb be 

converted to standard HTML tags...



I have Win2Server, VS.NET (complitely and sucsessfully installed)



Help me, please !
Message #4 by "Dmitry Zakharov" <brook74@h...> on Tue, 16 Oct 2001 09:02:17
Hello Aaron, my file have *.aspx extension, becouse the were created as 

WEB Forms... I thin I have installed ASP.NET - I made complete setup - and 

also it will be stupid to offer to work with ASP when ASP.NET unistalled 

(i mean from the point of view of MS)... The only thing I warry about is 

did I configured my IIS properly ? Could Yoyu please tell me witch setting 

do I need to check. 



Many thanks, Dmitry.



> You have named the files with the aspx file extension ? 

> And you have installed asp.net ?

> 

> 

> Aaron

> 

> -----Original Message-----

> From: Dmitry Zakharov [mailto:brook74@h...] 

> Sent: Tuesday, 16 October 2001 7:20 AM

> To: ASPToday Discuss

> Subject: [asptoday_discuss] ASP.NET conversion

> 

> 

> Hi there ! I have a following trouble - My ASP.NET stuff doesn't convert 

> to HTML ;-( I know that this should be done by CLR, but nothing happend 

> when I run project - I just see <asp:... tags thow the shouldb be 

> converted to standard HTML tags...

> 

> I have Win2Server, VS.NET (complitely and sucsessfully installed)

> 

> Help me, please !

  Return to Index