Ask a Question related to ASP Database, Design and Development.
-
john #1
.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
-
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... -
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. -
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... -
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,... -
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. -
John #2
.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
-
Cowboy \(Gregory A. Beamer\) #3
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
-
Cowboy \(Gregory A. Beamer\) #4
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...[url]http://www.microsoft.com/downloads/details.aspx?FamilyID=4fe5bdb5-c7a7-4505-9927-2213868a325b&DisplayLang=en[/url]> You will want this:
>************************************************** **************************>
> 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



Reply With Quote

