Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

how to configure virtual directory to use .Net v1.1 instea..

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
configure a virtual directory? - Hi, I want to install a simple web service using IIS, how can I create a directory under and configure it into a web root directory using the install program instead of manually? Thank you very much. -May

IIS 5.1 Can't configure Virtual Directory In XP Pro - I have WinXP Pro and according to in Computer I have IIS5.1. If I expand Internet Web Site and on IISHelp, on the Virtual Directory tab, I can't click on ..

Configure an IIS Virtual Directory with Server Extensions .. - I am about to pull all my hair out. I have spent hours trying to figure out how to configure the necessary server on a virtual directory in IIS so I can wrap an Interdev project around it. XP Pro SP1, IIS 5, FP2000

How to configure directory for WWW log file - Hi all... I can only set Logfiles directory where the logfiles are Actual logs are stored, for example, in a folder named under LogFiles folder. Is there a way to change that strange folder name to be something more..

how to configure virtual smtp server - Hello, Does any one knows where can i find or tutorials about WinXP's virtual smtp server? I want to be albe to send SMTP messages from my PC. I'll all your help. Best regards,
Author Message
Rich

External


Since: Nov 28, 2006
Posts: 2



(Msg. 1) Posted: Tue Nov 28, 2006 3:05 pm
Post subject: how to configure virtual directory to use .Net v1.1 instead of v2.
Archived from groups: microsoft>public>inetserver>iis (more info?)

Greetings,

I am running IIS version 6.0 on win2003 server. On original install of
everything we were using .Net framework v1.1 with Sql Server 2000, Reporting
Services 2000, Visual Studio 2003. I came into the picture after this
original install.

Then we upgraded to .Net framework v2.0 and Visual Studio 2005. Still using
Sql Server 2000 and Reporting services 2000. Now I cannot access Report
manager (which is a web service) for Reporting services 2000. So, while
combing the NGs for a solution to this problem, someone pointed out that in
IIS 6.0, the properties dialog for a virtual directory is supposed to have 6
tabs: Virtual Directory, Documents, Directory Security, HTTP Headers, Custom
Errors, and ASPNET. I don't have the ASPnet tab. Is there something I need
to do to or configure on IIS to get this tab?

I can still deploy reports with RS2000, the ReportServer virtual dir (which
functions correctly and I can access) is probably still configured to run on
v1.1 while the Reports virtual dir (used by Report Manager) probably got
reconfigured and is looking at v2.0. The ASPNet tab has some options where I
can configure the virtual directory to point to .Net framework v1.1. Is
there a way to do this without having the ASPNet tab?

Thanks,
Rich

 >> Stay informed about: how to configure virtual directory to use .Net v1.1 instea.. 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 2) Posted: Tue Nov 28, 2006 10:13 pm
Post subject: Re: how to configure virtual directory to use .Net v1.1 instead of v2. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

If you configure your Virtual Directory as an Application root (on the
Virtual Directory tab), then you can use the "Configuration" button on that
tab to configure .aspx (and any other extenstions) to point to the v1.1
aspnet_isapi.dll rather than the v2.0 aspnet_isapi.dll file (each ASP.NET
ISAPI .dll file lives in c:\windows\microsoft.net\framework\versionNumber\
folder)

By aware that you can only load one version of the .NET framework into each
worker process, so you will need to run this virtual directory's application
in its own web application pool (i.e. with it's own worker process), or put
it into an existing web application pool that is already hosting v1.1
applications.

Cheers
Ken

"Rich" <Rich RemoveThis @discussions.microsoft.com> wrote in message
news:7C25BBED-5B97-4DE6-A92F-3F6FE15F1FEF@microsoft.com...
> Greetings,
>
> I am running IIS version 6.0 on win2003 server. On original install of
> everything we were using .Net framework v1.1 with Sql Server 2000,
> Reporting
> Services 2000, Visual Studio 2003. I came into the picture after this
> original install.
>
> Then we upgraded to .Net framework v2.0 and Visual Studio 2005. Still
> using
> Sql Server 2000 and Reporting services 2000. Now I cannot access Report
> manager (which is a web service) for Reporting services 2000. So, while
> combing the NGs for a solution to this problem, someone pointed out that
> in
> IIS 6.0, the properties dialog for a virtual directory is supposed to have
> 6
> tabs: Virtual Directory, Documents, Directory Security, HTTP Headers,
> Custom
> Errors, and ASPNET. I don't have the ASPnet tab. Is there something I
> need
> to do to or configure on IIS to get this tab?
>
> I can still deploy reports with RS2000, the ReportServer virtual dir
> (which
> functions correctly and I can access) is probably still configured to run
> on
> v1.1 while the Reports virtual dir (used by Report Manager) probably got
> reconfigured and is looking at v2.0. The ASPNet tab has some options
> where I
> can configure the virtual directory to point to .Net framework v1.1. Is
> there a way to do this without having the ASPNet tab?
>
> Thanks,
> Rich
>
>

 >> Stay informed about: how to configure virtual directory to use .Net v1.1 instea.. 
Back to top
Login to vote
Rich

External


Since: Nov 28, 2006
Posts: 2



(Msg. 3) Posted: Wed Nov 29, 2006 8:33 am
Post subject: Re: how to configure virtual directory to use .Net v1.1 instead of [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Ken,

Thank you for your reply. I looked in the Application Pools/DefaultAppPool
and I saw the little gear shaped icon for the ReportServer virtual dir (named
"Report Server"which works OK) and I saw one for the Reports virtual dir
(named "Report Server Interface" - this is the one that is denying me access).

On the virtual dir Properties tab for the ReportServer virtual dir, in the
Application Pool dropdown box it shows "DefaultAppPool", Execute Permissions
"None", Application Name "Report Server". For the Reports virtual dir
properties, the application pool dropdown shows "DefaultAppPool", Execute
Permissions "Scripts and Executables", Application Name "Report Server
Interface".

Note: All of the extensions /paths aim at v1.1 already for the Reports
Virtual Dir in the configuration window. My problem is this: when I type
http://myservername/reportserver in IE, I get a directory listing of
everything on the Report Server. But when I type http://myservername/reports
I get a "Directory Listing Denied" message - "This Virtual Directory does
not allow contents to be listed."

What do I need to configure on IIS or the Reports Virtual dir so that it can
be accessed? I am guessing that something in the Reports Virtual dir is
still aiming at v2.0 framework. I don't have this ASPNet tab that supposedly
comes with IIS ver6.0 (which is what I am running). So how else can I set
what the Reports Virtual Dir is looking at for a framework? I tried
righ-clicking on the DefaultAppPool/Report Server Interface icon, but did not
get anything about properties.

Thank you again for getting back to me.

Rich


"Ken Schaefer" wrote:

> Hi,
>
> If you configure your Virtual Directory as an Application root (on the
> Virtual Directory tab), then you can use the "Configuration" button on that
> tab to configure .aspx (and any other extenstions) to point to the v1.1
> aspnet_isapi.dll rather than the v2.0 aspnet_isapi.dll file (each ASP.NET
> ISAPI .dll file lives in c:\windows\microsoft.net\framework\versionNumber\
> folder)
>
> By aware that you can only load one version of the .NET framework into each
> worker process, so you will need to run this virtual directory's application
> in its own web application pool (i.e. with it's own worker process), or put
> it into an existing web application pool that is already hosting v1.1
> applications.
>
> Cheers
> Ken
>
> "Rich" <Rich RemoveThis @discussions.microsoft.com> wrote in message
> news:7C25BBED-5B97-4DE6-A92F-3F6FE15F1FEF@microsoft.com...
> > Greetings,
> >
> > I am running IIS version 6.0 on win2003 server. On original install of
> > everything we were using .Net framework v1.1 with Sql Server 2000,
> > Reporting
> > Services 2000, Visual Studio 2003. I came into the picture after this
> > original install.
> >
> > Then we upgraded to .Net framework v2.0 and Visual Studio 2005. Still
> > using
> > Sql Server 2000 and Reporting services 2000. Now I cannot access Report
> > manager (which is a web service) for Reporting services 2000. So, while
> > combing the NGs for a solution to this problem, someone pointed out that
> > in
> > IIS 6.0, the properties dialog for a virtual directory is supposed to have
> > 6
> > tabs: Virtual Directory, Documents, Directory Security, HTTP Headers,
> > Custom
> > Errors, and ASPNET. I don't have the ASPnet tab. Is there something I
> > need
> > to do to or configure on IIS to get this tab?
> >
> > I can still deploy reports with RS2000, the ReportServer virtual dir
> > (which
> > functions correctly and I can access) is probably still configured to run
> > on
> > v1.1 while the Reports virtual dir (used by Report Manager) probably got
> > reconfigured and is looking at v2.0. The ASPNet tab has some options
> > where I
> > can configure the virtual directory to point to .Net framework v1.1. Is
> > there a way to do this without having the ASPNet tab?
> >
> > Thanks,
> > Rich
> >
> >
>
>
>
 >> Stay informed about: how to configure virtual directory to use .Net v1.1 instea.. 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]