How to deploy an ASP.NET page?

A

Anil Gupte

Hi:

I built some sample applications from Tutorials, now I want to put them on
my server. They work fine on my local machine, but when I put them on my
Win2003 server I get the following error:
Server cannot access application directory 'E:\wwwroot\xyz.com\'. The
directory does not exist or is not accessible because of security settings.

I simply copied all my files into a subdirectory of my one of my sites. Is
there something else I need to do? I have been using ASP classic for a
while on this server, so I know the server works. In the IIS properties,
Execute Permissions are set to "Scripts only"

Thanx for your help.
 
S

Smithers

This is a C# language news group. You should post ASP.NET questions to:
microsoft.public.dotnet.framework.aspnet

-S
 
A

Alvin Bruney [MVP]

The web server needs to know about your application. Currently, it doesn't.
Either use the publish feature in Visual Studio to deploy your project and
have it configured for you automatically or use inetmgr to create a virtual
directory that maps to the physical directory (e:\...) on disk.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET - MS Press
Professional VSTO 2005 - Wrox/Wiley
OWC Black Book www.lulu.com/owc

Anil Gupte said:
Well, I am using ASP.Net with C#.Net as the coding language. Anyway, I
will try there as well.
 

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