473,387 Members | 1,504 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Newbee question

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
Nov 18 '05 #1
15 1334
IIS 5+ works
and you can use Access, Oracle, SQL for a db source.
"Who" <JD*@concentric.com> wrote in message
news:10*************@corp.supernews.com...
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

Nov 18 '05 #2
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" <JD*@concentric.com> wrote in message
news:10*************@corp.supernews.com...
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

Nov 18 '05 #3
Tap
..NET Framework as well

Nov 18 '05 #4
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" <JD*@concentric.com> wrote in message
news:10*************@corp.supernews.com...
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

Nov 18 '05 #5
Tap
..NET Framework as well

Nov 18 '05 #6
I mentioned that.

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

"Tap" <an*******@discussions.microsoft.com> wrote in message
news:98**********************************@microsof t.com...
.NET Framework as well.

Nov 18 '05 #7
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
"Kevin Spencer" <uc*@ftc.gov> wrote in message
news:e2**************@TK2MSFTNGP10.phx.gbl...
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" <JD*@concentric.com> wrote in message
news:10*************@corp.supernews.com...
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


Nov 18 '05 #8
I mentioned that.

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

"Tap" <an*******@discussions.microsoft.com> wrote in message
news:98**********************************@microsof t.com...
.NET Framework as well.

Nov 18 '05 #9
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
"Kevin Spencer" <uc*@ftc.gov> wrote in message
news:e2**************@TK2MSFTNGP10.phx.gbl...
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" <JD*@concentric.com> wrote in message
news:10*************@corp.supernews.com...
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


Nov 18 '05 #10
seperately.
"Who" <JD*@concentric.com> wrote in message
news:10*************@corp.supernews.com...
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" <uc*@ftc.gov> wrote in message
news:e2**************@TK2MSFTNGP10.phx.gbl...
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" <JD*@concentric.com> wrote in message
news:10*************@corp.supernews.com...
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



Nov 18 '05 #11
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

Nov 18 '05 #12
seperately.
"Who" <JD*@concentric.com> wrote in message
news:10*************@corp.supernews.com...
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" <uc*@ftc.gov> wrote in message
news:e2**************@TK2MSFTNGP10.phx.gbl...
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" <JD*@concentric.com> wrote in message
news:10*************@corp.supernews.com...
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



Nov 18 '05 #13
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

Nov 18 '05 #14
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" <JD*@concentric.com> wrote in message
news:10*************@corp.supernews.com...
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" <uc*@ftc.gov> wrote in message
news:e2**************@TK2MSFTNGP10.phx.gbl...
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" <JD*@concentric.com> wrote in message
news:10*************@corp.supernews.com...
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



Nov 18 '05 #15
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" <JD*@concentric.com> wrote in message
news:10*************@corp.supernews.com...
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" <uc*@ftc.gov> wrote in message
news:e2**************@TK2MSFTNGP10.phx.gbl...
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" <JD*@concentric.com> wrote in message
news:10*************@corp.supernews.com...
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



Nov 18 '05 #16

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Newbee | last post by:
Hi ! Let's say that this is the folder on the server: /web/firstDir/secondDir/images/image.gif where i have stored my pictures. I have tryed with apsolute and relative paths but i can't display...
2
by: Newbee Adam | last post by:
some said that .NET app can run on any program where rutime exists. What is "runtime" in this sense? will I have to install runtime or .net framework or .NET support on an xp machine for a...
4
by: PerryC | last post by:
All, 1. Do the following codes seem ok? 2. If so, then how do I pull the value of YOE1 and YOE2 into my report? (to do some further calculations) ...
2
by: Martin Hvidberg | last post by:
Dear list I have found a declaration like this: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <math.h> #include "ectemp.h"
0
by: valmir cinquini | last post by:
i'm developing a faq session of our website and I'm facing some problems handling xml files and DataSet relations First off all, here's the structure of my xml file: <?xml version="1.0"?>...
9
by: EMW | last post by:
I have created a page in aspx and after a click on a button, a new page should open. How is this possible? I tried it doing it like in vb.NET with opening a new form, but it doesn't work. rg,...
1
by: Mark Fink | last post by:
Hi there, unfortunately I am new to Jython and my "Jython Essentials" book is still in the mail. I looked into the Jython API Doc but could not find the information. I am porting a Python...
2
by: IchBin | last post by:
I am trying to clean up my code. I have run it through tidy and now have the code below. The problem is that anytime I select a radio button I get the following error: Forbidden You don't have...
2
by: Mel | last post by:
I have a selection box with 3 values. what i need is to pass 3 urls to a function that has a switch statement and based on the selection index goes on one of the tree urls. Question is how do i...
0
by: Martin Arvidsson, Visual Systems AB | last post by:
Hi! I have a couple of newbee questions. I have a .aspx page with a couple of TextBoxes and a submit button. Now... When i press the submitbutton i want the data in the TextBoxes to be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.