Newbie: pages working only above the root

J

James Campbell

I have a site hosted with a company in the US who it seems have given me a
dedicated server for one of my sites:

http://216.133.81.184/

1. Firstly, I can upload files to the wwwroot (directly into the root) as
this seems to be set as the home directory
a. Is this the right way to do it, as I have never seen this before ???

2. Classic ASP works in the root: http://216.133.81.184/test.asp

3. asp.net (using vb) does not work in the root:
http://216.133.81.184/hello3.aspx

4. But does asp.net works in a sub folder:
http://216.133.81.184/carresa_site/hello3.aspx

Has the .net framework been installed properly ?
Have the host setup the server correctly ??

Any ideas would be appreciated.

Thanks
James Campbell
 
D

Dmitriy Lapshin [C# / .NET MVP]

Hi James,

It seems like host misconfiguration. Have them allow script execution from
the WWW root and probably configure the root as a Web application.
 
J

James Campbell

Hi Dmitriy,

Thanks for the reply. I have spoke to a few people now about this and your
comments echo everybody else's.

"host misconfiguration"

Thanks
James

Dmitriy Lapshin said:
Hi James,

It seems like host misconfiguration. Have them allow script execution from
the WWW root and probably configure the root as a Web application.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

James Campbell said:
I have a site hosted with a company in the US who it seems have given me a
dedicated server for one of my sites:

http://216.133.81.184/

1. Firstly, I can upload files to the wwwroot (directly into the root) as
this seems to be set as the home directory
a. Is this the right way to do it, as I have never seen this before ???

2. Classic ASP works in the root: http://216.133.81.184/test.asp

3. asp.net (using vb) does not work in the root:
http://216.133.81.184/hello3.aspx

4. But does asp.net works in a sub folder:
http://216.133.81.184/carresa_site/hello3.aspx

Has the .net framework been installed properly ?
Have the host setup the server correctly ??

Any ideas would be appreciated.

Thanks
James Campbell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top