Click here to Skip to main content
16,008,075 members
Home / Discussions / Web Development
   

Web Development

 
GeneralVS.NET keeps touching MY code! Pin
Paul Watson4-Mar-02 22:48
sitebuilderPaul Watson4-Mar-02 22:48 
GeneralRe: VS.NET keeps touching MY code! Pin
Josh Knox (disabled)5-Mar-02 5:45
Josh Knox (disabled)5-Mar-02 5:45 
GeneralI need some information Pin
Mazdak4-Mar-02 5:27
Mazdak4-Mar-02 5:27 
GeneralRe: I need some information Pin
omkamal4-Mar-02 7:06
omkamal4-Mar-02 7:06 
GeneralRe: I need some information Pin
Mazdak4-Mar-02 8:50
Mazdak4-Mar-02 8:50 
GeneralRe: I need some information Pin
Chris Maunder4-Mar-02 9:10
cofounderChris Maunder4-Mar-02 9:10 
GeneralRe: I need some information Pin
Mazdak4-Mar-02 9:14
Mazdak4-Mar-02 9:14 
GeneralRe: I need some information Pin
James T. Johnson4-Mar-02 20:56
James T. Johnson4-Mar-02 20:56 
Mazdak wrote:
Does .net framework become common in those servers?

The number of servers that are hosting ASP.NET pages is growing. Here's a list of hosts on GotDotNet.

Mazdak wrote:
how can I find it out is installed on server or not?

The easiest way of finding out is ask them; or you can create a test ASP.NET page.

testpage.aspx
<%@Page Language="c#" %>
<script runat="server" Language="c#">
  void Page_Load() {
    MyLabel.Text = "Hello";
  }
</script>
<html>
  <asp:label id="MyLabel" runat="server" />
</html>
Courtesy of Beginning ASP.NET with C# by Wrox Press.

As omkamal said if you have the server locally you just need to install the .NET Framework redistributable (a link for it is in the news for the VS.NET release on the CP homepage).

HTH,

James

Sonork ID: 100.11138 - Hasaki
"Smile your little smile, take some tea with me awhile.
And every day we'll turn another page.
Behind our glass we'll sit and look at our ever-open book,
One brown mouse sitting in a cage."
"One Brown Mouse" from Heavy Horses, Jethro Tull 1978

GeneralRe: I need some information Pin
Mazdak4-Mar-02 23:58
Mazdak4-Mar-02 23:58 
GeneralRe: I need some information Pin
omkamal4-Mar-02 10:40
omkamal4-Mar-02 10:40 
GeneralRe: I need some information Pin
Mazdak5-Mar-02 0:01
Mazdak5-Mar-02 0:01 
Generalasp / asp.net interop Pin
Kannan Kalyanaraman4-Mar-02 2:19
Kannan Kalyanaraman4-Mar-02 2:19 
Generalremove frames Pin
4-Mar-02 1:00
suss4-Mar-02 1:00 
QuestionHow to start? Pin
Michael Mac3-Mar-02 10:05
Michael Mac3-Mar-02 10:05 
AnswerRe: How to start? Pin
Philip Patrick5-Mar-02 1:28
professionalPhilip Patrick5-Mar-02 1:28 
GeneralTDC Pin
alex.barylski2-Mar-02 18:01
alex.barylski2-Mar-02 18:01 
Generalchat Pin
meirav2-Mar-02 3:35
meirav2-Mar-02 3:35 
GeneralRe: chat Pin
Jeremy Falcon2-Mar-02 8:08
professionalJeremy Falcon2-Mar-02 8:08 
Generaldisplay x amount of characters Pin
1-Mar-02 4:32
suss1-Mar-02 4:32 
GeneralRe: display x amount of characters Pin
Jeremy Falcon1-Mar-02 10:16
professionalJeremy Falcon1-Mar-02 10:16 
General.NET & ActiveX Controls Pin
Li Mu Bai1-Mar-02 1:28
Li Mu Bai1-Mar-02 1:28 
GeneralRe: .NET & ActiveX Controls Pin
Mazdak1-Mar-02 9:40
Mazdak1-Mar-02 9:40 
GeneralDB Connections in .aspx pages Pin
David Salter28-Feb-02 23:17
David Salter28-Feb-02 23:17 
GeneralRe: DB Connections in .aspx pages Pin
Mazdak1-Mar-02 9:39
Mazdak1-Mar-02 9:39 
GeneralRe: DB Connections in .aspx pages Pin
David Salter4-Mar-02 12:47
David Salter4-Mar-02 12:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.