Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Getting DotNetNuke AND ASP2 Web Pages to work on same XP Prof SR2 ServerGetting DotNetNuke AND ASP2 Web Pages to work on same XP Prof SR2 Server
Previous
 
Next
New Post
9/5/2006 7:05 PM
 

Sounds like an interesting option but if I understand you, it does not allow for more than one web to be active on XP.

Ive been pricing Microsoft Server 2003 Web Edition. 399 from Microsoft.  A little cheaper from ebay but who knows with ebay...

The solution that Chris Hammond wrote about solved my issue.  I copied the \bin to my test folder and added a <clear /> in my web.config.

Thanks!

 
New Post
9/5/2006 9:06 PM
 

The extension are mapped to a handler, .htm is handled by ISAPI, .asp by asp.dll and .aspx by aspnet_isapi.dll

Your real problems are caused by the way IIS 5.x handles web.config files. IIS uses the root web.config then the child web.config which is not what you might expect in a virtual directory. Since the processing is additive settings may confict with each other. Considering the following...

(0) .NET Framework      c:\...\machine.config      
(1) Root \                    c:\inetpub\wwwroot\web.config      
(2) Virtual Alias \site1\   c:\inetpub\wwwroot\site1\web.config
(3) Virtual Alias \abc\     c:\dotnetnuke\web.config

http://localhost/ uses (0) then (1)
http://localhost/site1 uses (0) then (1) then (2) 
http://localhost/abc uses (0) then (1) then (3)

If you have dotnetnuke in the root (1) then any other web applications in virtual sites will include your dotnetnuke web.config which is probably not what you intended.

The easiest solution with IIS 5 is to leave the root empty then all of your virtual directories will use the web.config as intended. The side effect is that your different sites need a different suffix (which may be an advantage). You can handle many different ASP.NET applications (even multiple DotNetNuke) this way and they won't interfere with each other.

A more difficult resolution is to add a <clear /> to every section that conflicts with the parent web.config.

With Windows 2003 (IIS 6) you can simply host your virtual folder under a new application pool.


Dwayne J. Baldwin
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Getting DotNetNuke AND ASP2 Web Pages to work on same XP Prof SR2 ServerGetting DotNetNuke AND ASP2 Web Pages to work on same XP Prof SR2 Server


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out