Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default .aspx

    hello.. i just bought a book called "Learn ASP.NET in 21
    days"..lol I am running win2k pro...i installed iis and
    the .net stuff...now... when i try and do the tutorials it
    will only recognize .asp files...but my book says to save
    them as .aspx...ill be the first to admin im a noob at
    this and server stuff..i went to a "tech" chat room and
    the guy gave me this link
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-[/url]
    us;Q315158
    But i have know idea how to do this. and seems a bit
    extreme my book mentions nothing about having to upgrade
    or reconfigure anything...

    any help would be greatly appreciated

    john Guest

  2. Similar Questions and Discussions

    1. passing a token from pageA.aspx to pageB.aspx
      I am trying to get pageA.aspx gridView to pass a key (say deptID) to pageB.aspx which will use the value passed as a filter in it's own griView...
    2. Accessing a aspx page using HttpWebRequest from another aspx page on the same webapp
      Did you have any luck on this as I have the same problem. Maybe you can help me out of you solved your problem.
    3. dll from aspx
      hello i`m making a web service based on .net..... i use web matrix to make pages and code in vbscript... my web pages have .aspx extension and...
    4. SSL in an ASPX Web App
      Yes, you can use your ASP.NET page as is with the https:// prefix. The web server handles securing the communication. -- James J. Foster,...
    5. including one aspx file in another aspx file
      Is there a way is asp.net that I can include another aspx file ?. We can do this in asp by using include statement.
  3. #2

    Default .aspx

    hello.. i just bought a book called "Learn ASP.NET in 21
    days"..lol I am running win2k pro...i installed iis and
    the .net stuff...now... when i try and do the tutorials it
    will only recognize .asp files...but my book says to save
    them as .aspx...ill be the first to admin im a noob at
    this and server stuff..i went to a "tech" chat room and
    the guy gave me this link
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-[/url]
    us;Q315158
    But i have know idea how to do this. and seems a bit
    extreme my book mentions nothing about having to upgrade
    or reconfigure anything...

    any help would be greatly appreciated

    John Guest

  4. #3

    Default Re: .aspx

    You will want this:
    [url]http://www.microsoft.com/downloads/details.aspx?FamilyID=4fe5bdb5-c7a7-4505-9927-2213868a325b&DisplayLang=en[/url]

    it is required to run and develop with ASP.NET. The book assumes you have
    this installed.

    BTW, there are groups on msnews.microsoft.com that cover .NET. A good
    starter is microsoft.public.dotnet.framework.aspnet.

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA
    Author: ADO.NET and XML: ASP.NET on the Edge

    ************************************************** **************************
    ****
    Think Outside the Box!
    ************************************************** **************************
    ****
    "john" <jimdog35@hotmail.com> wrote in message
    news:022301c3406d$d909b1d0$a001280a@phx.gbl...
    > hello.. i just bought a book called "Learn ASP.NET in 21
    > days"..lol I am running win2k pro...i installed iis and
    > the .net stuff...now... when i try and do the tutorials it
    > will only recognize .asp files...but my book says to save
    > them as .aspx...ill be the first to admin im a noob at
    > this and server stuff..i went to a "tech" chat room and
    > the guy gave me this link
    > [url]http://support.microsoft.com/default.aspx?scid=kb;en-[/url]
    > us;Q315158
    > But i have know idea how to do this. and seems a bit
    > extreme my book mentions nothing about having to upgrade
    > or reconfigure anything...
    >
    > any help would be greatly appreciated
    >

    Cowboy \(Gregory A. Beamer\) Guest

  5. #4

    Default Re: .aspx

    One more thing. I pointed you to framework 1.0, which is what that book was
    written with. There is another Framework (version 1.1) that is newer. As I
    am not sure which samples are in the book, 1.0 is most likely to run
    everything. The new SDK is located here:
    [url]http://microsoft.com/downloads/details.aspx?familyid=9B3A2CA6-3647-4070-9F41-A333C6B9181D&displaylang=en[/url]

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA
    Author: ADO.NET and XML: ASP.NET on the Edge

    ************************************************** **************************
    ****
    Think Outside the Box!
    ************************************************** **************************
    ****
    "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netRemuvThis> wrote in
    message news:%23A$%235YNQDHA.2432@TK2MSFTNGP10.phx.gbl...
    > You will want this:
    >
    [url]http://www.microsoft.com/downloads/details.aspx?FamilyID=4fe5bdb5-c7a7-4505-9927-2213868a325b&DisplayLang=en[/url]
    >
    > it is required to run and develop with ASP.NET. The book assumes you have
    > this installed.
    >
    > BTW, there are groups on msnews.microsoft.com that cover .NET. A good
    > starter is microsoft.public.dotnet.framework.aspnet.
    >
    > --
    > Gregory A. Beamer
    > MVP; MCP: +I, SE, SD, DBA
    > Author: ADO.NET and XML: ASP.NET on the Edge
    >
    >
    ************************************************** **************************
    > ****
    > Think Outside the Box!
    >
    ************************************************** **************************
    > ****
    > "john" <jimdog35@hotmail.com> wrote in message
    > news:022301c3406d$d909b1d0$a001280a@phx.gbl...
    > > hello.. i just bought a book called "Learn ASP.NET in 21
    > > days"..lol I am running win2k pro...i installed iis and
    > > the .net stuff...now... when i try and do the tutorials it
    > > will only recognize .asp files...but my book says to save
    > > them as .aspx...ill be the first to admin im a noob at
    > > this and server stuff..i went to a "tech" chat room and
    > > the guy gave me this link
    > > [url]http://support.microsoft.com/default.aspx?scid=kb;en-[/url]
    > > us;Q315158
    > > But i have know idea how to do this. and seems a bit
    > > extreme my book mentions nothing about having to upgrade
    > > or reconfigure anything...
    > >
    > > any help would be greatly appreciated
    > >
    >
    >

    Cowboy \(Gregory A. Beamer\) Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139