ASP.NET Application with HSphere 3.0

Nemedi

Guppy
Please,
I need to create an ASP.NET 2.0 Application with the HSphere 3.0 CP in one of my subdirectories. The problem is that i'm having the typical Configuration Error: "[...] This error can be caused by a virtual directory not being configured as an application in IIS":

erroryl6.gif


I'm trying to create the application in the "Web Directories Settings" section of the CP, creating first a "Web Directory" and a "Web Application" later.

If this is possible, what it's exactly the process to achieve it ?
Thanks in advance !!
 
please send us ticket with mention domain name and folder name then we will check it.
 
You also need to change your authentication mode to "Forms"
E.G:
Code:
<authentication mode="Forms" />

You cannot log on in Windows mode because it's a shared server.
 
Definitely it's impossible to create ASP.NET 2.0 Applications with HSphere 3.0, at least with my current experience... only posting tickets. ?( And, just for clarification, the authentication in "Forms" mode does not resolve the problem neither, take a look:

errorfh6.gif


Thanks anyway for your help.

;)
 
What application are you trying to run?
Last I checked the servers were being migrated to Win2003 which comes with ASP.NET 2.0
 
Back
Top