IIS - how to tell which version of asp.net is in use?

Asked By David
19-Dec-07 06:58 PM
server 2003. I added IIS and specifically selected asp.net. I realize this
version is 1.1. However, before doing this I had already installed the .net
framework v2 from windows update.

looking in IIS manager I see by using add/remove programs to add asp.net
that the asp.net v1.1 web extension was enabled. Also in IIS manager on the
asp.net tab it says v1.1, and on the ISAPI filters tab the asp.net v2 filter
is listed, but not 1.1.

So I need to support both asp.net v1.1 and v2 apps... based on what I
already siad am I? I didn't see a specfic v2 web extension? asp.net tab says
1.1, not 2. Only filter on ISAPI tab listed is v2?

sorry for the sketchy post.. I'm in a rush. Hopefully I've been clear enough
so you know what I've done and what I'm getting at.

any help would be great. thanks.
Application Pool
(1)
IIS
(1)
Dec
(1)
Commandline
(1)
F7c5352c
(1)
Specfic
(1)
Windows
(1)
Siad
(1)
  David Wang replied...
21-Dec-07 06:41 AM
t
e
er
ys
gh


ASP.Net 2.0 is currently installed but not running.

You will have to enable ASP.Net 2.0 on a per-application basis. When
this happens you will also see a Web Service Extension for ASP.Net
2.0.

Changing ASP.Net version can be either done via the IIS Manager UI, or
from the commandline using aspnet_regiis.exe.

You will have to make sure that you never run multiple versions of
ASP.Net in the SAME Application Pool. The easiest way to do this is to
create two Application Pools, one for ASP.Net 1.1 and the other for
ASP.Net 2.0, and when you configure an ASP.Net version for an app you
also put it in the appropriate versioned Application Pool.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
  David replied...
24-Dec-07 12:05 AM
got it. thank you. very helpful.



ASP.Net 2.0 is currently installed but not running.

You will have to enable ASP.Net 2.0 on a per-application basis. When
this happens you will also see a Web Service Extension for ASP.Net
2.0.

Changing ASP.Net version can be either done via the IIS Manager UI, or
from the commandline using aspnet_regiis.exe.

You will have to make sure that you never run multiple versions of
ASP.Net in the SAME Application Pool. The easiest way to do this is to
create two Application Pools, one for ASP.Net 1.1 and the other for
ASP.Net 2.0, and when you configure an ASP.Net version for an app you
also put it in the appropriate versioned Application Pool.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Create New Account
help
Howto refresh IIS 6 Application pool identity credential info ? IIS Hi, We are having problems with the following situation. If we change security settings for an application pool identity (something like putting it in a security group (to have NTFS access on a folder, accessible through a virtual directory in IIS)), the access is only granted after IISRESET. It's a domain account (I don(t if this is important.). It seems like we have the following scenario : On start of IIS, all application pool identities are given a logon session. I can see that using logonsessions
restart IIS IIS Hello, Is this possible to have someone restart IIS without administrator right? and how? Thanks IIS Discussions Application Pool (1) IIS (1) LogSat (1) Windows (1) Plesk (1) Instabilities (1) E867F3446695 (1) Hasproblems (1) Only Administrators have permissions to restart IIS and other NT Services. However, it is possible for non-administrators to be delegated access
IIS 6.0 keeps restarting itself IIS I have a strange problem that I just can't figure out. First of all that I have a bit of experience with Server 2003 but not a lot with IIS. I have a client that uses Filemaker for several databases that they use in their people via a browser called "Instant Web Publishing" (IWP). Well, this IWP makes use of IIS in order to publish these databases. The only requirement for IIS to work for filemaker is basically to make sure that anonymous access is enabled. So, I installed IIS and made sure that anonymous access was enabled. Then I installed Filemaker Server and told it to use IIS for the IWP. Everything went smoothly and it was serving up the Filemaker databases just show up at all although Filemaker Server still functioned fine for everything else it does. IIS wouldn't even show its default web page. So I uninstalled and re-installed IIS
Load Balance multiple instances of IIS on same machine IIS is it possible to internally load balance IIS on a Windows 2003 SBS server outfitted with 4 processors? I don't want to use the IIS webgarden feature as I want each IIS server instance to run websites as a single process. Perhaps there is a way to assign 3 virtual IP addresses to the server, and assign each IP address to an IIS instance, so that I have 4 of them. Can I then use NLB or something like it to loadbalance these servers? IIS Discussions SQL Server 2005 (1) Windows Server 2003 (1) Virtual Server 2005 (1) Windows Server 2008 (1) Vista (1) Application Pool (1) App Pool (1) ASP.NET (1) NLB doesn't work that way. You
Store Web Application Properties in Memory IIS Hello, I would like to know what are the best practices one could share to store global properties for a web application. For example, upon access of this application (i.e. website in classic ASP), I would store the menu text retrieved from database application domain to construct full file paths, admin email, database settings, template settings, etc. I tried Application object which kinda works for me but if there are 2 instances of application on one server, things get messed up a bit. Please suggest your solution. Thank you IIS ASP Discussions IIS (1) ApplicationID (1) Database (1) MySingletonpublic (1) MySingleton (1) GetInstance (1) Constants