Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Publishing a site??


Message #1 by marl@s... on Thu, 24 Oct 2002 18:49:04
Hi:

I've got an aspx page on my server that is running fine.

I've got another server that has .NET installed and the IIS, running 
Windows 2000 Server.

I've got subdirectory inside the root which I made a Virtual Directory.
The directory structure is the same as on my computer here.

On the other server I can't get the .aspx page to display. I'm getting an 
error that says either the directory doesn't exist or the permissions are 
not right.

I added a page Test.asp to the directory which comes up with no problem.

Why can I run asp in the directory but not aspx?
Message #2 by SANJIB DUTTA <d_sanjib@y...> on Thu, 24 Oct 2002 22:47:24 -0700 (PDT)
Marl,
Either your dotnet runtime is not properly installed
or IIS property has been changed somehow.
Check weather aspx.dll is there for mapping of .aspx
extension.

regards
Sanjib dutta


--- marl@s... wrote:
> Hi:
> 
> I've got an aspx page on my server that is running
> fine.
> 
> I've got another server that has .NET installed and
> the IIS, running 
> Windows 2000 Server.
> 
> I've got subdirectory inside the root which I made a
> Virtual Directory.
> The directory structure is the same as on my
> computer here.
> 
> On the other server I can't get the .aspx page to
> display. I'm getting an 
> error that says either the directory doesn't exist
> or the permissions are 
> not right.
> 
> I added a page Test.asp to the directory which comes
> up with no problem.
> 
> Why can I run asp in the directory but not aspx?
> ---
> 
> ASP.NET 1.0 Namespace Reference with C#
> http://www.wrox.com/acon11.asp?ISBN=1861007442
> 
> ASP.NET 1.0 Namespace Reference with VB.NET
> http://www.wrox.com/acon11.asp?ISBN=1861007450
> 
> These books are a complete reference to the ASP.NET
> namespaces 
> for developers who are already familiar with using
> ASP.NET. 
> There is no trivial introductory material or useless
> .NET 
> hype and the presentation of the namespaces, in an
> easy-to use 
> alphabetical order ensures a user-friendly reference
> format.
> We provide in-depth coverage of all the major
> ASP.NET classes, 
> giving you those real-world tips that the
> documentation doesn't 
> offer, and demonstrating complex techniques with
> simple 
> examples.  
> 
> ---


__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

  Return to Index