PC Review


Reply
Thread Tools Rate Thread

Host multiple sites in single ASP.NET Development Server

 
 
Don
Guest
Posts: n/a
 
      30th Sep 2008
I am working in an environment in which the developers will not be
able to run IIS on their machines. As a solution, I have turned to
using the ASP.NET Development Server (filesystem IIS) but my system
architecture is causing a problem.

First, we have a global theme so that all of our applications share
the same theme. This theme is hosted in IIS under “/aspnet_client/
system_web/2_0_50727/Themes/Project_Theme”.
(filesystem = C:\Inetpub\wwwroot\aspnet_client\system_web
\2_0_50727\Themes\ Project _Theme)

Second, we have an Authentication website that handles validating
users. In order to login a user is redirected to the Authentication
site, using this Web.config entry:
<authentication mode="Forms">
<forms loginUrl="/ Authentication /NewLogin.aspx?
applicationName=NewApp"
name=".ASPXAUTH" protection="All" path="/" timeout="30"
enableCrossAppRedirects="true">
</forms>
</authentication>

I cannot find a way to host the authentication site and the theme
folder in the ASP.NET Development Server while running my Web
Application. As a result, I have to remove my reference to the global
them and disable security while developing.

Can anyone suggest a solution?

Thanks,
Don
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
.cc sites are often spam sites, virus sites RayLopez99 Anti-Virus 0 22nd Jun 2011 01:29 PM
Re: Trusted sites, Restricted sites, and Local Intranet sites Rob ^_^ Windows XP Internet Explorer 0 12th Dec 2006 07:31 PM
Single forward lookup zone for single AD domain with multiple sites. WS Microsoft Windows 2000 DNS 3 20th Sep 2005 04:12 AM
DLL confusion with multiple sites on a single host i_have_control@hotmail.com Microsoft ASP .NET 0 1st Jun 2005 06:00 PM
Host Multiple Sites on One IIS Server Jeff S Microsoft ASP .NET 2 22nd Jan 2004 03:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:38 AM.