Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Newbee question

Reply
Thread Tools

Newbee question

 
 
Who
Guest
Posts: n/a
 
      04-05-2004
What is required on the server to publish asp.net and webform apps. on the
www? I am assuming IIS, frontpage extensions (not sure about which version).
What about database usage. Say I want to use Access 2000 in my webform app.
Hope this question makes sense.


MBS


 
Reply With Quote
 
 
 
 
Mike
Guest
Posts: n/a
 
      04-05-2004
IIS 5+ works
and you can use Access, Oracle, SQL for a db source.


"Who" <> wrote in message
news:...
> What is required on the server to publish asp.net and webform apps. on the
> www? I am assuming IIS, frontpage extensions (not sure about which

version).
> What about database usage. Say I want to use Access 2000 in my webform

app.
> Hope this question makes sense.
>
>
> MBS
>
>



 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      04-05-2004
FrontPage server extensions are NOT necessary. Other than that, the .Net
platform, and IIS 5 or better, with the ASP.Net ISAPI configured for .aspx
pages is all that is required.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Who" <> wrote in message
news:...
> What is required on the server to publish asp.net and webform apps. on the
> www? I am assuming IIS, frontpage extensions (not sure about which

version).
> What about database usage. Say I want to use Access 2000 in my webform

app.
> Hope this question makes sense.
>
>
> MBS
>
>



 
Reply With Quote
 
=?Utf-8?B?VGFw?=
Guest
Posts: n/a
 
      04-05-2004
..NET Framework as well

 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      04-05-2004
I mentioned that.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Tap" <> wrote in message
news:9801F787-7B14-428F-AF2B-...
> .NET Framework as well.
>



 
Reply With Quote
 
Who
Guest
Posts: n/a
 
      04-05-2004
Does IIS 5 include the .Net platform or must it be installed separately on
the server?

--
Jim Fasnacht (Senior Operations V.P.)
Rocket Drywall, Inc.
122 Derry Court
York, PA 17402

(717)779-2800 Fax (717)779-2900
"Kevin Spencer" <> wrote in message
news:...
> FrontPage server extensions are NOT necessary. Other than that, the .Net
> platform, and IIS 5 or better, with the ASP.Net ISAPI configured for .aspx
> pages is all that is required.
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "Who" <> wrote in message
> news:...
> > What is required on the server to publish asp.net and webform apps. on

the
> > www? I am assuming IIS, frontpage extensions (not sure about which

> version).
> > What about database usage. Say I want to use Access 2000 in my webform

> app.
> > Hope this question makes sense.
> >
> >
> > MBS
> >
> >

>
>



 
Reply With Quote
 
Mike
Guest
Posts: n/a
 
      04-05-2004
seperately.
"Who" <> wrote in message
news:...
> Does IIS 5 include the .Net platform or must it be installed separately on
> the server?
>
> --
> Jim Fasnacht (Senior Operations V.P.)
> Rocket Drywall, Inc.
> 122 Derry Court
> York, PA 17402
>
> (717)779-2800 Fax (717)779-2900
> "Kevin Spencer" <> wrote in message
> news:...
> > FrontPage server extensions are NOT necessary. Other than that, the .Net
> > platform, and IIS 5 or better, with the ASP.Net ISAPI configured for

..aspx
> > pages is all that is required.
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "Who" <> wrote in message
> > news:...
> > > What is required on the server to publish asp.net and webform apps. on

> the
> > > www? I am assuming IIS, frontpage extensions (not sure about which

> > version).
> > > What about database usage. Say I want to use Access 2000 in my webform

> > app.
> > > Hope this question makes sense.
> > >
> > >
> > > MBS
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Matt Hawley
Guest
Posts: n/a
 
      04-05-2004
Steve,

Straight from the .NET SDK: ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfsystemwebsecurityformsauthenticationmembersto pic.htm

Use the static method: FormsAuthentication.SignOut()

Matt Hawley, MCAD .NET
http://www.eworldui.net

I need to allow a user to sign off from the admin section of my site. I am
using forms based authentication again a DB.
I have read several articles today... none mention how to do this. I guess
I could force an expiration of the cookie, but there must be a cleaner way.

Anyone know one?

Thanks-
Steve



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      04-05-2004
The .Net platform is a free download from the Windows Update site.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Who" <> wrote in message
news:...
> Does IIS 5 include the .Net platform or must it be installed separately on
> the server?
>
> --
> Jim Fasnacht (Senior Operations V.P.)
> Rocket Drywall, Inc.
> 122 Derry Court
> York, PA 17402
>
> (717)779-2800 Fax (717)779-2900
> "Kevin Spencer" <> wrote in message
> news:...
> > FrontPage server extensions are NOT necessary. Other than that, the .Net
> > platform, and IIS 5 or better, with the ASP.Net ISAPI configured for

..aspx
> > pages is all that is required.
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "Who" <> wrote in message
> > news:...
> > > What is required on the server to publish asp.net and webform apps. on

> the
> > > www? I am assuming IIS, frontpage extensions (not sure about which

> > version).
> > > What about database usage. Say I want to use Access 2000 in my webform

> > app.
> > > Hope this question makes sense.
> > >
> > >
> > > MBS
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
total newbee question Jim ODonnell Firefox 11 12-25-2004 08:24 AM
Followup: Newbee Question mbs ASP .Net 2 04-06-2004 01:36 AM
Newbee question: How to kill a cookie? Valmir ASP .Net 3 02-18-2004 12:58 PM
NewBee Type Question about displaying text vbGansta ASP .Net 0 02-16-2004 06:36 PM
Newbee question: Adrian Cisco 3 11-29-2003 01:46 PM



Advertisments
 



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