Newbie deployment qeustion

G

Greg Smith

I have created my first web app and it runs fine on the machine it is
created on. It comes up fine in a web browser on the host machine or remote
machines.

I have tried to move the application to our "official" webserver (just by
cutting and paste) but I get the following error when I try to bring it up.

Line 44: by Microsoft that offers a single logon and core profile
services for member sites.
Line 45: -->
Line 46: <authentication mode="Windows" />
Line 47:
Line 48: <!-- AUTHORIZATION


Any help is greatly appreciated.
 
M

MSFT

Hi Greg,

Thank you for using the community. From the description, the problem occur
after you deply a simple ASP.NET to tartget server. Based my experience,
this error is usually caused by your Directory in IIS not being marked as
an Application. Please check this by following the steps below:

1) Open up the IIS Services Manager (Start -> Run -> Type: inetmgr)
2) Right-Click on the node under the website that corresponds to your
ASP.NET web application.
3) Choose Properties.
4) Choose Directory Tab (or Virtual Directory depending on what is
displayed)
5) In this new property window, in the Application Settings Section,
ensure that the Application is created (if not, you should hit the Create
Button) If the application is already created, you will see the Remove
Button.

Additionally, you need to deploy all files including all ASPX, config and
dll to the target server. Here is article on deployment of ASP.NET. Hope
this help:

HOW TO: Deploy an ASP.NET Web Application Using Xcopy Deployment
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q326355

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

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

Similar Threads

Can sub folder be a website? 2
upload program in server 0
Application Directory & Deployment 2
Start-up Error 1
Deployment Problem 4
Can't Run 3
nested virtual directories 0
Application Directory & Deployment 0

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,190
Latest member
Martindap

Latest Threads

Top