Newbee question

W

Who

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
 
K

Kevin Spencer

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.
 
K

Kevin Spencer

I mentioned that.

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

Who

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
 
M

Mike

seperately.
Who said:
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
 
M

Matt Hawley

Steve,

Straight from the .NET SDK: ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfsystemwebsecurityformsauthenticationmemberstopic.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
 
K

Kevin Spencer

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,167
Latest member
SusanaSwan
Top